Searched refs:dominates (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp340 // Return a new LCA that dominates LCA and any of its marked predecessors.
361 assert(early->dominates(LCA), "early is high enough");
646 assert(!LCA_orig->dominates(pred_block) ||
647 early->dominates(pred_block), "early is high enough");
737 assert(LCA->dominates(store_block)
738 || !LCA_orig->dominates(store_block), "no stray stores");
H A Dblock.hpp152 bool dominates(Block* that) { function in class:Block
H A Dnode.hpp854 // Check if 'this' node dominates or equal to 'sub'.
855 bool dominates(Node* sub, Node_List &nlist);
H A Dnode.cpp1088 //--------------------------dominates------------------------------------------
1090 // Check if 'this' control node dominates or equal to 'sub' control node.
1094 bool Node::dominates(Node* sub, Node_List &nlist) { function in class:Node
H A Dmemnode.cpp359 // control input of a memory operation predates (dominates)
379 // 'dom' dominates 'sub' if its control edge and control edges
427 if (n->dominates(sub, nlist))
470 // (Note: p2->is_Con implies p2->in(0)->is_Root, which dominates.)
565 // of this load dominates the store's allocation.
1337 // Skip the split if the region dominates some control edge of the address.

Completed in 69 milliseconds