Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp445 SmallPtrSet<MachineInstr*, 8> CSUses; in isProfitableToCSE() local
447 CSUses.insert(&MI); in isProfitableToCSE()
450 if (!CSUses.count(&MI)) { in isProfitableToCSE()