Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp61 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()
[all …]