Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp499 bool IncrementalUpdate) { in insertDeleteInstructions() argument
523 if (IncrementalUpdate) in insertDeleteInstructions()
572 bool IncrementalUpdate = false; in combineInstructions() local
648 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
659 IncrementalUpdate = true; in combineInstructions()
665 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
678 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
687 RegUnits, TII, P, IncrementalUpdate); in combineInstructions()
701 !IncrementalUpdate) && in combineInstructions()
705 IncrementalUpdate = true; in combineInstructions()
[all …]