/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 58 NewParent->getBasicBlockList().insert(InsertBefore->getIterator(), this); in insertInto() 60 NewParent->getBasicBlockList().push_back(this); in insertInto() 118 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent() 122 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent() 128 MovePos->getParent()->getBasicBlockList().splice( in moveBefore() 129 MovePos->getIterator(), getParent()->getBasicBlockList(), getIterator()); in moveBefore() 135 MovePos->getParent()->getBasicBlockList().splice( in moveAfter() 136 ++MovePos->getIterator(), getParent()->getBasicBlockList(), in moveAfter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstIterator.h | 61 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor in InstIterator() 69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor in InstIterator()
|
D | Function.h | 668 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function 669 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 499 NewFunc->getBasicBlockList().push_back(NewBB); in CloneAndPruneIntoFromInst() 825 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), in cloneLoopWithPreheader() 827 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), in cloneLoopWithPreheader()
|
D | LowerSwitch.cpp | 322 F->getBasicBlockList().insert(++OrigBlock->getIterator(), NewNode); in switchConvert() 340 F->getBasicBlockList().insert(++OrigBlock->getIterator(), NewLeaf); in newLeafBlock() 598 F->getBasicBlockList().insert(Default->getIterator(), NewDefault); in processSwitchInst()
|
D | LoopUnrollPeel.cpp | 747 F->getBasicBlockList().splice(InsertTop->getIterator(), in peelLoop() 748 F->getBasicBlockList(), in peelLoop()
|
D | LoopUnrollRuntime.cpp | 793 F->getBasicBlockList().splice(InsertBot->getIterator(), in UnrollRuntimeLoopRemainder() 794 F->getBasicBlockList(), in UnrollRuntimeLoopRemainder()
|
D | LoopSimplify.cpp | 388 F->getBasicBlockList().splice(InsertPos, F->getBasicBlockList(), BEBlock); in insertUniqueBackedgeBlock()
|
D | BreakCriticalEdges.cpp | 174 F.getBasicBlockList().insert(++FBBI, NewBB); in SplitCriticalEdge()
|
D | InlineFunction.cpp | 2253 Caller->getBasicBlockList().pop_back(); in InlineFunction() 2326 Caller->getBasicBlockList().splice(AfterCallBB->getIterator(), in InlineFunction() 2327 Caller->getBasicBlockList(), FirstNewBlock, in InlineFunction() 2425 Caller->getBasicBlockList().erase(CalleeEntry); in InlineFunction()
|
D | CodeExtractor.cpp | 923 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction() 1328 Function::BasicBlockListType &oldBlocks = oldFunc->getBasicBlockList(); in moveCodeToFunction() 1329 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction()
|
D | LoopUnrollAndJam.cpp | 322 Header->getParent()->getBasicBlockList().push_back(New); in UnrollAndJamLoop()
|
D | LoopUnroll.cpp | 610 Header->getParent()->getBasicBlockList().push_back(New); in UnrollLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | SpeculateAnalyses.cpp | 70 return llvm::all_of(F.getBasicBlockList(), [](const BasicBlock &BB) { in isStraightLine() 140 for (auto &Block : F.getBasicBlockList()) in rearrangeBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 60 const auto &BBs = CS.getCaller()->getBasicBlockList(); in getInlineCost()
|
D | DeadArgumentElimination.cpp | 230 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); in DeleteDeadVarargs() 1011 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList()); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 367 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList()); in doPromotion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 508 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function 509 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 383 NewFunc->getBasicBlockList().splice(NewFunc->begin(), F.getBasicBlockList()); in runOnFunction()
|
D | AMDGPUInline.cpp | 204 const auto &BBs = Caller->getBasicBlockList(); in getInlineCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
D | CFGuard.cpp | 267 for (BasicBlock &BB : F.getBasicBlockList()) { in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1291 F->getBasicBlockList().splice(NewPreheader->getIterator(), in UnswitchNontrivialCondition() 1292 F->getBasicBlockList(), in UnswitchNontrivialCondition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 637 for (auto &Bb : Fn.getBasicBlockList()) in buildGraphFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 1077 Dst.getBasicBlockList().splice(Dst.end(), Src.getBasicBlockList()); in linkFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1791 F.getBasicBlockList().splice(ExitBlock->getIterator(), in cloneScopeBlocks() 1792 F.getBasicBlockList(), in cloneScopeBlocks()
|