HomeSort by: relevance | last modified time | path
    Searched defs:isNodeHidden (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 38 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) {
MachineScheduler.cpp 3877 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFGPrinter.cpp 292 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node,
DDGPrinter.cpp 77 bool DDGDotGraphTraits::isNodeHidden(const DDGNode *Node,
CallPrinter.cpp 146 static bool isNodeHidden(const CallGraphNode *Node,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 61 /// isNodeHidden - If the function returns true, the given node is not
64 static bool isNodeHidden(const void *, const GraphType &) {
GraphWriter.h 157 if (!isNodeHidden(Node))
161 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); }
229 if (!DTraits.isNodeHidden(*EI, G))
232 if (!DTraits.isNodeHidden(*EI, G))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 3157 if (N->succ_size() != 1 || !isNodeHidden(N->getFirstSucc(), nullptr))
3166 static bool isNodeHidden(const ExplodedNode *N, const ExplodedGraph *G) {

Completed in 24 milliseconds