Searched refs:LoopLimitNode (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | loopnode.hpp | 301 //------------------------------LoopLimitNode----------------------------- 308 class LoopLimitNode : public Node { class in inherits:Node 311 LoopLimitNode( Compile* C, Node *init, Node *limit, Node *stride ) : Node(0,init,limit,stride) { function in class:LoopLimitNode
|
H A D | loopnode.cpp | 831 limit = new (C) LoopLimitNode(C, cl->init_trip(), cl->limit(), cl->stride()); 878 const Type *LoopLimitNode::Value( PhaseTransform *phase ) const { 910 Node *LoopLimitNode::Ideal(PhaseGVN *phase, bool can_reshape) { 992 Node *LoopLimitNode::Identity( PhaseTransform *phase ) {
|
Completed in 109 milliseconds