Lines Matching refs:ShouldCombineAggressively
62 bool ShouldCombineAggressively; member in __anon0e9826260111::HexagonCopyToCombine
116 bool ShouldCombineAggressively) { in isCombinableInstType() argument
147 (ShouldCombineAggressively || NotExt); in isCombinableInstType()
243 if (!ShouldCombineAggressively) in isSafeToMoveTogether()
288 if (!ShouldCombineAggressively) in isSafeToMoveTogether()
363 if (!isCombinableInstType(DefInst, TII, ShouldCombineAggressively)) in findPotentialNewifiableTFRs()
409 ShouldCombineAggressively = in runOnMachineFunction()
425 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I1)) in runOnMachineFunction()
429 if (!isCombinableInstType(I1, TII, ShouldCombineAggressively)) in runOnMachineFunction()
462 if (!isCombinableInstType(I2, TII, ShouldCombineAggressively)) in findPairable()
466 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I2)) in findPairable()