Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp549 decltype(BlockIter) LastUpdate; in combineInstructions() local
629 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
631 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
632 LastUpdate = BlockIter; in combineInstructions()
641 LastUpdate = BlockIter; in combineInstructions()
682 LastUpdate = BlockIter; in combineInstructions()