Searched refs:DelayForLiveRegsBottomUp (Results 1 – 2 of 2) sorted by relevance
107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);476 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp() function in ScheduleDAGFast558 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in ListScheduleBottomUp()
234 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);1262 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { in DelayForLiveRegsBottomUp() function in ScheduleDAGRRList1369 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in PickNodeToScheduleBottomUp()