Home | History | Annotate | Download | only in Utils

Lines Matching refs:SplitPt

280 /// thing before SplitPt stays in Old and everything starting with SplitPt moves
284 BasicBlock *llvm::SplitBlock(BasicBlock *Old, Instruction *SplitPt,
286 BasicBlock::iterator SplitIt = SplitPt->getIterator();