Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3696 Cmp.DFSResult = DAG->getDFSResult(); in initialize()
3718 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()
3719 << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU) in pickNode()
3721 << DAG->getDFSResult()->getSubtreeLevel( in pickNode()
3722 DAG->getDFSResult()->getSubtreeID(SU)) in pickNode()
3901 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
3916 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h469 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult() function