Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp453 SmallPtrSet<MachineInstr*, 8> CSUses; in isProfitableToCSE() local
456 CSUses.insert(&MI); in isProfitableToCSE()
466 if (!CSUses.count(&MI)) { in isProfitableToCSE()