/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 348 auto *RN = new RootDDGNode(); in createRootNode() 380 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 348 auto *RN = new RootDDGNode(); in createRootNode() 380 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 348 auto *RN = new RootDDGNode(); in createRootNode() 380 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 356 auto *RN = new RootDDGNode(); in createRootNode() 388 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 356 auto *RN = new RootDDGNode(); in createRootNode() 388 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 356 auto *RN = new RootDDGNode(); in createRootNode() 388 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} in RootDDGNode() function 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} in RootDDGNode() function 96 ~RootDDGNode() {} in ~RootDDGNode() 102 static bool classof(const RootDDGNode *N) { return true; } in classof() 362 auto *RN = new RootDDGNode(); in createRootNode() 394 assert(isa<RootDDGNode>(Src) && "Expected root node"); in createRootedEdge()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 91 class RootDDGNode : public DDGNode { 93 RootDDGNode() : DDGNode(NodeKind::Root) {} 94 RootDDGNode(const RootDDGNode &N) = delete; 95 RootDDGNode(RootDDGNode &&N) : DDGNode(std::move(N)) {} 96 ~RootDDGNode() {} 102 static bool classof(const RootDDGNode *N) { return true; } 362 auto *RN = new RootDDGNode(); 394 assert(isa<RootDDGNode>(Src) && "Expected root node");
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) 96 else if (isa<RootDDGNode>(Node)) 122 } else if (isa<RootDDGNode>(Node))
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 79 if (isSimple() && isa<RootDDGNode>(Node)) in isNodeHidden() 96 else if (isa<RootDDGNode>(Node)) in getSimpleNodeLabel() 122 } else if (isa<RootDDGNode>(Node)) in getVerboseNodeLabel()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/ |
H A D | DDG.cpp | 90 } else if (!isa<RootDDGNode>(N)) in operator <<() 231 if (isa<RootDDGNode>(N)) in addNode()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/ |
H A D | DDG.cpp | 90 } else if (!isa<RootDDGNode>(N)) in operator <<() 231 if (isa<RootDDGNode>(N)) in addNode()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DDG.cpp | 90 } else if (!isa<RootDDGNode>(N)) in operator <<() 231 if (isa<RootDDGNode>(N)) in addNode()
|