Searched refs:KillingDefs (Results 1 – 1 of 1) sorted by relevance
1498 SmallPtrSet<Instruction *, 16> KillingDefs; in getDomMemoryDef() local1499 KillingDefs.insert(KillingDef->getMemoryInst()); in getDomMemoryDef()1524 if (any_of(KillingDefs, [this, UseAccess](Instruction *KI) { in getDomMemoryDef()1539 if (any_of(KillingDefs, [this, UseInst](Instruction *KI) { in getDomMemoryDef()1608 KillingDefs.insert(UseInst); in getDomMemoryDef()1625 for (Instruction *KD : KillingDefs) in getDomMemoryDef()