Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds()
53 lower_bounds_(zone), in InductionVariable()
65 ZoneVector<Bound> lower_bounds_; variable
Dloop-variable-optimizer.cc94 lower_bounds_.push_back(Bound(bound, kind)); in AddLowerBound()