Home
last modified time | relevance | path

Searched refs:lower_bounds (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.cc292 induction_var->lower_bounds().size() == 0) { in ChangeToInductionVariablePhis()
300 for (auto bound : induction_var->lower_bounds()) { in ChangeToInductionVariablePhis()
Dloop-variable-optimizer.h37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds() function
Dtyper.cc840 for (auto bound : induction_var->lower_bounds()) { in TypeInductionVariablePhi()
902 for (auto bound : induction_var->lower_bounds()) { in InductionVariablePhiTypeIsPrefixedPoint()