Home | History | Annotate | Download | only in Utils

Lines Matching defs:Split

83     /// split the landing pad block after the landingpad instruction and jump
108 // Split the landing pad.
141 /// branch. When there is more than one predecessor, we need to split the
186 // Convert this function call into an invoke instruction. First, split the
188 BasicBlock *Split = BB->splitBasicBlock(CI, CI->getName()+".noexc");
196 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split,
207 Split->getInstList().pop_front();
766 // Split the basic block. This guarantees that no PHI nodes will have to be
773 // If this is a call instruction, we need to split the basic block that