Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp474 bool IncrementalUpdate) { in insertDeleteInstructions() argument
498 if (IncrementalUpdate) in insertDeleteInstructions()
547 bool IncrementalUpdate = false; in combineInstructions() local
629 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
640 IncrementalUpdate = true; in combineInstructions()
646 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
663 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
677 !IncrementalUpdate) && in combineInstructions()
681 IncrementalUpdate = true; in combineInstructions()
686 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
[all …]