Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc72 static bool IsEarlyExit(HLoopInformation* loop_info) { in IsEarlyExit() function
2454 (!IsEarlyExit(loop_info) && TryReplaceWithLastValue(loop_info, instruction, block))); in TryAssignLastValue()