/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | UnifyFunctionExitNodes.cpp | 75 BB->getInstList().pop_back(); // Remove the unwind insn in runOnFunction() 93 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction() 121 NewRetBlock->getInstList().push_back(PN); in runOnFunction() 137 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
|
D | LoopUnroll.cpp | 84 OnlyPred->getInstList().pop_back(); in FoldBlockIntoPredecessor() 91 OnlyPred->getInstList().splice(OnlyPred->end(), BB->getInstList()); in FoldBlockIntoPredecessor() 262 New->getInstList().erase(NewPHI); in UnrollLoop() 309 Header->getInstList().erase(PN); in UnrollLoop() 410 (*BB)->getInstList().erase(Inst); in UnrollLoop() 414 (*BB)->getInstList().erase(Inst); in UnrollLoop()
|
D | BasicBlockUtils.cpp | 56 BB->getInstList().pop_back(); in DeleteDeadBlock() 154 PredBB->getInstList().pop_back(); in MergeBlockIntoPredecessor() 161 PredBB->getInstList().splice(PredBB->end(), BB->getInstList()); in MergeBlockIntoPredecessor() 235 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst() 584 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1); in SplitLandingPadPredecessors() 589 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2); in SplitLandingPadPredecessors() 661 Pred->getInstList().push_back(NewRet); in FoldReturnIntoUncondBranch()
|
D | InlineFunction.cpp | 561 BB->getInstList().pop_back(); in HandleCallsInBlockInlinedThroughInvoke() 588 Split->getInstList().pop_front(); // Delete the original call in HandleCallsInBlockInlinedThroughInvoke() 1058 Caller->getEntryBlock().getInstList().splice(InsertPoint, in InlineFunction() 1059 FirstNewBlock->getInstList(), in InlineFunction() 1142 BB->getInstList().erase(Term); in InlineFunction() 1157 OrigBB->getInstList().splice(TheCall, FirstNewBlock->getInstList(), in InlineFunction() 1277 AfterCallBB->getInstList().splice(AfterCallBB->begin(), in InlineFunction() 1278 ReturnBB->getInstList()); in InlineFunction() 1300 OrigBB->getInstList().splice(Br, CalleeEntry->getInstList()); in InlineFunction() 1303 OrigBB->getInstList().erase(Br); in InlineFunction()
|
D | CloneFunction.cpp | 49 NewBB->getInstList().push_back(NewInst); in CloneBasicBlock() 243 NewBB->getInstList().push_back(NewInst); in CloneBlock() 295 NewBB->getInstList().push_back(NewInst); in CloneBlock() 526 I->getInstList().splice(I->end(), Dest->getInstList()); in CloneAndPruneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 33 InsertBefore->getParent()->getInstList().insert(InsertBefore, this); in Instruction() 45 InsertAtEnd->getInstList().push_back(this); in Instruction() 68 getParent()->getInstList().remove(this); in removeFromParent() 72 getParent()->getInstList().erase(this); in eraseFromParent() 78 InsertPos->getParent()->getInstList().insert(InsertPos, this); in insertBefore() 84 InsertPos->getParent()->getInstList().insertAfter(InsertPos, this); in insertAfter() 91 MovePos->getParent()->getInstList().splice(MovePos,getParent()->getInstList(), in moveBefore()
|
D | BasicBlock.cpp | 261 getInstList().pop_front(); // Remove the PHI node in removePredecessor() 310 New->getInstList().splice(New->end(), this->getInstList(), I, end()); in splitBasicBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | UnifyFunctionExitNodes.cpp | 70 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction() 98 NewRetBlock->getInstList().push_back(PN); in runOnFunction() 111 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
|
D | FlattenCFG.cpp | 277 FirstCondBlock->getInstList().pop_back(); in FlattenParallelAndOr() 278 FirstCondBlock->getInstList() in FlattenParallelAndOr() 279 .splice(FirstCondBlock->end(), CB->getInstList()); in FlattenParallelAndOr() 434 FirstEntryBlock->getInstList().pop_back(); in MergeIfRegion() 435 FirstEntryBlock->getInstList() in MergeIfRegion() 436 .splice(FirstEntryBlock->end(), SecondEntryBlock->getInstList()); in MergeIfRegion()
|
D | BasicBlockUtils.cpp | 55 BB->getInstList().pop_back(); in DeleteDeadBlock() 137 PredBB->getInstList().pop_back(); in MergeBlockIntoPredecessor() 144 PredBB->getInstList().splice(PredBB->end(), BB->getInstList()); in MergeBlockIntoPredecessor() 207 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst() 550 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1); in SplitLandingPadPredecessors() 555 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2); in SplitLandingPadPredecessors() 582 Pred->getInstList().push_back(NewRet); in FoldReturnIntoUncondBranch() 595 Pred->getInstList().insert(NewRet->getIterator(), NewBC); in FoldReturnIntoUncondBranch()
|
D | LoopUnroll.cpp | 104 OnlyPred->getInstList().pop_back(); in foldBlockIntoPredecessor() 111 OnlyPred->getInstList().splice(OnlyPred->end(), BB->getInstList()); in foldBlockIntoPredecessor() 433 New->getInstList().erase(NewPHI); in UnrollLoop() 492 Header->getInstList().erase(PN); in UnrollLoop() 635 BB->getInstList().erase(Inst); in UnrollLoop()
|
D | AddDiscriminators.cpp | 186 for (auto &I : B.getInstList()) { in addDiscriminators() 223 for (auto &I : B.getInstList()) { in addDiscriminators()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | UnifyFunctionExitNodes.cpp | 69 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction() 97 NewRetBlock->getInstList().push_back(PN); in runOnFunction() 110 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
|
D | FlattenCFG.cpp | 290 FirstCondBlock->getInstList().pop_back(); in FlattenParallelAndOr() 291 FirstCondBlock->getInstList() in FlattenParallelAndOr() 292 .splice(FirstCondBlock->end(), CB->getInstList()); in FlattenParallelAndOr() 445 FirstEntryBlock->getInstList().pop_back(); in MergeIfRegion() 446 FirstEntryBlock->getInstList() in MergeIfRegion() 447 .splice(FirstEntryBlock->end(), SecondEntryBlock->getInstList()); in MergeIfRegion()
|
D | BasicBlockUtils.cpp | 75 BB->getInstList().pop_back(); in DeleteDeadBlock() 170 PredBB->getInstList().pop_back(); in MergeBlockIntoPredecessor() 177 PredBB->getInstList().splice(PredBB->end(), BB->getInstList()); in MergeBlockIntoPredecessor() 260 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst() 619 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1); in SplitLandingPadPredecessors() 624 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2); in SplitLandingPadPredecessors() 651 Pred->getInstList().push_back(NewRet); in FoldReturnIntoUncondBranch() 664 Pred->getInstList().insert(NewRet->getIterator(), NewBC); in FoldReturnIntoUncondBranch()
|
D | AddDiscriminators.cpp | 190 for (auto &I : B.getInstList()) { in addDiscriminators() 226 for (auto &I : B.getInstList()) { in addDiscriminators()
|
D | LoopUnroll.cpp | 123 OnlyPred->getInstList().pop_back(); in foldBlockIntoPredecessor() 130 OnlyPred->getInstList().splice(OnlyPred->end(), BB->getInstList()); in foldBlockIntoPredecessor() 287 BB->getInstList().erase(Inst); in simplifyLoopAfterUnroll() 629 New->getInstList().erase(NewPHI); in UnrollLoop() 692 Header->getInstList().erase(PN); in UnrollLoop()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 31 BB->getInstList().insert(InsertBefore->getIterator(), this); in Instruction() 41 InsertAtEnd->getInstList().push_back(this); in Instruction() 72 getParent()->getInstList().remove(getIterator()); in removeFromParent() 76 return getParent()->getInstList().erase(getIterator()); in eraseFromParent() 82 InsertPos->getParent()->getInstList().insert(InsertPos->getIterator(), this); in insertBefore() 88 InsertPos->getParent()->getInstList().insertAfter(InsertPos->getIterator(), in insertAfter() 95 MovePos->getParent()->getInstList().splice( in moveBefore() 96 MovePos->getIterator(), getParent()->getInstList(), getIterator()); in moveBefore()
|
/external/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 59 BB->getInstList().push_back(Add); in main() 62 BB->getInstList().push_back(ReturnInst::Create(Context, Add)); in main()
|
/external/swiftshader/third_party/LLVM/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 53 BB->getInstList().push_back(Add); in main() 56 BB->getInstList().push_back(ReturnInst::Create(Context, Add)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 59 BB->getInstList().push_back(Add); in main() 62 BB->getInstList().push_back(ReturnInst::Create(Context, Add)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 32 BB->getInstList().insert(InsertBefore->getIterator(), this); in Instruction() 42 InsertAtEnd->getInstList().push_back(this); in Instruction() 65 getParent()->getInstList().remove(getIterator()); in removeFromParent() 69 return getParent()->getInstList().erase(getIterator()); in eraseFromParent() 75 InsertPos->getParent()->getInstList().insert(InsertPos->getIterator(), this); in insertBefore() 81 InsertPos->getParent()->getInstList().insertAfter(InsertPos->getIterator(), in insertAfter() 98 BB.getInstList().splice(I, getParent()->getInstList(), getIterator()); in moveBefore()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 11 instruction list (returned by getInstList()) that is a ValueHolder of 35 instruction list (which can be found by grep'ing for getInstList()) will 38 getInstList()) so that all of the code doesn't have to change.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 11 instruction list (returned by getInstList()) that is a ValueHolder of 35 instruction list (which can be found by grep'ing for getInstList()) will 38 getInstList()) so that all of the code doesn't have to change.
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 11 instruction list (returned by getInstList()) that is a ValueHolder of 35 instruction list (which can be found by grep'ing for getInstList()) will 38 getInstList()) so that all of the code doesn't have to change.
|