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

/external/llvm/include/llvm/Support/
H A DGraphWriter.h143 if (!isNodeHidden(*I))
147 bool isNodeHidden(NodeType &Node) { function in class:llvm::GraphWriter
148 return isNodeHidden(&Node);
151 bool isNodeHidden(NodeType *const *Node) { function in class:llvm::GraphWriter
152 return isNodeHidden(*Node);
155 bool isNodeHidden(NodeType *Node) { function in class:llvm::GraphWriter
156 return DTraits.isNodeHidden(Node);
231 if (!DTraits.isNodeHidden(*EI))
234 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.cpp42 static bool isNodeHidden(const SUnit *Node) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3256 static bool isNodeHidden(const SUnit *Node) { function in struct:llvm::DOTGraphTraits

Completed in 182 milliseconds