Home
last modified time | relevance | path

Searched refs:PostDominatorTree (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
48 using Result = PostDominatorTree;
52 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
69 PostDominatorTree DT;
75 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
95 template <> struct GraphTraits<PostDominatorTree*>
97 static NodeRef getEntryNode(PostDominatorTree *DT) {
101 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DPostDominators.h29 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
33 PostDominatorTree() = default;
34 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
49 using Result = PostDominatorTree;
53 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
70 PostDominatorTree DT;
76 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
96 template <> struct GraphTraits<PostDominatorTree*>
98 static NodeRef getEntryNode(PostDominatorTree *DT) {
102 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DPostDominators.h29 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
33 PostDominatorTree() = default;
34 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
49 using Result = PostDominatorTree;
53 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
70 PostDominatorTree DT;
76 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
96 template <> struct GraphTraits<PostDominatorTree*>
98 static NodeRef getEntryNode(PostDominatorTree *DT) {
102 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
100 template <> struct GraphTraits<PostDominatorTree*>
102 static NodeRef getEntryNode(PostDominatorTree *DT) {
106 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
100 template <> struct GraphTraits<PostDominatorTree*>
102 static NodeRef getEntryNode(PostDominatorTree *DT) {
106 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
100 template <> struct GraphTraits<PostDominatorTree*>
102 static NodeRef getEntryNode(PostDominatorTree *DT) {
106 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
104 static nodes_iterator nodes_begin(PostDominatorTree *N) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h23 class PostDominatorTree; variable
30 const PostDominatorTree &PDT);
37 const PostDominatorTree &PDT);
42 const PostDominatorTree *PDT = nullptr,
50 const PostDominatorTree *PDT = nullptr,
57 const PostDominatorTree &PDT,
63 DominatorTree &DT, const PostDominatorTree &PDT,
73 const PostDominatorTree *PDT);
77 const DominatorTree *DT, const PostDominatorTree *PDT);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Analysis/
H A DPostDominators.h24 struct PostDominatorTree : public FunctionPass { struct
28 PostDominatorTree() : FunctionPass(ID) { in PostDominatorTree() argument
32 ~PostDominatorTree();
85 template <> struct GraphTraits<PostDominatorTree*> argument
87 static NodeType *getEntryNode(PostDominatorTree *DT) {
91 static nodes_iterator nodes_begin(PostDominatorTree *N) {
98 static nodes_iterator nodes_end(PostDominatorTree *N) {
113 PostDominatorTree &DT = getAnalysis<PostDominatorTree>();
122 AU.addRequired<PostDominatorTree>();
126 const DomSetType &calculate(const PostDominatorTree &DT,
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DDomPrinter.cpp69 struct DOTGraphTraits<PostDominatorTree*>
75 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName()
79 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel()
99 : public DOTGraphTraitsViewer<PostDominatorTree, false> {
102 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){} in PostDomViewer()
106 : public DOTGraphTraitsViewer<PostDominatorTree, true> {
109 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){} in PostDomOnlyViewer()
146 : public DOTGraphTraitsPrinter<PostDominatorTree, false> {
149 DOTGraphTraitsPrinter<PostDominatorTree, false>("postdom", ID) {} in PostDomPrinter()
153 : public DOTGraphTraitsPrinter<PostDominatorTree, true> {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DDomPrinter.cpp67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel()
138 PostDominatorTree *,
143 PostDominatorTree *, in PostDomViewer()
152 PostDominatorTree *,
157 PostDominatorTree *, in PostDomOnlyViewer()
212 PostDominatorTree *,
217 PostDominatorTree *, in PostDomPrinter()
227 PostDominatorTree *,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DDomPrinter.cpp67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel()
138 PostDominatorTree *,
143 PostDominatorTree *, in PostDomViewer()
152 PostDominatorTree *,
157 PostDominatorTree *, in PostDomOnlyViewer()
212 PostDominatorTree *,
217 PostDominatorTree *, in PostDomPrinter()
227 PostDominatorTree *,
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DDomPrinter.cpp67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel()
138 PostDominatorTree *,
143 PostDominatorTree *, in PostDomViewer()
152 PostDominatorTree *,
157 PostDominatorTree *, in PostDomOnlyViewer()
212 PostDominatorTree *,
217 PostDominatorTree *, in PostDomPrinter()
227 PostDominatorTree *,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DDomPrinter.cpp67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel()
138 PostDominatorTree *,
143 PostDominatorTree *, in PostDomViewer()
152 PostDominatorTree *,
157 PostDominatorTree *, in PostDomOnlyViewer()
212 PostDominatorTree *,
217 PostDominatorTree *, in PostDomPrinter()
227 PostDominatorTree *,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DDomPrinter.cpp67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel()
138 PostDominatorTree *,
143 PostDominatorTree *, in PostDomViewer()
152 PostDominatorTree *,
157 PostDominatorTree *, in PostDomOnlyViewer()
212 PostDominatorTree *,
217 PostDominatorTree *, in PostDomPrinter()
227 PostDominatorTree *,
[all …]

12345678910>>...27