Searched defs:FinishBlock (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp201 void AggressiveAntiDepBreaker::FinishBlock() { function in class:AggressiveAntiDepBreaker
H A DCriticalAntiDepBreaker.cpp122 void CriticalAntiDepBreaker::FinishBlock() { function in class:CriticalAntiDepBreaker
H A DPostRASchedulerList.cpp160 /// FinishBlock - Clean up register live-range state.
162 void FinishBlock();
282 Scheduler.FinishBlock();
349 /// FinishBlock - Clean up register live-range state.
351 void SchedulePostRATDList::FinishBlock() { function in class:SchedulePostRATDList
353 AntiDepBreak->FinishBlock();
356 ScheduleDAGInstrs::FinishBlock();
H A DScheduleDAGInstrs.cpp568 void ScheduleDAGInstrs::FinishBlock() { function in class:ScheduleDAGInstrs

Completed in 94 milliseconds