Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h169 if (!isNodeHidden(Node)) in writeNodes()
173 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
283 if (!DTraits.isNodeHidden(*EI, G)) in writeNode()
286 if (!DTraits.isNodeHidden(*EI, G)) in writeNode()
H A DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDGPrinter.h65 bool isNodeHidden(const DDGNode *Node, const DataDependenceGraph *G);
H A DCFGPrinter.h329 LLVM_ABI bool isNodeHidden(const BasicBlock *Node,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp33 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
H A DMachineScheduler.cpp4836 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp77 bool DDGDotGraphTraits::isNodeHidden(const DDGNode *Node, in isNodeHidden() function in DDGDotGraphTraits
H A DCFGPrinter.cpp210 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden() function in DOTGraphTraits
H A DCallPrinter.cpp152 static bool isNodeHidden(const CallGraphNode *Node, in isNodeHidden() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp4008 if (N->succ_size() != 1 || !isNodeHidden(N->getFirstSucc(), nullptr)) in traverseHiddenNodes()
4017 static bool isNodeHidden(const ExplodedNode *N, const ExplodedGraph *G) { in isNodeHidden() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3210 static bool isNodeHidden(NodeRef Node, GraphType G) { in isNodeHidden() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5653 static bool isNodeHidden(const AACallGraphNode *Node,