Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
467 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp() function in ScheduleDAGFast
549 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in ListScheduleBottomUp()
DScheduleDAGRRList.cpp269 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
1346 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) { in DelayForLiveRegsBottomUp() function in ScheduleDAGRRList
1468 if (!DelayForLiveRegsBottomUp(CurSU, LRegs)) in PickNodeToScheduleBottomUp()