Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc824 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
830 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
841 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
852 ReplaceInstruction(bounds_check, index); in VisitBoundsCheck()
1273 ReplaceInstruction(other_bounds_check, other_bounds_check->InputAt(0)); in AddComparesWithDeoptimization()
1353 ReplaceInstruction(instruction, index); in TryDynamicBCE()
1449 ReplaceInstruction(check, array); in CanHandleNullCheck()
1705 static void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction() function in art::BCEVisitor