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 AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
![]() | |
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().