Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2496 MemoryLocationWrapper &DeadLocWrapper = in eliminateDeadDefs() local
2498 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 …]