Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp64 class ScheduleDAGFast : public ScheduleDAGSDNodes { class
77 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() function in __anonacfa8bc40111::ScheduleDAGFast
113 void ScheduleDAGFast::Schedule() { in Schedule()
135 void ScheduleDAGFast::ReleasePred(SUnit *SU, SDep *PredEdge) { in ReleasePred()
156 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors()
177 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) { in ScheduleNodeBottomUp()
206 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors()
372 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, in InsertCopiesAndMoveSuccs()
472 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp()
534 void ScheduleDAGFast::ListScheduleBottomUp() { in ListScheduleBottomUp()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile444 SRCS_MIN+= CodeGen/SelectionDAG/ScheduleDAGFast.cpp