Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Support/
H A DGraphWriter.h147 bool isNodeHidden(NodeType &Node) { in isNodeHidden() function
151 bool isNodeHidden(NodeType *const *Node) { in isNodeHidden() function
155 bool isNodeHidden(NodeType *Node) { in isNodeHidden() function
H A DDOTGraphTraits.h64 static bool isNodeHidden(const void *) { in isNodeHidden() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp33 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
H A DMachineScheduler.cpp3914 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp38 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() function
H A DMachineScheduler.cpp3694 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp41 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() function
H A DMachineScheduler.cpp3488 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDOTGraphTraits.h63 static bool isNodeHidden(const void *) { in isNodeHidden() function
H A DGraphWriter.h161 bool isNodeHidden(NodeRef Node) { in isNodeHidden() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
DGraphWriter.h172 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
H A DGraphWriter.h172 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
DGraphWriter.h172 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
DGraphWriter.h172 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DDOTGraphTraits.h64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden() function
DGraphWriter.h172 bool isNodeHidden(NodeRef Node) { return DTraits.isNodeHidden(Node, G); } in isNodeHidden() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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