Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3396 Cmp.DFSResult = DAG->getDFSResult(); in initialize()
3418 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()
3419 << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU) in pickNode()
3421 << DAG->getDFSResult()->getSubtreeLevel( in pickNode()
3422 DAG->getDFSResult()->getSubtreeID(SU)) in pickNode()
3601 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
3616 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3317 Cmp.DFSResult = DAG->getDFSResult(); in initialize()
3338 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()
3339 << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU) << " @" in pickNode()
3340 << DAG->getDFSResult()->getSubtreeLevel( in pickNode()
3341 DAG->getDFSResult()->getSubtreeID(SU)) << '\n' in pickNode()
3512 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
3526 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h434 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h475 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult() function