D | induction_var_analysis.h | 95 struct InductionInfo : public ArenaObject<kArenaAllocInductionVarAnalysis> { struct 96 InductionInfo(InductionClass ic, in InductionInfo() argument 98 InductionInfo* a, in InductionInfo() 99 InductionInfo* b, in InductionInfo() 110 InductionInfo* op_a; argument 111 InductionInfo* op_b; argument 120 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) { in CreateInvariantOp() argument 125 InductionInfo* CreateInvariantFetch(HInstruction* f) { in CreateInvariantFetch() 128 InductionInfo(kInvariant, kFetch, nullptr, nullptr, f, f->GetType()); in CreateInvariantFetch() 131 InductionInfo* CreateTripCount(InductionOp op, in CreateTripCount() [all …]
|