Home
last modified time | relevance | path

Searched refs:StartingBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp494 const BasicBlock *StartingBB; in CloneAndPruneIntoFromInst() local
496 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()