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

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp64 DenseSet<MachineInstr *> PotentiallyNewifiableTFR; member in class:__anon2479::HexagonCopyToCombine
391 PotentiallyNewifiableTFR.insert(DefInst);
431 PotentiallyNewifiableTFR.clear();
441 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I1))
482 if (ShouldCombineAggressively && PotentiallyNewifiableTFR.count(I2))

Completed in 96 milliseconds