Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3733 Cmp.DFSResult = DAG->getDFSResult(); in initialize()
3755 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()
3756 << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU) in pickNode()
3758 << DAG->getDFSResult()->getSubtreeLevel( in pickNode()
3759 DAG->getDFSResult()->getSubtreeID(SU)) in pickNode()
3938 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
3953 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h472 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult() function