Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1572 if (IsEarlyExitLoop(loop)) { in DynamicBCESeemsProfitable()
1586 bool IsEarlyExitLoop(HLoopInformation* loop) { in IsEarlyExitLoop() function in art::BCEVisitor