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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp35 class CountedLoopEndNode;
115 // which is always the IfTrue before the matching CountedLoopEndNode. The
116 // CountedLoopEndNode has an incoming control (possibly not the
122 // CountedLoopEndNode also takes in the loop-invariant limit value.
124 // From a CountedLoopNode I can reach the matching CountedLoopEndNode via the
173 CountedLoopEndNode *loopexit() const;
243 //------------------------------CountedLoopEndNode-----------------------------
246 class CountedLoopEndNode : public IfNode { class in inherits:IfNode
250 CountedLoopEndNode( Node *control, Node *test, float prob, float cnt ) function in class:CountedLoopEndNode
266 // The CountedLoopNode that goes with this CountedLoopEndNode ma
[all...]

Completed in 42 milliseconds