Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp68 class ScheduleDAGFast : public ScheduleDAGSDNodes { class
81 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() function in __anone56e3eb00111::ScheduleDAGFast
117 void ScheduleDAGFast::Schedule() { in Schedule()
139 void ScheduleDAGFast::ReleasePred(SUnit *SU, SDep *PredEdge) { in ReleasePred()
160 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors()
181 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) { in ScheduleNodeBottomUp()
210 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors()
380 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, in InsertCopiesAndMoveSuccs()
467 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp()
524 void ScheduleDAGFast::ListScheduleBottomUp() { in ListScheduleBottomUp()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile397 SRCS_MIN+= CodeGen/SelectionDAG/ScheduleDAGFast.cpp