Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePipeliner.cpp2699 int NewLastCycle = INT_MIN; in normalizeNonPipelinedInstructions() local
2704 NewLastCycle = std::max(NewLastCycle, InstrToCycle[&SU]); in normalizeNonPipelinedInstructions()
2723 NewLastCycle = std::max(NewLastCycle, NewCycle); in normalizeNonPipelinedInstructions()
2725 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()