Searched refs:isNodeHidden (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 168 if (!isNodeHidden(Node)) in writeNodes() 172 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function 281 if (!DTraits.isNodeHidden(*EI, G)) in writeNode() 284 if (!DTraits.isNodeHidden(*EI, G)) in writeNode()
|
| H A D | DOTGraphTraits.h | 64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 33 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
|
| H A D | MachineScheduler.cpp | 3914 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DDGPrinter.h | 64 bool isNodeHidden(const DDGNode *Node, const DataDependenceGraph *G);
|
| H A D | CFGPrinter.h | 310 bool isNodeHidden(const BasicBlock *Node, const DOTFuncInfo *CFGInfo);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DDGPrinter.cpp | 77 bool DDGDotGraphTraits::isNodeHidden(const DDGNode *Node, in isNodeHidden() function in DDGDotGraphTraits
|
| H A D | CallPrinter.cpp | 151 static bool isNodeHidden(const CallGraphNode *Node, in isNodeHidden() function
|
| H A D | CFGPrinter.cpp | 317 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden() function in DOTGraphTraits
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3829 if (N->succ_size() != 1 || !isNodeHidden(N->getFirstSucc(), nullptr)) in traverseHiddenNodes() 3838 static bool isNodeHidden(const ExplodedNode *N, const ExplodedGraph *G) { in isNodeHidden() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 4994 static bool isNodeHidden(const AACallGraphNode *Node,
|