Searched refs:IsStoreDeadOnUnwind (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1293 bool IsStoreDeadOnUnwind = isa<AllocaInst>(Underlying); local
1294 if (!IsStoreDeadOnUnwind) {
1299 IsStoreDeadOnUnwind = isAllocLikeFn(Underlying, TLI) &&
1302 if (!IsStoreDeadOnUnwind)

Completed in 120 milliseconds