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

  /art/compiler/optimizing/
induction_var_analysis.cc 111 // Detects sequence variables (generalized induction variables) during an outer to inner
186 // Type of induction.
285 // Singleton is wrap-around induction if all internal links have the same meaning.
350 InductionInfo* induction = SolvePhi(phi, /*input_index*/ 1, /*adjust_input_size*/ 0); local
351 if (induction != nullptr) {
352 switch (induction->induction_class) {
354 // Construct combined stride of the linear induction.
355 induction = CreateInduction(kLinear, kNop, induction, initial, /*fetch*/ nullptr, type_);
362 AssignInfo(loop, phi, induction);
    [all...]
optimizing_compiler.cc 777 HInductionVarAnalysis* induction = new (arena) HInductionVarAnalysis(graph); local
778 BoundsCheckElimination* bce = new (arena) BoundsCheckElimination(graph, *side_effects1, induction);
779 HLoopOptimization* loop = new (arena) HLoopOptimization(graph, driver, induction);
815 induction,
    [all...]

Completed in 165 milliseconds