LLVM
8.0.1
|
StackSafetyInfo wrapper for the new pass manager. More...
#include "llvm/Analysis/StackSafetyAnalysis.h"
Public Types | |
using | Result = StackSafetyInfo |
Public Member Functions | |
StackSafetyInfo | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< StackSafetyAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< StackSafetyAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
StackSafetyInfo wrapper for the new pass manager.
Definition at line 42 of file StackSafetyAnalysis.h.
Definition at line 47 of file StackSafetyAnalysis.h.
StackSafetyInfo StackSafetyAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 577 of file StackSafetyAnalysis.cpp.
References llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().