Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
476 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp() function in ScheduleDAGFast
558 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in ListScheduleBottomUp()
DScheduleDAGRRList.cpp234 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
1262 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { in DelayForLiveRegsBottomUp() function in ScheduleDAGRRList
1369 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in PickNodeToScheduleBottomUp()