Lines Matching refs:ShouldCombineAggressively
61 bool ShouldCombineAggressively; member in __anon0e9826260111::HexagonCopyToCombine
115 bool ShouldCombineAggressively) { in isCombinableInstType() argument
144 (ShouldCombineAggressively || NotExt); in isCombinableInstType()
148 if (!ShouldCombineAggressively) in isCombinableInstType()
254 if (!ShouldCombineAggressively) in isSafeToMoveTogether()
299 if (!ShouldCombineAggressively) in isSafeToMoveTogether()
375 if (!isCombinableInstType(DefInst, TII, ShouldCombineAggressively)) in findPotentialNewifiableTFRs()
421 ShouldCombineAggressively = in runOnMachineFunction()
437 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I1)) in runOnMachineFunction()
441 if (!isCombinableInstType(I1, TII, ShouldCombineAggressively)) in runOnMachineFunction()
474 if (!isCombinableInstType(I2, TII, ShouldCombineAggressively)) in findPairable()
478 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I2)) in findPairable()