Searched refs:TransferAddSub (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 405 info = TransferAddSub(context, in ClassifyTrivial() 412 info = TransferAddSub(context, in ClassifyTrivial() 636 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::TransferAddSub( in TransferAddSub() function in art::HInductionVarAnalysis 654 InductionInfo* new_a = TransferAddSub(context, loop, a->op_a, b->op_a, op, type); in TransferAddSub() 655 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b->op_b, op, type); in TransferAddSub() 662 InductionInfo* new_b = TransferAddSub(context, loop, a, b->op_b, op, type); in TransferAddSub() 664 new_a = TransferAddSub(context, loop, a, new_a, op, type); in TransferAddSub() 674 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b, op, type); in TransferAddSub() 676 new_a = TransferAddSub(context, loop, new_a, b, op, type); in TransferAddSub()
|
D | induction_var_analysis.h | 176 InductionInfo* TransferAddSub(const HBasicBlock* context,
|