Searched refs:StartingInst (Results 1 – 2 of 2) sorted by relevance
294 BasicBlock::const_iterator StartingInst,302 BasicBlock::const_iterator StartingInst, in CloneBlock() argument333 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock()484 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument504 if (!StartingInst) in CloneAndPruneIntoFromInst()512 if (StartingInst) in CloneAndPruneIntoFromInst()513 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()516 StartingInst = &StartingBB->front(); in CloneAndPruneIntoFromInst()521 PFC.CloneBlock(StartingBB, StartingInst->getIterator(), CloneWorklist); in CloneAndPruneIntoFromInst()
179 const Instruction *StartingInst,