Lines Matching refs:FallThroughBlock
140 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken member
206 FallThroughBlock(nullptr), MustMoveDown(false), MustMoveUp(false) {} in INITIALIZE_PASS_DEPENDENCY()
211 FallThroughBlock = nullptr; in clear()
320 Cand.FallThroughBlock = Succ; in canCoalesceBranch()
501 else if (!TargetRegion.FallThroughBlock->empty() || in validateCandidates()
502 !SourceRegion.FallThroughBlock->empty()) in validateCandidates()
679 SourceRegion.BranchBlock->removeSuccessor(SourceRegion.FallThroughBlock); in mergeCandidates()
699 assert(TargetRegion.FallThroughBlock->empty() && in mergeCandidates()
704 TargetRegion.FallThroughBlock->transferSuccessorsAndUpdatePHIs( in mergeCandidates()
705 SourceRegion.FallThroughBlock); in mergeCandidates()
706 TargetRegion.FallThroughBlock->removeSuccessor(SourceRegion.BranchBlock); in mergeCandidates()
713 assert(SourceRegion.FallThroughBlock->empty() && in mergeCandidates()
715 SourceRegion.FallThroughBlock->eraseFromParent(); in mergeCandidates()