Searched refs:DelayForLiveRegsBottomUp (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 101 bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&); 464 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp() function in ScheduleDAGFast 546 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 240 bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&); 1065 DelayForLiveRegsBottomUp(SUnit *SU, SmallVector<unsigned, 4> &LRegs) { in DelayForLiveRegsBottomUp() function in ScheduleDAGRRList 1132 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in PickNodeToScheduleBottomUp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&); 475 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp() function in ScheduleDAGFast 557 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 234 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&); 1259 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { in DelayForLiveRegsBottomUp() function in ScheduleDAGRRList 1368 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in PickNodeToScheduleBottomUp()
|