Home
last modified time | relevance | path

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

12345678910>>...49

/dports/security/afl++/AFLplusplus-3.14c/instrumentation/
H A Dsplit-compares-pass.so.cc981 signequal_bb->getInstList().insert( in splitFPCompares()
983 signequal_bb->getInstList().insert( in splitFPCompares()
988 signequal_bb->getInstList().insert( in splitFPCompares()
990 signequal_bb->getInstList().insert( in splitFPCompares()
1091 signequal2_bb->getInstList().insert( in splitFPCompares()
1143 middle_bb->getInstList().insert( in splitFPCompares()
1145 middle_bb->getInstList().insert( in splitFPCompares()
1152 middle_bb->getInstList().insert( in splitFPCompares()
1154 middle_bb->getInstList().insert( in splitFPCompares()
1170 middle_bb->getInstList().insert( in splitFPCompares()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp80 BB->getInstList().pop_back(); in HandleCallsInBlockInlinedThroughInvoke()
81 Split->getInstList().pop_front(); // Delete the original call in HandleCallsInBlockInlinedThroughInvoke()
417 Caller->getEntryBlock().getInstList().splice(InsertPoint, in InlineFunction()
418 FirstNewBlock->getInstList(), in InlineFunction()
493 BB->getInstList().erase(Term); in InlineFunction()
508 OrigBB->getInstList().splice(TheCall, FirstNewBlock->getInstList(), in InlineFunction()
633 AfterCallBB->getInstList().splice(AfterCallBB->begin(), in InlineFunction()
634 ReturnBB->getInstList()); in InlineFunction()
658 OrigBB->getInstList().splice(Br, CalleeEntry->getInstList()); in InlineFunction()
662 OrigBB->getInstList().erase(Br); in InlineFunction()
H A DUnifyFunctionExitNodes.cpp75 BB->getInstList().pop_back(); // Remove the unwind insn in runOnFunction()
93 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction()
120 NewRetBlock->getInstList().push_back(PN); in runOnFunction()
136 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
H A DLoopUnroll.cpp76 OnlyPred->getInstList().pop_back(); in FoldBlockIntoPredecessor()
79 OnlyPred->getInstList().splice(OnlyPred->end(), BB->getInstList()); in FoldBlockIntoPredecessor()
228 New->getInstList().erase(NewPHI); in UnrollLoop()
312 Header->getInstList().erase(PN); in UnrollLoop()
364 (*BB)->getInstList().erase(Inst); in UnrollLoop()
367 (*BB)->getInstList().erase(Inst); in UnrollLoop()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A 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()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DTraversals.cpp35 m_nextTarget = b->getInstList().front(); in findNext()
87 ii = m_currBlock->getInstList().begin(); in nextBlock()
88 ie = m_currBlock->getInstList().end(); in nextBlock()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp68 BB->getInstList().pop_back(); // Remove the unreachable inst. in runOnFunction()
96 NewRetBlock->getInstList().push_back(PN); in runOnFunction()
109 BB->getInstList().pop_back(); // Remove the return insn in runOnFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A 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()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A 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()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A 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()
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst. in unifyUnreachableBlocks()
93 NewRetBlock->getInstList().push_back(PN); in unifyReturnBlocks()
105 BB->getInstList().pop_back(); // Remove the return insn in unifyReturnBlocks()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst.
93 NewRetBlock->getInstList().push_back(PN);
105 BB->getInstList().pop_back(); // Remove the return insn

12345678910>>...49