Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2396 int LateCycle = INT_MIN; in latestCycleInChain() local
2405 LateCycle = std::max(LateCycle, it->second); in latestCycleInChain()
2411 return LateCycle; in latestCycleInChain()