Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3199 int NewLastCycle = INT_MIN; in normalizeNonPipelinedInstructions() local
3204 NewLastCycle = std::max(NewLastCycle, InstrToCycle[&SU]); in normalizeNonPipelinedInstructions()
3223 NewLastCycle = std::max(NewLastCycle, NewCycle); in normalizeNonPipelinedInstructions()
3225 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()