HomeSort by relevance Sort by last modified time
    Searched refs:isNodeHidden (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
GraphWriter.h 143 if (!isNodeHidden(*I))
147 bool isNodeHidden(NodeType &Node) {
148 return isNodeHidden(&Node);
151 bool isNodeHidden(NodeType *const *Node) {
152 return isNodeHidden(*Node);
155 bool isNodeHidden(NodeType *Node) {
156 return DTraits.isNodeHidden(Node);
233 if (!DTraits.isNodeHidden(*EI))
236 if (!DTraits.isNodeHidden(*EI))
DOTGraphTraits.h 62 /// isNodeHidden - If the function returns true, the given node is not
64 static bool isNodeHidden(const void *) {
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 42 static bool isNodeHidden(const SUnit *Node) {
MachineScheduler.cpp     [all...]

Completed in 128 milliseconds