Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp574 decltype(BlockIter) LastUpdate; in combineInstructions() local
648 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
650 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
651 LastUpdate = BlockIter; in combineInstructions()
660 LastUpdate = BlockIter; in combineInstructions()
706 LastUpdate = BlockIter; in combineInstructions()