Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp64 class ScheduleDAGFast : public ScheduleDAGSDNodes { class
77 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() function in __anon9389022c0111::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()
376 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, in InsertCopiesAndMoveSuccs()
475 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp()
541 void ScheduleDAGFast::ListScheduleBottomUp() { in ListScheduleBottomUp()
[all …]
H A DCMakeLists.txt14 ScheduleDAGFast.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/SelectionDAG/
H A DBUILD.gn25 "ScheduleDAGFast.cpp",