Lines Matching refs:IsLoopHeader
313 block->IsLoopHeader() && in ComputeDominanceInformation()
364 if (successor->IsLoopHeader()) { in SplitCriticalEdge()
387 DCHECK(header->IsLoopHeader()); in OrderLoopHeaderPredecessors()
549 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor)); in ComputeTryBlockInformation()
592 if (block->IsLoopHeader()) { in SimplifyCFG()
609 if (block->IsLoopHeader()) { in AnalyzeLoops()
751 if (block->IsLoopHeader()) { in PopulateRecursive()
774 if (block->IsLoopHeader()) { in PopulateIrreducibleRecursive()
1100 DCHECK(loop_header->IsLoopHeader()); in CopyFromWithLoopPhiAdjustment()
2135 if (IsLoopHeader()) { in DisconnectAndDelete()
2390 if (block->IsLoopHeader()) { in UpdateLoopAndTryInformationOfNewBlock()
2670 DCHECK(header->IsLoopHeader()); in TransformLoopHeaderForBCE()
2728 DCHECK(header->IsLoopHeader()); in TransformLoopForVectorization()