Searched refs:LateCycle (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2459 int LateCycle = INT_MIN; local
2468 LateCycle = std::max(LateCycle, it->second);
2474 return LateCycle;

Completed in 105 milliseconds