Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp514 bool IncrementalUpdate) { in insertDeleteInstructions() argument
538 if (IncrementalUpdate) in insertDeleteInstructions()
587 bool IncrementalUpdate = false; in combineInstructions() local
669 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
680 IncrementalUpdate = true; in combineInstructions()
686 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
703 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
717 !IncrementalUpdate) && in combineInstructions()
721 IncrementalUpdate = true; in combineInstructions()
726 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
[all …]