Searched refs:Invariance (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp450 //------------------------------Invariance-----------------------------------
453 class Invariance : public StackObj { class in inherits:StackObj
551 Invariance(Arena* area, IdealLoopTree* lpt) : function in class:Invariance
586 bool IdealLoopTree::is_range_check_if(IfNode *iff, PhaseIdealLoop *phase, Invariance& invar) const {
753 Invariance invar(area, loop);
852 // Perform cloning to keep Invariance state correct since the
H A Dloopnode.hpp42 class Invariance;
462 bool is_range_check_if(IfNode *iff, PhaseIdealLoop *phase, Invariance& invar) const;

Completed in 2669 milliseconds