HomeSort by: relevance | last modified time | path
    Searched refs:DelayForLiveRegsBottomUp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 107 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
463 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
467 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU,
549 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))
ScheduleDAGRRList.cpp 269 bool DelayForLiveRegsBottomUp(SUnit*, SmallVectorImpl<unsigned>&);
1341 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
1346 DelayForLiveRegsBottomUp(SUnit *SU, SmallVectorImpl<unsigned> &LRegs) {
1468 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))

Completed in 23 milliseconds