Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp67 bool ShouldCombineAggressively; member in __anona09cdf050111::HexagonCopyToCombine
132 bool ShouldCombineAggressively) { in isCombinableInstType() argument
163 (ShouldCombineAggressively || NotExt); in isCombinableInstType()
271 if (!ShouldCombineAggressively) in isSafeToMoveTogether()
319 if (!ShouldCombineAggressively) in isSafeToMoveTogether()
403 if (!isCombinableInstType(*DefInst, TII, ShouldCombineAggressively)) in findPotentialNewifiableTFRs()
456 ShouldCombineAggressively = in runOnMachineFunction()
476 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(&I1)) in runOnMachineFunction()
480 if (!isCombinableInstType(I1, TII, ShouldCombineAggressively)) in runOnMachineFunction()
520 if (!isCombinableInstType(*I2, TII, ShouldCombineAggressively)) in findPairable()
[all …]