Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp78 BB->getInstList().pop_back(); in DetatchDeadBlocks()
81 assert(BB->getInstList().size() == 1 && in DetatchDeadBlocks()
255 PredBB->getInstList().splice(PTI->getIterator(), BB->getInstList(), in MergeBlockIntoPredecessor()
267 BB->getInstList().pop_back(); in MergeBlockIntoPredecessor()
273 PredBB->getInstList().pop_back(); in MergeBlockIntoPredecessor()
276 PredBB->getInstList().splice(PredBB->end(), BB->getInstList()); in MergeBlockIntoPredecessor()
304 assert(BB->getInstList().size() == 1 && in MergeBlockIntoPredecessor()
471 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst()
855 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1); in SplitLandingPadPredecessors()
860 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2); in SplitLandingPadPredecessors()
[all …]
DFlattenCFG.cpp289 FirstCondBlock->getInstList().pop_back(); in FlattenParallelAndOr()
290 FirstCondBlock->getInstList() in FlattenParallelAndOr()
291 .splice(FirstCondBlock->end(), CB->getInstList()); in FlattenParallelAndOr()
444 FirstEntryBlock->getInstList().pop_back(); in MergeIfRegion()
445 FirstEntryBlock->getInstList() in MergeIfRegion()
446 .splice(FirstEntryBlock->end(), SecondEntryBlock->getInstList()); in MergeIfRegion()
DUnifyFunctionExitNodes.cpp74 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction()
102 NewRetBlock->getInstList().push_back(PN); in runOnFunction()
115 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
DAddDiscriminators.cpp190 for (auto &I : B.getInstList()) { in addDiscriminators()
234 for (auto &I : B.getInstList()) { in addDiscriminators()
DCloneFunction.cpp60 NewBB->getInstList().push_back(NewInst); in CloneBasicBlock()
366 NewBB->getInstList().push_back(NewInst); in CloneBlock()
423 NewBB->getInstList().push_back(NewInst); in CloneBlock()
700 I->getInstList().splice(I->end(), Dest->getInstList()); in CloneAndPruneIntoFromInst()
DLowerInvoke.cpp71 BB.getInstList().erase(II); in runImpl()
DLocal.cpp719 DestBB->getInstList().splice(DestBB->begin(), PredBB->getInstList()); in MergeBasicBlockIntoOnlyPred()
728 assert(PredBB->getInstList().size() == 1 && in MergeBasicBlockIntoOnlyPred()
1035 Succ->getInstList().splice(Succ->getFirstNonPHI()->getIterator(), in TryToSimplifyUncondBranchFromEmptyBlock()
1036 BB->getInstList()); in TryToSimplifyUncondBranchFromEmptyBlock()
1062 BB->getInstList().pop_back(); in TryToSimplifyUncondBranchFromEmptyBlock()
1219 if (PrevI != I->getParent()->getInstList().begin()) { in LdStHasDebugValue()
1950 BB->getInstList().erase(BBI++); in changeToUnreachable()
2001 BB->getInstList().pop_back(); in changeToInvokeAndSplitBasicBlock()
2025 Split->getInstList().pop_front(); in changeToInvokeAndSplitBasicBlock()
2644 DomBlock->getInstList().splice(InsertPt->getIterator(), BB->getInstList(), in hoistAllInstructionsInto()
DInlineFunction.cpp1877 Caller->getEntryBlock().getInstList().splice( in InlineFunction()
1878 InsertPoint, FirstNewBlock->getInstList(), AI->getIterator(), I); in InlineFunction()
2249 OrigBB->getInstList().splice(TheCall->getIterator(), in InlineFunction()
2250 FirstNewBlock->getInstList(), in InlineFunction()
2388 AfterCallBB->getInstList().splice(AfterCallBB->begin(), in InlineFunction()
2389 ReturnBB->getInstList()); in InlineFunction()
2419 OrigBB->getInstList().splice(Br->getIterator(), CalleeEntry->getInstList()); in InlineFunction()
2422 OrigBB->getInstList().erase(Br); in InlineFunction()
DCodeExtractor.cpp1122 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1124 codeReplacer->getInstList().push_back(SI); in emitCallAndSwitchStatement()
1139 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement()
1161 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1169 codeReplacer->getInstList().push_back(load); in emitCallAndSwitchStatement()
1468 newFuncRoot->getInstList().push_back(BranchI); in extractCodeRegion()
DBypassSlowDivision.cpp414 MainBB->getInstList().back().eraseFromParent(); in insertFastDivAndRem()
432 MainBB->getInstList().back().eraseFromParent(); in insertFastDivAndRem()
DLoopUnroll.cpp228 BB->getInstList().erase(Inst); in simplifyLoopAfterUnroll()
629 New->getInstList().erase(NewPHI); in UnrollLoop()
699 Header->getInstList().erase(PN); in UnrollLoop()
DLowerSwitch.cpp323 NewNode->getInstList().push_back(Comp); in switchConvert()
614 OrigBlock->getInstList().erase(SI); in processSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp31 BB->getInstList().insert(InsertBefore->getIterator(), this); in Instruction()
41 InsertAtEnd->getInstList().push_back(this); in Instruction()
64 getParent()->getInstList().remove(getIterator()); in removeFromParent()
68 return getParent()->getInstList().erase(getIterator()); in eraseFromParent()
74 InsertPos->getParent()->getInstList().insert(InsertPos->getIterator(), this); in insertBefore()
80 InsertPos->getParent()->getInstList().insertAfter(InsertPos->getIterator(), in insertAfter()
97 BB.getInstList().splice(I, getParent()->getInstList(), getIterator()); in moveBefore()
DBasicBlock.cpp353 getInstList().pop_front(); // Remove the PHI node in removePredecessor()
426 New->getInstList().splice(New->end(), this->getInstList(), I, end()); in splitBasicBlock()
DIRBuilder.cpp69 BB->getInstList().insert(InsertPt, BCI); in getCastedInt8PtrValue()
81 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI); in createCallHelper()
93 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(), in createInvokeHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h249 const InstListType &getInstList() const { return InstList; } in getInstList() function
250 InstListType &getInstList() { return InstList; } in getInstList() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp877 BB->getInstList().insert(Call->getIterator(), LDInst); in transformGEPChain()
895 BB->getInstList().insert(Call->getIterator(), LDInst); in transformGEPChain()
899 BB->getInstList().insert(Call->getIterator(), BCInst); in transformGEPChain()
904 BB->getInstList().insert(Call->getIterator(), GEP); in transformGEPChain()
908 BB->getInstList().insert(Call->getIterator(), BCInst2); in transformGEPChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h338 const InstListType &getInstList() const { return InstList; } in getInstList() function
339 InstListType &getInstList() { return InstList; } in getInstList() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp153 BB->getInstList().push_back(PtrCast); in createWrapper()
193 BB->getInstList().push_back(Cast); in createWrapper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp109 assert(BB->getInstList().size() == 1 && in forceFlushDeletedBB()
224 DelBB->getInstList().pop_back(); in validateDeleteBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp268 for (Instruction &I : BB.getInstList()) { in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp216 BB->getInstList().pop_back(); in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp476 OldPH->getInstList().splice(OldPH->end(), BI.getParent()->getInstList(), in unswitchTrivialBranch()
481 ParentBB->getInstList().push_back(BI.clone()); in unswitchTrivialBranch()
2058 SplitBB->getInstList().splice(SplitBB->end(), ParentBB->getInstList(), TI); in unswitchNontrivialInvariants()
2062 ParentBB->getInstList().push_back(NewTI); in unswitchNontrivialInvariants()
DTailRecursionElimination.cpp680 BB->getInstList().erase(Ret); // Remove return. in eliminateRecursiveTailCall()
681 BB->getInstList().erase(CI); // Remove call. in eliminateRecursiveTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp193 auto &InstList = BB->getInstList(); in prepareThrows()

123