Home
last modified time | relevance | path

Searched refs:isNodeHidden (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGraphWriter.h168 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 DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp33 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
H A DMachineScheduler.cpp3884 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDGPrinter.h64 bool isNodeHidden(const DDGNode *Node, const DataDependenceGraph *G);
H A DCFGPrinter.h298 bool isNodeHidden(const BasicBlock *Node, const DOTFuncInfo *CFGInfo);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDGPrinter.cpp77 bool DDGDotGraphTraits::isNodeHidden(const DDGNode *Node, in isNodeHidden() function in DDGDotGraphTraits
H A DCallPrinter.cpp151 static bool isNodeHidden(const CallGraphNode *Node, in isNodeHidden() function
H A DCFGPrinter.cpp317 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden() function in DOTGraphTraits
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3497 if (N->succ_size() != 1 || !isNodeHidden(N->getFirstSucc(), nullptr)) in traverseHiddenNodes()
3506 static bool isNodeHidden(const ExplodedNode *N, const ExplodedGraph *G) { in isNodeHidden() function
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4825 static bool isNodeHidden(const AACallGraphNode *Node,