Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp565 decltype(BlockIter) LastUpdate; in combineInstructions() local
639 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
641 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
642 LastUpdate = BlockIter; in combineInstructions()
651 LastUpdate = BlockIter; in combineInstructions()
697 LastUpdate = BlockIter; in combineInstructions()