Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc918 TransformLoopForDeoptimizationIfNeeded(loop, needs_taken_test); in VisitBoundsCheck()
1736 TransformLoopForDeoptimizationIfNeeded(loop, needs_taken_test); in CanHandleNullCheck()
1879 void TransformLoopForDeoptimizationIfNeeded(HLoopInformation* loop, bool needs_taken_test) { in TransformLoopForDeoptimizationIfNeeded() function in art::BCEVisitor