Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp4248 auto ExpandCycle = [&](SUnit *SU) { in isValidSchedule() local
4259 int CycleSrc = ExpandCycle(Src); in isValidSchedule()
4260 int CycleDst = ExpandCycle(Dst); in isValidSchedule()