Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp287 BasicBlock::const_iterator StartingInst,
295 BasicBlock::const_iterator StartingInst, in CloneBlock() argument
326 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock()
466 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument
486 if (!StartingInst) in CloneAndPruneIntoFromInst()
495 if (StartingInst) in CloneAndPruneIntoFromInst()
496 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst()
499 StartingInst = StartingBB->begin(); in CloneAndPruneIntoFromInst()
504 PFC.CloneBlock(StartingBB, StartingInst, CloneWorklist); in CloneAndPruneIntoFromInst()
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h164 const Instruction *StartingInst,