Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp239 BasicBlock::const_iterator StartingInst,
247 BasicBlock::const_iterator StartingInst, in CloneBlock() argument
278 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock()
393 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument
407 if (!StartingInst) in CloneAndPruneIntoFromInst()
415 if (StartingInst) in CloneAndPruneIntoFromInst()
416 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()
419 StartingInst = &StartingBB->front(); in CloneAndPruneIntoFromInst()
424 PFC.CloneBlock(StartingBB, StartingInst->getIterator(), CloneWorklist); in CloneAndPruneIntoFromInst()
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h150 const Instruction *StartingInst,