Searched defs:current_loop (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dlinear_order.cc46 HLoopInformation* current_loop = current->GetLoopInformation(); local
47 if (InSameLoop(block_loop, current_loop)
48 || !IsLoop(current_loop)
49 || IsInnerLoop(current_loop, block_loop)) {

Completed in 34 milliseconds