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 144 if (!isNodeHidden(*I))
148 bool isNodeHidden(NodeType &Node) {
149 return isNodeHidden(&Node);
152 bool isNodeHidden(NodeType *const *Node) {
153 return isNodeHidden(*Node);
156 bool isNodeHidden(NodeType *Node) {
157 return DTraits.isNodeHidden(Node);
232 if (!DTraits.isNodeHidden(*EI))
235 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 44 static bool isNodeHidden(const SUnit *Node) {
MachineScheduler.cpp     [all...]

Completed in 510 milliseconds