/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 78 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 …]
|
D | FlattenCFG.cpp | 289 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()
|
D | UnifyFunctionExitNodes.cpp | 74 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()
|
D | AddDiscriminators.cpp | 190 for (auto &I : B.getInstList()) { in addDiscriminators() 234 for (auto &I : B.getInstList()) { in addDiscriminators()
|
D | CloneFunction.cpp | 60 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()
|
D | LowerInvoke.cpp | 71 BB.getInstList().erase(II); in runImpl()
|
D | Local.cpp | 719 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()
|
D | InlineFunction.cpp | 1877 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()
|
D | CodeExtractor.cpp | 1122 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()
|
D | BypassSlowDivision.cpp | 414 MainBB->getInstList().back().eraseFromParent(); in insertFastDivAndRem() 432 MainBB->getInstList().back().eraseFromParent(); in insertFastDivAndRem()
|
D | LoopUnroll.cpp | 228 BB->getInstList().erase(Inst); in simplifyLoopAfterUnroll() 629 New->getInstList().erase(NewPHI); in UnrollLoop() 699 Header->getInstList().erase(PN); in UnrollLoop()
|
D | LowerSwitch.cpp | 323 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/ |
D | Instruction.cpp | 31 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()
|
D | BasicBlock.cpp | 353 getInstList().pop_front(); // Remove the PHI node in removePredecessor() 426 New->getInstList().splice(New->end(), this->getInstList(), I, end()); in splitBasicBlock()
|
D | IRBuilder.cpp | 69 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/ |
D | BasicBlock.h | 249 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/ |
D | BPFAbstractMemberAccess.cpp | 877 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/ |
D | BasicBlock.h | 338 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/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 153 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/ |
D | DomTreeUpdater.cpp | 109 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/ |
D | CFGuard.cpp | 268 for (Instruction &I : BB.getInstList()) { in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 216 BB->getInstList().pop_back(); in SimplifyFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 476 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()
|
D | TailRecursionElimination.cpp | 680 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/ |
D | WasmEHPrepare.cpp | 193 auto &InstList = BB->getInstList(); in prepareThrows()
|