reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1161 bool IsStoreDeadOnUnwind = isa<AllocaInst>(Underlying); 1167 IsStoreDeadOnUnwind = isAllocLikeFn(Underlying, TLI) && 1168 !PointerMayBeCaptured(Underlying, false, true);