Handle invalidation events from the new pass manager.
Declared in <llvm/Analysis/ScopedNoAliasAA.h>
bool
invalidate(
Function& Fn,
PreservedAnalyses const& PA,
FunctionAnalysisManager::Invalidator& Inv);
By definition, this result is stateless and so remains valid.
False; this result is never invalidated.
| Name | Description |
|---|---|
| Fn | Function whose analyses may have been invalidated. |
| PA | Set of analyses preserved by the invalidating transform. |
| Inv | Invalidator used to check dependent analyses. |