Lines Matching refs:IsLoopHeader
271 block->IsLoopHeader() && in ComputeDominanceInformation()
325 if (successor->IsLoopHeader()) { in SplitCriticalEdge()
393 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor)); in ComputeTryBlockInformation()
436 if (block->IsLoopHeader()) { in SimplifyCFG()
454 if (block->IsLoopHeader()) { in AnalyzeLoops()
585 if (block->IsLoopHeader()) { in PopulateRecursive()
608 if (block->IsLoopHeader()) { in PopulateIrreducibleRecursive()
915 DCHECK(loop_header->IsLoopHeader()); in CopyFromWithLoopPhiAdjustment()
1714 if (IsLoopHeader()) { in DisconnectAndDelete()
1961 if (block->IsLoopHeader()) { in UpdateLoopAndTryInformationOfNewBlock()
2199 DCHECK(header->IsLoopHeader()); in TransformLoopHeaderForBCE()