LLVM 20.0.0git
|
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) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< StackSafetyAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
StackSafetyInfo wrapper for the new pass manager.
Definition at line 92 of file StackSafetyAnalysis.h.
Definition at line 97 of file StackSafetyAnalysis.h.
StackSafetyInfo StackSafetyAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 1036 of file StackSafetyAnalysis.cpp.
References F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().