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.cc469 HLoopInformation* loop_exit_loop_info = exit->GetLoopInformation(); in FindAndSetLocalAreaForAdjustments() local
470 if (loop_exit_loop_info == nullptr) { in FindAndSetLocalAreaForAdjustments()
477 outer_loop_ = loop_exit_loop_info; in FindAndSetLocalAreaForAdjustments()
479 outer_loop_ = FindCommonLoop(outer_loop_, loop_exit_loop_info); in FindAndSetLocalAreaForAdjustments()