Home
last modified time | relevance | path

Searched refs:TransferNeg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc419 info = TransferNeg(context, loop, LookupInfo(loop, instruction->InputAt(0)), type); in ClassifyTrivial()
666 new_a = TransferNeg(context, loop, new_a, type); in TransferAddSub()
686 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::TransferNeg( in TransferNeg() function in art::HInductionVarAnalysis
700 InductionInfo* new_a = TransferNeg(context, loop, a->op_a, type); in TransferNeg()
701 InductionInfo* new_b = TransferNeg(context, loop, a->op_b, type); in TransferNeg()
848 InductionInfo* new_a = op == kAdd ? b : TransferNeg(context, loop, b, type); in SolveAddSub()
Dinduction_var_analysis.h182 InductionInfo* TransferNeg(const HBasicBlock* context,