Home
last modified time | relevance | path

Searched refs:PrevIDom (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp674 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
676 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
677 return PrevIDom; in applyInsertUpdates()
683 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
685 if (PrevIDom == CurrIDom) in applyInsertUpdates()
687 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
688 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
843 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
844 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
847 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp784 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
786 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
787 return PrevIDom; in applyInsertUpdates()
793 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
795 if (PrevIDom == CurrIDom) in applyInsertUpdates()
797 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
798 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
949 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
950 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
953 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp908 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
910 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
911 return PrevIDom; in applyInsertUpdates()
917 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
919 if (PrevIDom == CurrIDom) in applyInsertUpdates()
921 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
922 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1072 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1073 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1076 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp872 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
874 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
875 return PrevIDom; in applyInsertUpdates()
881 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
883 if (PrevIDom == CurrIDom) in applyInsertUpdates()
885 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
886 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1037 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1038 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1041 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp870 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
872 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
873 return PrevIDom; in applyInsertUpdates()
879 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
881 if (PrevIDom == CurrIDom) in applyInsertUpdates()
883 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
884 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1035 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1036 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1039 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp913 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
915 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
916 return PrevIDom; in applyInsertUpdates()
922 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
924 if (PrevIDom == CurrIDom) in applyInsertUpdates()
926 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
927 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1077 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1078 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1081 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp913 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
915 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
916 return PrevIDom; in applyInsertUpdates()
922 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
924 if (PrevIDom == CurrIDom) in applyInsertUpdates()
926 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
927 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1077 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1078 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1081 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp916 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
918 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
919 return PrevIDom; in applyInsertUpdates()
925 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
927 if (PrevIDom == CurrIDom) in applyInsertUpdates()
929 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
930 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1080 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1081 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1084 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DMemorySSAUpdater.cpp872 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
874 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
875 return PrevIDom; in applyInsertUpdates()
881 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
883 if (PrevIDom == CurrIDom) in applyInsertUpdates()
885 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
886 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1037 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1038 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1041 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp870 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
872 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
873 return PrevIDom; in applyInsertUpdates()
879 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
881 if (PrevIDom == CurrIDom) in applyInsertUpdates()
883 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
884 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1035 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1036 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1039 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp913 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
915 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
916 return PrevIDom; in applyInsertUpdates()
922 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
924 if (PrevIDom == CurrIDom) in applyInsertUpdates()
926 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
927 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1077 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1078 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1081 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp917 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
919 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
920 return PrevIDom; in applyInsertUpdates()
926 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
928 if (PrevIDom == CurrIDom) in applyInsertUpdates()
930 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
931 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1081 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1082 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1085 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp913 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
915 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
916 return PrevIDom; in applyInsertUpdates()
922 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
924 if (PrevIDom == CurrIDom) in applyInsertUpdates()
926 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
927 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1077 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1078 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1081 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp870 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
872 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
873 return PrevIDom; in applyInsertUpdates()
879 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
881 if (PrevIDom == CurrIDom) in applyInsertUpdates()
883 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
884 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1035 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1036 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1039 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp916 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
918 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
919 return PrevIDom; in applyInsertUpdates()
925 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
927 if (PrevIDom == CurrIDom) in applyInsertUpdates()
929 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
930 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1080 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1081 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1084 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp913 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates() local
915 PrevIDom = DT.findNearestCommonDominator(PrevIDom, BB); in applyInsertUpdates()
916 return PrevIDom; in applyInsertUpdates()
922 [&](BasicBlock *PrevIDom, BasicBlock *CurrIDom, in applyInsertUpdates()
924 if (PrevIDom == CurrIDom) in applyInsertUpdates()
926 BlocksPrevDom.push_back(PrevIDom); in applyInsertUpdates()
927 BasicBlock *NextIDom = PrevIDom; in applyInsertUpdates()
1077 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates() local
1078 assert(PrevIDom && "Previous IDom should exists"); in applyInsertUpdates()
1081 assert(DT.dominates(NewIDom, PrevIDom) && in applyInsertUpdates()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1108 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1109 assert(PrevIDom); in DeleteUnreachable()
1120 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1124 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DGenericDomTreeConstruction.h1116 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1117 assert(PrevIDom); in DeleteUnreachable()
1128 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1132 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1112 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1113 assert(PrevIDom); in DeleteUnreachable()
1124 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1128 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DGenericDomTreeConstruction.h1112 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1113 assert(PrevIDom); in DeleteUnreachable()
1124 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1128 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1112 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1113 assert(PrevIDom); in DeleteUnreachable()
1124 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1128 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DGenericDomTreeConstruction.h1108 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1109 assert(PrevIDom); in DeleteUnreachable()
1120 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1124 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1116 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1117 assert(PrevIDom); in DeleteUnreachable()
1128 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1132 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1112 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1113 assert(PrevIDom); in DeleteUnreachable()
1124 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1128 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1112 const TreeNodePtr PrevIDom = MinNode->getIDom(); in DeleteUnreachable() local
1113 assert(PrevIDom); in DeleteUnreachable()
1124 << BlockNamePrinter(PrevIDom) << "\nRunning Semi-NCA\n"); in DeleteUnreachable()
1128 SNCA.reattachExistingSubtree(DT, PrevIDom); in DeleteUnreachable()

12