HomeSort by relevance Sort by last modified time
    Searched refs:induction_var (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
loop-variable-optimizer.cc 335 InductionVariable* induction_var = TryGetInductionVariable(phi); local
336 if (induction_var) {
337 induction_vars_[phi->id()] = induction_var;
338 TRACE(" %i", induction_var->phi()->id());
349 InductionVariable* induction_var = entry.second; local
351 PhiRepresentationOf(induction_var->phi()->op()));
352 if (induction_var->upper_bounds().size() == 0 &&
353 induction_var->lower_bounds().size() == 0) {
357 induction_var->phi()->InsertInput(graph()->zone(),
358 induction_var->phi()->InputCount() - 1
377 InductionVariable* induction_var = entry.second; local
    [all...]
typer.cc 706 InductionVariable* induction_var = res->second; local
708 InductionVariable::ArithmeticType arithmetic_type = induction_var->Type();
727 for (auto bound : induction_var->upper_bounds()) {
747 for (auto bound : induction_var->lower_bounds()) {
    [all...]

Completed in 6205 milliseconds