Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1470 SmallPtrSet<Instruction *, 16> KillingDefs; in getDomMemoryDef() local
1471 KillingDefs.insert(KillingDef->getMemoryInst()); in getDomMemoryDef()
1499 if (any_of(KillingDefs, [this, UseAccess](Instruction *KI) { in getDomMemoryDef()
1514 if (any_of(KillingDefs, [this, UseInst](Instruction *KI) { in getDomMemoryDef()
1583 KillingDefs.insert(UseInst); in getDomMemoryDef()
1600 for (Instruction *KD : KillingDefs) in getDomMemoryDef()