Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc435 HLoopInformation* loop_exit_loop_info = exit->GetLoopInformation(); in FindAndSetLocalAreaForAdjustments() local
436 if (loop_exit_loop_info == nullptr) { in FindAndSetLocalAreaForAdjustments()
443 outer_loop_ = loop_exit_loop_info; in FindAndSetLocalAreaForAdjustments()
445 outer_loop_ = FindCommonLoop(outer_loop_, loop_exit_loop_info); in FindAndSetLocalAreaForAdjustments()