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.cpp3528 int NewLastCycle = INT_MIN; in normalizeNonPipelinedInstructions() local
3533 NewLastCycle = std::max(NewLastCycle, InstrToCycle[&SU]); in normalizeNonPipelinedInstructions()
3585 NewLastCycle = std::max(NewLastCycle, NewCycle); in normalizeNonPipelinedInstructions()
3587 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()