Lines Matching refs:IsLoopHeader
486 block->IsLoopHeader() && in ComputeDominanceInformation()
537 if (successor->IsLoopHeader()) { in SplitCriticalEdge()
560 DCHECK(header->IsLoopHeader()); in OrderLoopHeaderPredecessors()
722 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor)); in ComputeTryBlockInformation()
765 if (block->IsLoopHeader()) { in SimplifyCFG()
782 if (block->IsLoopHeader()) { in AnalyzeLoops()
924 if (block->IsLoopHeader()) { in PopulateRecursive()
947 if (block->IsLoopHeader()) { in PopulateIrreducibleRecursive()
1273 DCHECK(loop_header->IsLoopHeader()); in CopyFromWithLoopPhiAdjustment()
2407 if (IsLoopHeader()) { in DisconnectAndDelete()
2662 if (block->IsLoopHeader()) { in UpdateLoopAndTryInformationOfNewBlock()
2945 DCHECK(header->IsLoopHeader()); in TransformLoopHeaderForBCE()
3003 DCHECK(header->IsLoopHeader()); in TransformLoopForVectorization()