Searched refs:StartingInst (Results 1 – 2 of 2) sorted by relevance
287 BasicBlock::const_iterator StartingInst,295 BasicBlock::const_iterator StartingInst, in CloneBlock() argument326 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock()466 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument486 if (!StartingInst) in CloneAndPruneIntoFromInst()495 if (StartingInst) in CloneAndPruneIntoFromInst()496 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()499 StartingInst = StartingBB->begin(); in CloneAndPruneIntoFromInst()504 PFC.CloneBlock(StartingBB, StartingInst, CloneWorklist); in CloneAndPruneIntoFromInst()
164 const Instruction *StartingInst,