Searched refs:KillingLocWrapper (Results 1 – 1 of 1) sorted by relevance
2337 eliminateDeadDefs(const MemoryLocationWrapper &KillingLocWrapper);2435 DSEState::eliminateDeadDefs(const MemoryLocationWrapper &KillingLocWrapper) { in eliminateDeadDefs() argument2449 ToCheck.insert(KillingLocWrapper.MemDef->getDefiningAccess()); in eliminateDeadDefs()2458 KillingLocWrapper.MemDef, Current, KillingLocWrapper.MemLoc, in eliminateDeadDefs()2459 KillingLocWrapper.UnderlyingObject, ScanLimit, WalkerStepLimit, in eliminateDeadDefs()2460 isMemTerminatorInst(KillingLocWrapper.DefInst), PartialLimit, in eliminateDeadDefs()2461 KillingLocWrapper.DefByInitializesAttr); in eliminateDeadDefs()2504 if (isMemTerminatorInst(KillingLocWrapper.DefInst)) { in eliminateDeadDefs()2505 if (KillingLocWrapper.UnderlyingObject != DeadLocWrapper.UnderlyingObject) in eliminateDeadDefs()2509 << *KillingLocWrapper.DefInst << '\n'); in eliminateDeadDefs()[all …]