Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h38 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } in upper_bounds()
54 upper_bounds_(zone), in InductionVariable()
66 ZoneVector<Bound> upper_bounds_; variable
Dloop-variable-optimizer.cc84 upper_bounds_.push_back(Bound(bound, kind)); in AddUpperBound()