Home
last modified time | relevance | path

Searched refs:getDFSResult (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3084 Cmp.DFSResult = DAG->getDFSResult(); in initialize()
3105 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()
3106 << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU) << " @" in pickNode()
3107 << DAG->getDFSResult()->getSubtreeLevel( in pickNode()
3108 DAG->getDFSResult()->getSubtreeID(SU)) << '\n' in pickNode()
3282 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
3296 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h420 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult() function