Searched refs:StartingInst (Results 1 – 2 of 2) sorted by relevance
239 BasicBlock::const_iterator StartingInst,247 BasicBlock::const_iterator StartingInst, in CloneBlock() argument278 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock()393 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument407 if (!StartingInst) in CloneAndPruneIntoFromInst()415 if (StartingInst) in CloneAndPruneIntoFromInst()416 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()419 StartingInst = &StartingBB->front(); in CloneAndPruneIntoFromInst()424 PFC.CloneBlock(StartingBB, StartingInst->getIterator(), CloneWorklist); in CloneAndPruneIntoFromInst()
150 const Instruction *StartingInst,