D | induction_var_analysis.h | 100 struct InductionInfo : public ArenaObject<kArenaAllocInductionVarAnalysis> { struct 101 InductionInfo(InductionClass ic, in InductionInfo() argument 103 InductionInfo* a, in InductionInfo() 104 InductionInfo* b, in InductionInfo() 115 InductionInfo* op_a; argument 116 InductionInfo* op_b; argument 125 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) { in CreateInvariantOp() argument 130 InductionInfo* CreateInvariantFetch(HInstruction* f) { in CreateInvariantFetch() 133 InductionInfo(kInvariant, kFetch, nullptr, nullptr, f, f->GetType()); in CreateInvariantFetch() 136 InductionInfo* CreateTripCount(InductionOp op, in CreateTripCount() [all …]
|