Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp65 DenseSet<MachineInstr *> PotentiallyNewifiableTFR; member in __anone08c66840111::HexagonCopyToCombine
426 PotentiallyNewifiableTFR.insert(DefInst); in findPotentialNewifiableTFRs()
479 PotentiallyNewifiableTFR.clear(); in runOnMachineFunction()
493 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(&I1)) in runOnMachineFunction()
540 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(&*I2)) in findPairable()