Searched refs:MaybeKillingLoc (Results 1 – 1 of 1) sorted by relevance
1968 Optional<MemoryLocation> MaybeKillingLoc; in eliminateDeadStores() local1970 MaybeKillingLoc = State.getLocForTerminator(KillingI).map( in eliminateDeadStores()1973 MaybeKillingLoc = State.getLocForWrite(KillingI); in eliminateDeadStores()1975 if (!MaybeKillingLoc) { in eliminateDeadStores()1980 MemoryLocation KillingLoc = *MaybeKillingLoc; in eliminateDeadStores()