Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.h95 struct InductionInfo : public ArenaObject<kArenaAllocInductionVarAnalysis> { struct
96 InductionInfo(InductionClass ic, in InductionInfo() argument
110 InductionInfo* op_a; argument
111 InductionInfo* op_b; argument
120 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) { in CreateInvariantOp() argument