Searched refs:induction_var (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dloop-variable-optimizer.cc333 InductionVariable* induction_var = TryGetInductionVariable(phi); local
334 if (induction_var) {
335 induction_vars_[phi->id()] = induction_var;
336 TRACE(" %i", induction_var->phi()->id());
347 InductionVariable* induction_var = entry.second; local
349 PhiRepresentationOf(induction_var->phi()->op()));
350 if (induction_var->upper_bounds().size() == 0 &&
351 induction_var->lower_bounds().size() == 0) {
355 induction_var->phi()->InsertInput(graph()->zone(),
356 induction_var
375 InductionVariable* induction_var = entry.second; local
[all...]
H A Dtyper.cc694 InductionVariable* induction_var = res->second; local
696 InductionVariable::ArithmeticType arithmetic_type = induction_var->Type();
715 for (auto bound : induction_var->upper_bounds()) {
735 for (auto bound : induction_var->lower_bounds()) {

Completed in 317 milliseconds