/aosp_15_r20/external/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 59 NewParent->getBasicBlockList().insert(InsertBefore->getIterator(), this); in insertInto() 61 NewParent->getBasicBlockList().push_back(this); in insertInto() 94 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent() 98 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent() 104 MovePos->getParent()->getBasicBlockList().splice( in moveBefore() 105 MovePos->getIterator(), getParent()->getBasicBlockList(), getIterator()); in moveBefore() 111 MovePos->getParent()->getBasicBlockList().splice( in moveAfter() 112 ++MovePos->getIterator(), getParent()->getBasicBlockList(), in moveAfter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 443 NewFunc->getBasicBlockList().push_back(NewBB); in CloneAndPruneIntoFromInst() 706 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), in cloneLoopWithPreheader() 708 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), in cloneLoopWithPreheader()
|
H A D | LowerSwitch.cpp | 284 F->getBasicBlockList().insert(++OrigBlock->getIterator(), NewNode); in switchConvert() 301 F->getBasicBlockList().insert(++OrigBlock->getIterator(), NewLeaf); in newLeafBlock() 497 F->getBasicBlockList().insert(Default->getIterator(), NewDefault); in processSwitchInst()
|
H A D | CodeExtractor.cpp | 343 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction() 663 Function::BasicBlockListType &oldBlocks = oldFunc->getBasicBlockList(); in moveCodeToFunction() 664 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | InstIterator.h | 58 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor in InstIterator() 66 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor in InstIterator()
|
H A D | Function.h | 484 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } 485 BasicBlockListType &getBasicBlockList() { return BasicBlocks; }
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A 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()
|
H A D | Function.h | 727 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function 728 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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()
|
H A D | Function.h | 668 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function 669 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 230 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); in DeleteDeadVarargs() 1011 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList()); in RemoveDeadStuffFromFunction()
|
H A D | InlineSimple.cpp | 60 const auto &BBs = CS.getCaller()->getBasicBlockList(); in getInlineCost()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 213 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); in DeleteDeadVarargs() 961 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList()); in RemoveDeadStuffFromFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | SpeculateAnalyses.cpp | 70 return llvm::all_of(F.getBasicBlockList(), [](const BasicBlock &BB) { in isStraightLine() 140 for (auto &Block : F.getBasicBlockList()) in rearrangeBB()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Function.h | 508 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function 509 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 383 NewFunc->getBasicBlockList().splice(NewFunc->begin(), F.getBasicBlockList()); in runOnFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 129 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent() 133 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 411 CurFn->getBasicBlockList().insertAfter(CurBB->getIterator(), BB); in EmitBlock() 413 CurFn->getBasicBlockList().push_back(BB); in EmitBlock() 438 CurFn->getBasicBlockList().insertAfter(insn->getParent()->getIterator(), in EmitBlockAfterUses() 446 CurFn->getBasicBlockList().push_back(block); in EmitBlockAfterUses() 1151 CurFn->getBasicBlockList().push_back(CaseRangeBlock); in EmitCaseStmtRange()
|