Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dside_effects_analysis.cc60 if (pre_header->IsInLoop()) { in Run()
66 } else if (block->IsInLoop()) { in Run()
Dlicm.cc32 DCHECK(instruction->IsInLoop()); in InputsAreDefinedBeforeLoop()
107 DCHECK(inner->IsInLoop()); in Run()
Dcode_sinking.cc214 while (target_block->IsInLoop()) { in FindIdealPosition()
221 const bool was_in_loop = target_block->IsInLoop(); in FindIdealPosition()
262 DCHECK_IMPLIES(target_block->IsInLoop(), was_in_loop); in FindIdealPosition()
Ddead_code_elimination.cc402 if (block->IsInLoop()) { in SimplifyIfs()
490 if (block->IsInLoop()) { in RemoveDeadBlocks()
Dssa_liveness_analysis.h338 if (!is_environment && instruction->IsInLoop()) {
400 if (block->IsInLoop()) { in AddPhiUse()
1049 DCHECK(block_at_use.IsInLoop()); in AddBackEdgeUses()
Dnodes.cc2083 while (target_block->IsInLoop()) { in MoveBeforeFirstUserAndOutOfLoops()
2472 DCHECK_IMPLIES(IsInLoop(), !GetLoopInformation()->IsBackEdge(*predecessor)); in DisconnectAndDelete()
2600 DCHECK(!other->IsInLoop()); in MergeWithInlined()
2673 if (!block->IsInLoop()) { in UpdateLoopAndTryInformationOfNewBlock()
2747 DCHECK(!body->IsInLoop()); in InlineInto()
2773 DCHECK(!first->IsInLoop()); in InlineInto()
Dscheduler.cc762 if (only_optimize_loop_blocks_ && !block->IsInLoop()) { in IsSchedulable()
Dnodes.h1354 return IsInLoop() && (loop_information_->GetHeader() == this); in IsLoopHeader()
1377 } else if (!IsInLoop()) { in SetInLoop()
1396 bool IsInLoop() const { return loop_information_ != nullptr; } in IsInLoop() function
2250 bool IsInLoop() const { return block_->IsInLoop(); } in IsInLoop() function
Dbounds_check_elimination.cc1347 if (!has_dom_based_dynamic_bce_ && array_get->IsInLoop()) { in VisitArrayGet()
Dinduction_var_analysis.cc248 DCHECK(loop_block->IsInLoop()); in VisitLoop()
Dinstruction_simplifier.cc1881 if (rem->IsInLoop() && be_loop_friendly_) { in TryToReuseDiv()