Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-variable-optimizer.h34 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds()
48 lower_bounds_(zone), in InductionVariable()
59 ZoneVector<Bound> lower_bounds_; variable
Dloop-variable-optimizer.cc168 lower_bounds_.push_back(Bound(bound, kind)); in AddLowerBound()