Lines Matching full:split
88 /// createPHIsForSplitLoopExit - When a loop exit edge is split, LCSSA form
114 PHINode::Create(PN->getType(), Preds.size(), "split",
126 /// split the critical edge. This will update DominatorTree information if it
128 /// This returns the new block if the edge was split, null otherwise.
149 "Cannot split critical edge from IndirectBrInst");
195 // through the split block, making those edges non-critical as well (and
303 // If TIBB is in a loop and DestBB is outside of that loop, split the
309 "Split point for loop exit is contained in loop!");
339 // If there are any preds not in the loop, we'll need to split
347 SplitBlockPredecessors(Exit, Preds, "split", P);