Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h109 bool scheduleLoop(MachineLoop &L);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp273 scheduleLoop(*L); in INITIALIZE_PASS_DEPENDENCY()
282 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop() function in MachinePipeliner
285 Changed |= scheduleLoop(*InnerLoop); in scheduleLoop()