Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h107 bool scheduleLoop(MachineLoop &L);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp257 scheduleLoop(*L); in INITIALIZE_PASS_DEPENDENCY()
266 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop() function in MachinePipeliner
269 Changed |= scheduleLoop(*InnerLoop); in scheduleLoop()