Searched refs:isNodeHidden (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGraphWriter.h144 if (!isNodeHidden(*I))
148 bool isNodeHidden(NodeType &Node) { function in class:llvm::GraphWriter
149 return isNodeHidden(&Node);
152 bool isNodeHidden(NodeType *const *Node) { function in class:llvm::GraphWriter
153 return isNodeHidden(*Node);
156 bool isNodeHidden(NodeType *Node) { function in class:llvm::GraphWriter
157 return DTraits.isNodeHidden(Node);
232 if (!DTraits.isNodeHidden(*EI))
235 if (!DTraits.isNodeHidden(*EI))
H A DDOTGraphTraits.h62 /// isNodeHidden - If the function returns true, the given node is not
64 static bool isNodeHidden(const void *) { function in struct:llvm::DefaultDOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp43 static bool isNodeHidden(const SUnit *Node) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3227 static bool isNodeHidden(const SUnit *Node) { function in struct:llvm::DOTGraphTraits

Completed in 296 milliseconds