Searched refs:IsStoreDeadOnUnwind (Results 1 – 1 of 1) sorted by relevance
1165 bool IsStoreDeadOnUnwind = isa<AllocaInst>(Underlying); in eliminateDeadStores() local1166 if (!IsStoreDeadOnUnwind) { in eliminateDeadStores()1171 IsStoreDeadOnUnwind = isAllocLikeFn(Underlying, TLI) && in eliminateDeadStores()1174 if (!IsStoreDeadOnUnwind) in eliminateDeadStores()