Lines Matching defs:const
22 Node* phi() const { return phi_; }
23 Node* effect_phi() const { return effect_phi_; }
24 Node* arith() const { return arith_; }
25 Node* increment() const { return increment_; }
26 Node* init_value() const { return init_value_; }
37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; }
38 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; }
77 const ZoneMap<int, InductionVariable*>& induction_variables() {
85 const int kAssumedLoopEntryIndex = 0;
86 const int kFirstBackedge = 1;
93 bool operator!=(const Constraint& other) const {
113 const InductionVariable* FindInductionVariable(Node* node);