LLVM
8.0.1
|
This pass performs the global (interprocedural) stack safety analysis (new pass manager). More...
#include "llvm/Analysis/StackSafetyAnalysis.h"
Public Types | |
using | Result = StackSafetyGlobalInfo |
Public Member Functions | |
Result | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< StackSafetyGlobalAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< StackSafetyGlobalAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
This pass performs the global (interprocedural) stack safety analysis (new pass manager).
Definition at line 80 of file StackSafetyAnalysis.h.
Definition at line 86 of file StackSafetyAnalysis.h.
StackSafetyGlobalInfo StackSafetyGlobalAnalysis::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 615 of file StackSafetyAnalysis.cpp.
References F(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().