Lines Matching refs:FallThroughBlock
144 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken member
210 FallThroughBlock(nullptr), MustMoveDown(false), MustMoveUp(false) {} in INITIALIZE_PASS_DEPENDENCY()
215 FallThroughBlock = nullptr; in clear()
319 Cand.FallThroughBlock = Succ; in canCoalesceBranch()
499 else if (!TargetRegion.FallThroughBlock->empty() || in validateCandidates()
500 !SourceRegion.FallThroughBlock->empty()) in validateCandidates()
677 SourceRegion.BranchBlock->removeSuccessor(SourceRegion.FallThroughBlock); in mergeCandidates()
697 assert(TargetRegion.FallThroughBlock->empty() && in mergeCandidates()
702 TargetRegion.FallThroughBlock->transferSuccessorsAndUpdatePHIs( in mergeCandidates()
703 SourceRegion.FallThroughBlock); in mergeCandidates()
704 TargetRegion.FallThroughBlock->removeSuccessor(SourceRegion.BranchBlock); in mergeCandidates()
711 assert(SourceRegion.FallThroughBlock->empty() && in mergeCandidates()
713 SourceRegion.FallThroughBlock->eraseFromParent(); in mergeCandidates()