Lines Matching full:fall
139 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken
293 // The block must be able to fall through. in canCoalesceBranch()
295 "Expecting the block to fall through!"); in canCoalesceBranch()
299 // Ensure the single fall though block is empty. in canCoalesceBranch()
305 assert(Succ && "Expecting a valid fall-through block\n"); in canCoalesceBranch()
308 LLVM_DEBUG(dbgs() << "Fall-through block contains code -- skip\n"); in canCoalesceBranch()
315 << "Successor of fall through block is not branch taken block\n"); in canCoalesceBranch()
500 llvm_unreachable("Expecting fall-through blocks to be empty"); in validateCandidates()
522 /// Note that there is no analysis for moving instructions past the fall-through
694 // Fall-through block should be empty since this is part of the condition in mergeCandidates()
712 "Expecting fall-through block to be empty!\n"); in mergeCandidates()