LLVM 20.0.0git
|
#include "llvm/Transforms/Instrumentation/LowerAllowCheckPass.h"
Classes | |
struct | Options |
Public Member Functions | |
LowerAllowCheckPass (LowerAllowCheckPass::Options Opts) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | IsRequested () |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 25 of file LowerAllowCheckPass.h.
|
inlineexplicit |
Definition at line 31 of file LowerAllowCheckPass.h.
|
static |
Definition at line 166 of file LowerAllowCheckPass.cpp.
References HotPercentileCutoff, and RandomRate.
void LowerAllowCheckPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 171 of file LowerAllowCheckPass.cpp.
References llvm::LowerAllowCheckPass::Options::cutoffs, OS, and printPipeline().
Referenced by printPipeline().
PreservedAnalyses LowerAllowCheckPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 150 of file LowerAllowCheckPass.cpp.
References llvm::PreservedAnalyses::all(), llvm::LowerAllowCheckPass::Options::cutoffs, F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::none(), and removeUbsanTraps().