Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp103 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
472 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp() function in ScheduleDAGFast
559 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in ListScheduleBottomUp()
H A DScheduleDAGRRList.cpp268 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
1348 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { in DelayForLiveRegsBottomUp() function in ScheduleDAGRRList
1476 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in PickNodeToScheduleBottomUp()