LLVM 20.0.0git
|
#include "llvm/Analysis/MustExecute.h"
Public Member Functions | |
MustExecutePrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< MustExecutePrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< MustExecutePrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 543 of file MustExecute.h.
|
inline |
Definition at line 547 of file MustExecute.h.
References OS.
|
inlinestatic |
Definition at line 549 of file MustExecute.h.
PreservedAnalyses MustExecutePrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 746 of file MustExecute.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and OS.