Searched refs:StartingBB (Results 1 – 1 of 1) sorted by relevance
494 const BasicBlock *StartingBB; in CloneAndPruneIntoFromInst() local496 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()498 StartingBB = &OldFunc->getEntryBlock(); in CloneAndPruneIntoFromInst()499 StartingInst = StartingBB->begin(); in CloneAndPruneIntoFromInst()504 PFC.CloneBlock(StartingBB, StartingInst, CloneWorklist); in CloneAndPruneIntoFromInst()644 Function::iterator Begin = cast<BasicBlock>(VMap[StartingBB]); in CloneAndPruneIntoFromInst()695 for (Function::iterator I = cast<BasicBlock>(VMap[StartingBB]), in CloneAndPruneIntoFromInst()