Searched refs:isNodeHidden (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 157 if (!isNodeHidden(Node)) in writeNodes() 161 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function 229 if (!DTraits.isNodeHidden(*EI, G)) in writeNode() 232 if (!DTraits.isNodeHidden(*EI, G)) in writeNode()
|
| H A D | DOTGraphTraits.h | 64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DDGPrinter.h | 63 bool isNodeHidden(const DDGNode *Node, const DataDependenceGraph *G);
|
| H A D | CFGPrinter.h | 298 bool isNodeHidden(const BasicBlock *Node, const DOTFuncInfo *CFGInfo);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 38 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
|
| H A D | MachineScheduler.cpp | 3877 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
|
| /netbsd-src/external/apache2/llvm/dist/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 | 146 static bool isNodeHidden(const CallGraphNode *Node, in isNodeHidden() function
|
| H A D | CFGPrinter.cpp | 292 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden() function in DOTGraphTraits
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3157 if (N->succ_size() != 1 || !isNodeHidden(N->getFirstSucc(), nullptr)) in traverseHiddenNodes() 3166 static bool isNodeHidden(const ExplodedNode *N, const ExplodedGraph *G) { in isNodeHidden() function
|