Home
last modified time | relevance | path

Searched refs:getInstList (Results 1 – 25 of 155) sorted by relevance

1234567

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DUnifyFunctionExitNodes.cpp75 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()
DLoopUnroll.cpp84 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()
DBasicBlockUtils.cpp56 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()
DInlineFunction.cpp561 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()
DCloneFunction.cpp49 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/
DInstruction.cpp33 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()
DBasicBlock.cpp261 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/
DUnifyFunctionExitNodes.cpp70 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()
DFlattenCFG.cpp277 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()
DBasicBlockUtils.cpp55 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()
DLoopUnroll.cpp104 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()
DAddDiscriminators.cpp186 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/
DUnifyFunctionExitNodes.cpp69 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()
DFlattenCFG.cpp290 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()
DBasicBlockUtils.cpp75 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()
DAddDiscriminators.cpp190 for (auto &I : B.getInstList()) { in addDiscriminators()
226 for (auto &I : B.getInstList()) { in addDiscriminators()
DLoopUnroll.cpp123 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/
DInstruction.cpp31 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/
DModuleMaker.cpp59 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/
DModuleMaker.cpp53 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/
DModuleMaker.cpp59 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/
DInstruction.cpp32 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/
D2002-05-12-InstListChange.txt11 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/
D2002-05-12-InstListChange.txt11 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/
D2002-05-12-InstListChange.txt11 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.

1234567