Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp580 decltype(BlockIter) LastUpdate; in combineInstructions() local
654 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
656 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
657 LastUpdate = BlockIter; in combineInstructions()
666 LastUpdate = BlockIter; in combineInstructions()
712 LastUpdate = BlockIter; in combineInstructions()