Searched refs:StartingInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 239 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 279 BasicBlock::const_iterator StartingInst, 287 BasicBlock::const_iterator StartingInst, in CloneBlock() argument 318 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock() 434 const Instruction *StartingInst, in CloneAndPruneIntoFromInst() argument 448 if (!StartingInst) in CloneAndPruneIntoFromInst() 456 if (StartingInst) in CloneAndPruneIntoFromInst() 457 StartingBB = StartingInst->getParent(); in CloneAndPruneIntoFromInst() 460 StartingInst = &StartingBB->front(); in CloneAndPruneIntoFromInst() 465 PFC.CloneBlock(StartingBB, StartingInst->getIterator(), CloneWorklist); in CloneAndPruneIntoFromInst()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 150 const Instruction *StartingInst,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 150 const Instruction *StartingInst,
|