Searched refs:DelayForLiveRegsBottomUp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
463 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
467 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, function in class:ScheduleDAGFast
549 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))
H A DScheduleDAGRRList.cpp269 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
1341 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
1346 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { function in class:ScheduleDAGRRList
1468 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))

Completed in 167 milliseconds