Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3213 int OldCycle = InstrToCycle[&SU]; in normalizeNonPipelinedInstructions() local
3214 if (OldCycle != NewCycle) { in normalizeNonPipelinedInstructions()
3216 auto &OldS = getInstructions(OldCycle); in normalizeNonPipelinedInstructions()
3220 << ") is not pipelined; moving from cycle " << OldCycle in normalizeNonPipelinedInstructions()