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.cpp562 decltype(BlockIter) LastUpdate; in combineInstructions() local
636 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
638 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
639 LastUpdate = BlockIter; in combineInstructions()
648 LastUpdate = BlockIter; in combineInstructions()
694 LastUpdate = BlockIter; in combineInstructions()