Home
last modified time | relevance | path

Searched defs:isNodeHidden (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp38 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
DMachineScheduler.cpp3885 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
DGraphWriter.h161 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DDDGPrinter.cpp77 bool DDGDotGraphTraits::isNodeHidden(const DDGNode *Node, in isNodeHidden() function in DDGDotGraphTraits
DCallPrinter.cpp146 static bool isNodeHidden(const CallGraphNode *Node, in isNodeHidden() function
DCFGPrinter.cpp317 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden() function in DOTGraphTraits
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3168 static bool isNodeHidden(const ExplodedNode *N, const ExplodedGraph *G) { in isNodeHidden() function