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/
H A 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_; member in v8::internal::compiler::InductionVariable
H A Dloop-variable-optimizer.cc94 lower_bounds_.push_back(Bound(bound, kind)); in AddLowerBound()

Completed in 2 milliseconds