Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2337 eliminateDeadDefs(const MemoryLocationWrapper &KillingLocWrapper);
2435 DSEState::eliminateDeadDefs(const MemoryLocationWrapper &KillingLocWrapper) { in eliminateDeadDefs() argument
2449 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 …]