|
LLVM
4.0.0
|
A specialized result for the LoopAnalysisManagerFunctionProxy which retains a LoopInfo reference.
More...
#include <LoopAnalysisManager.h>
Public Member Functions | |
| Result (LoopAnalysisManager &InnerAM, LoopInfo &LI) | |
| Result (Result &&Arg) | |
| Result & | operator= (Result &&RHS) |
| ~Result () | |
| LoopAnalysisManager & | getManager () |
| Accessor for the analysis manager. More... | |
| bool | invalidate (Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv) |
| Handler for invalidation of the proxy for a particular function. More... | |
A specialized result for the LoopAnalysisManagerFunctionProxy which retains a LoopInfo reference.
This allows it to collect loop objects for which analysis results may be cached in the LoopAnalysisManager.
Definition at line 85 of file LoopAnalysisManager.h.
|
inlineexplicit |
Definition at line 87 of file LoopAnalysisManager.h.
|
inline |
Definition at line 89 of file LoopAnalysisManager.h.
|
inline |
Definition at line 104 of file LoopAnalysisManager.h.
|
inline |
Accessor for the analysis manager.
Definition at line 115 of file LoopAnalysisManager.h.
| bool llvm::LoopAnalysisManagerFunctionProxy::Result<>::invalidate | ( | Function & | F, |
| const PreservedAnalyses & | PA, | ||
| FunctionAnalysisManager::Invalidator & | Inv | ||
| ) |
Handler for invalidation of the proxy for a particular function.
If the proxy, LoopInfo, and associated analyses are preserved, this will merely forward the invalidation event to any cached loop analysis results for loops within this function.
If the necessary loop infrastructure is not preserved, this will forcibly clear all of the cached analysis results that are keyed on the LoopInfo for this function.
|
inline |
Definition at line 95 of file LoopAnalysisManager.h.
1.8.6