13#ifndef LLVM_ANALYSIS_SCALAREVOLUTIONALIASANALYSIS_H 
   14#define LLVM_ANALYSIS_SCALAREVOLUTIONALIASANALYSIS_H 
   40                           FunctionAnalysisManager::Invalidator &Inv);
 
 
   59  std::unique_ptr<SCEVAAResult> Result;
 
 
static bool runOnFunction(Function &F, bool PostInlining)
 
This class stores info we want to provide to or retain within an alias query.
 
The possible results of an alias query.
 
Represent the analysis usage information of a pass.
 
Representation for a specific memory location.
 
A set of analyses that are preserved following a run of a transformation pass.
 
A simple alias analysis implementation that uses ScalarEvolution to answer queries.
 
LLVM_ABI bool invalidate(Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv)
 
SCEVAAResult(ScalarEvolution &SE)
 
SCEVAAResult(SCEVAAResult &&Arg)
 
LLVM_ABI AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB, AAQueryInfo &AAQI, const Instruction *CtxI)
 
SCEVAAResult & getResult()
 
const SCEVAAResult & getResult() const
 
Analysis pass providing a never-invalidated alias analysis result.
 
LLVM_ABI SCEVAAResult run(Function &F, FunctionAnalysisManager &AM)
 
This class represents an analyzed expression in the program.
 
The main scalar evolution driver.
 
LLVM Value Representation.
 
This is an optimization pass for GlobalISel generic memory operations.
 
LLVM_ABI FunctionPass * createSCEVAAWrapperPass()
Creates an instance of SCEVAAWrapperPass.
 
OutputIt move(R &&Range, OutputIt Out)
Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.
 
AnalysisManager< Function > FunctionAnalysisManager
Convenience typedef for the Function analysis manager.
 
Implement std::hash so that hash_code can be used in STL containers.
 
A CRTP mix-in that provides informational APIs needed for analysis passes.
 
A special type used by analysis passes to provide an address that identifies that particular analysis...