Lines Matching defs:ShouldCombineAggressively
63 bool ShouldCombineAggressively;
126 bool ShouldCombineAggressively) {
157 (ShouldCombineAggressively || NotExt);
280 if (!ShouldCombineAggressively)
328 if (!ShouldCombineAggressively)
410 if (!isCombinableInstType(*DefInst, TII, ShouldCombineAggressively))
470 ShouldCombineAggressively =
493 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(&I1))
497 if (!isCombinableInstType(I1, TII, ShouldCombineAggressively))
536 if (!isCombinableInstType(*I2, TII, ShouldCombineAggressively))
540 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(&*I2))