Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp376 SmallPtrSet<MachineInstr*, 8> CSUses; in isProfitableToCSE() local
378 CSUses.insert(&MI); in isProfitableToCSE()
381 if (!CSUses.count(&MI)) { in isProfitableToCSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp399 SmallPtrSet<MachineInstr*, 8> CSUses; in isProfitableToCSE() local
401 CSUses.insert(&MI); in isProfitableToCSE()
404 if (!CSUses.count(&MI)) { in isProfitableToCSE()