HomeSort by relevance Sort by last modified time
    Searched refs:SolveOp (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_analysis.cc 313 update = SolveOp(
316 update = SolveOp(
319 update = SolveOp(
324 update = SolveOp(loop, phi, instruction, instruction->InputAt(0), mulc, kMul);
329 update = SolveOp(loop, phi, instruction, instruction->InputAt(0), divc, kDiv);
332 update = SolveOp(
647 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::SolveOp(HLoopInformation* loop,
715 return SolveOp(loop, entry_phi, instruction, graph_->GetIntConstant(1), y, kXor);
717 return SolveOp(loop, entry_phi, instruction, x, graph_->GetIntConstant(1), kXor);
    [all...]
induction_var_analysis.h 184 InductionInfo* SolveOp(HLoopInformation* loop,

Completed in 179 milliseconds