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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp101 bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&);
455 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
459 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, function in class:ScheduleDAGFast
541 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))
H A DScheduleDAGRRList.cpp226 bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&);
1227 /// DelayForLiveRegsBottomUp - Returns true if it is necessary to delay
1232 DelayForLiveRegsBottomUp(SUnit *SU, SmallVector<unsigned, 4> &LRegs) { function in class:ScheduleDAGRRList
1316 if (!DelayForLiveRegsBottomUp(CurSU, LRegs))

Completed in 139 milliseconds