Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp294 BasicBlock::const_iterator StartingInst,
302 BasicBlock::const_iterator StartingInst, in CloneBlock() argument
333 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock()
484 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument
504 if (!StartingInst) in CloneAndPruneIntoFromInst()
512 if (StartingInst) in CloneAndPruneIntoFromInst()
513 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()
516 StartingInst = &StartingBB->front(); in CloneAndPruneIntoFromInst()
521 PFC.CloneBlock(StartingBB, StartingInst->getIterator(), CloneWorklist); in CloneAndPruneIntoFromInst()
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h179 const Instruction *StartingInst,