Lines Matching full:fall
139 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken
293 // The block must be able to fall through.
295 "Expecting the block to fall through!");
299 // Ensure the single fall though block is empty.
305 assert(Succ && "Expecting a valid fall-through block\n");
308 LLVM_DEBUG(dbgs() << "Fall-through block contains code -- skip\n");
315 << "Successor of fall through block is not branch taken block\n");
500 llvm_unreachable("Expecting fall-through blocks to be empty");
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
712 "Expecting fall-through block to be empty!\n");