Home
last modified time | relevance | path

Searched refs:upper_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dloop-variable-optimizer.h35 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } in upper_bounds()
49 upper_bounds_(zone), in InductionVariable()
60 ZoneVector<Bound> upper_bounds_; variable
Dloop-variable-optimizer.cc158 upper_bounds_.push_back(Bound(bound, kind)); in AddUpperBound()