Searched refs:DeadLocWrapper (Results 1 – 1 of 1) sorted by relevance
2496 MemoryLocationWrapper &DeadLocWrapper = in eliminateDeadDefs() local2498 LLVM_DEBUG(dbgs() << " (" << *DeadLocWrapper.DefInst << ")\n"); in eliminateDeadDefs()2499 ToCheck.insert(DeadLocWrapper.MemDef->getDefiningAccess()); in eliminateDeadDefs()2505 if (KillingLocWrapper.UnderlyingObject != DeadLocWrapper.UnderlyingObject) in eliminateDeadDefs()2508 << *DeadLocWrapper.DefInst << "\n KILLER: " in eliminateDeadDefs()2510 deleteDeadInstruction(DeadLocWrapper.DefInst, &Deleted); in eliminateDeadDefs()2518 isOverwrite(KillingLocWrapper.DefInst, DeadLocWrapper.DefInst, in eliminateDeadDefs()2519 KillingLocWrapper.MemLoc, DeadLocWrapper.MemLoc, in eliminateDeadDefs()2522 auto &IOL = IOLs[DeadLocWrapper.DefInst->getParent()]; in eliminateDeadDefs()2523 OR = isPartialOverwrite(KillingLocWrapper.MemLoc, DeadLocWrapper.MemLoc, in eliminateDeadDefs()[all …]