Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc841 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
851 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
860 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
871 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
882 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
1375 ReplaceInstruction(other_bounds_check, other_bounds_check->InputAt(0)); in AddComparesWithDeoptimization()
1498 ReplaceInstruction(other_bounds_check, other_index); in TransformLoopForDynamicBCE()
1638 ReplaceInstruction(check, array); in CanHandleNullCheck()
1894 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction() function in art::BCEVisitor