Searched refs:StartingBB (Results 1 – 1 of 1) sorted by relevance
497 const BasicBlock *StartingBB; in CloneAndPruneIntoFromInst() local499 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()501 StartingBB = &OldFunc->getEntryBlock(); in CloneAndPruneIntoFromInst()502 StartingInst = StartingBB->begin(); in CloneAndPruneIntoFromInst()507 PFC.CloneBlock(StartingBB, StartingInst, CloneWorklist); in CloneAndPruneIntoFromInst()647 Function::iterator Begin = cast<BasicBlock>(VMap[StartingBB]); in CloneAndPruneIntoFromInst()698 for (Function::iterator I = cast<BasicBlock>(VMap[StartingBB]), in CloneAndPruneIntoFromInst()