Home
last modified time | relevance | path

Searched refs:ReplaceEntryBB (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DDeferredDominanceTest.cpp172 TEST(DeferredDominance, ReplaceEntryBB) { in TEST() argument
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp676 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
678 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
683 if (DDT && !ReplaceEntryBB) { in MergeBasicBlockIntoOnlyPred()
714 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
729 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp694 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
696 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
733 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
745 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp690 bool ReplaceEntryBB = false;
692 ReplaceEntryBB = true;
729 if (ReplaceEntryBB)
741 if (ReplaceEntryBB && DTU->hasDomTree()) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp750 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
752 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
789 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
801 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DLocal.cpp729 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
731 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
768 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
780 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp685 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
687 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
724 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
736 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp721 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
723 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
760 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
772 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp685 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
687 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
724 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
736 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp685 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
687 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
724 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
736 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp732 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
734 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
771 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
783 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp732 bool ReplaceEntryBB = false; in MergeBasicBlockIntoOnlyPred() local
734 ReplaceEntryBB = true; in MergeBasicBlockIntoOnlyPred()
771 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
783 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp756 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred() local
796 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
808 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp756 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred() local
796 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
808 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp756 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred() local
796 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
808 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DLocal.cpp756 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred() local
796 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
808 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp756 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred() local
796 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
808 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp756 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred() local
796 if (ReplaceEntryBB) in MergeBasicBlockIntoOnlyPred()
808 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()