Searched refs:isNodeHidden (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/Support/ | ||
H A D | GraphWriter.h | 143 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); 233 if (!DTraits.isNodeHidden(*EI)) 236 if (!DTraits.isNodeHidden(*EI)) |
H A D | DOTGraphTraits.h | 62 /// 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 D | ScheduleDAGPrinter.cpp | 42 static bool isNodeHidden(const SUnit *Node) { function in struct:llvm::DOTGraphTraits |
H A D | MachineScheduler.cpp | 3348 static bool isNodeHidden(const SUnit *Node) { function in struct:llvm::DOTGraphTraits |
Completed in 62 milliseconds