Home
last modified time | relevance | path

Searched defs:InductionInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_analysis.h103 struct InductionInfo : public ArenaObject<kArenaAllocInductionVarAnalysis> { struct
104 InductionInfo(InductionClass ic, in InductionInfo() function
118 InductionInfo* op_a; argument
119 InductionInfo* op_b; argument
125 InductionInfo* CreateInvariantOp(const HBasicBlock* context, in CreateInvariantOp() argument