Home
last modified time | relevance | path

Searched refs:canApply (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h442 static bool canApply(MachineLoop &L);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2694 bool ModuloScheduleExpanderMVE::canApply(MachineLoop &L) { in canApply() function in ModuloScheduleExpanderMVE
H A DMachinePipeliner.cpp737 ModuloScheduleExpanderMVE::canApply(Loop)) { in schedule()