Home
last modified time | relevance | path

Searched refs:WindowScheduler (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp103 WindowScheduler::WindowScheduler(MachineSchedContext *C, MachineLoop &ML) in WindowScheduler() function in WindowScheduler
111 bool WindowScheduler::run() { in run()
165 WindowScheduler::createMachineScheduler(bool OnlyBuildGraph) { in createMachineScheduler()
173 bool WindowScheduler::initialize() { in initialize()
248 void WindowScheduler::preProcess() { in preProcess()
260 void WindowScheduler::postProcess() { in postProcess()
268 void WindowScheduler::backupMBB() { in backupMBB()
278 void WindowScheduler::restoreMBB() { in restoreMBB()
290 void WindowScheduler::generateTripleMBB() { in generateTripleMBB()
385 void WindowScheduler::restoreTripleMBB() { in restoreTripleMBB()
[all …]
H A DMachinePipeliner.cpp521 WindowScheduler WS(&Context, L); in runWindowScheduler()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h61 class WindowScheduler {
107 WindowScheduler(MachineSchedContext *C, MachineLoop &ML);
108 virtual ~WindowScheduler() {} in ~WindowScheduler()
/freebsd/lib/clang/libllvm/
H A DMakefile501 SRCS_MIN+= CodeGen/WindowScheduler.cpp