Searched defs:dominates (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp152 bool dominates(Block* that) { function in class:Block
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

Completed in 2586 milliseconds