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/
H A Dloop-variable-optimizer.h37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds() function in v8::internal::compiler::InductionVariable
H A Dloop-variable-optimizer.cc292 induction_var->lower_bounds().size() == 0) { in ChangeToInductionVariablePhis()
300 for (auto bound : induction_var->lower_bounds()) { in ChangeToInductionVariablePhis()
H A Dtyper.cc840 for (auto bound : induction_var->lower_bounds()) { in TypeInductionVariablePhi()
902 for (auto bound : induction_var->lower_bounds()) { in InductionVariablePhiTypeIsPrefixedPoint()

Completed in 9 milliseconds