Lines Matching refs:GetLoopInformation
325 HLoopInformation* info = block->GetLoopInformation(); in RecalculateBackEdgesInfo()
344 HLoopInformation* info = block->GetLoopInformation(); in RecalculateBackEdgesInfo()
355 HLoopInformation* info = block->GetLoopInformation(); in RecalculateBackEdgesInfo()
379 block->GetLoopInformation()->Populate(); in AnalyzeLoopsLocally()
388 HLoopInformation* cur_loop = block->GetLoopInformation(); in AnalyzeLoopsLocally()
389 HLoopInformation* outer_loop = cur_loop->GetPreHeader()->GetLoopInformation(); in AnalyzeLoopsLocally()
469 HLoopInformation* loop_exit_loop_info = exit->GetLoopInformation(); in FindAndSetLocalAreaForAdjustments()
704 if (bb->GetLoopInformation()) { in DumpBB()
705 oss << "\tloop: " << bb->GetLoopInformation()->GetHeader()->GetBlockId(); in DumpBB()
888 HLoopInformation* block_loop_info = block->GetLoopInformation(); in IsFastCase()
1130 current = current->GetPreHeader()->GetLoopInformation(); in FindCommonLoop()
1148 DCHECK(loop_info_ == loop_header->GetLoopInformation()); in DoLoopTransformationImpl()
1193 DCHECK(loop_info_ == loop_header->GetLoopInformation()); in DoLoopTransformationImpl()