Lines Matching full:split
83 /// split the landing pad block after the landingpad instruction and jump
109 // Split the landing pad.
142 /// branch. When there is more than one predecessor, we need to split the
199 // Convert this function call into an invoke instruction. First, split the
201 BasicBlock *Split = BB->splitBasicBlock(CI, CI->getName()+".noexc");
209 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split,
220 Split->getInstList().pop_front();
798 // Split the basic block. This guarantees that no PHI nodes will have to be
805 // If this is a call instruction, we need to split the basic block that