LLVM 22.0.0git
|
#include "llvm/Transforms/Instrumentation/LowerAllowCheckPass.h"
Classes | |
struct | Options |
Public Member Functions | |
LowerAllowCheckPass (LowerAllowCheckPass::Options Opts) | |
LLVM_ABI PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
LLVM_ABI 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 LLVM_ABI bool | IsRequested () |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 26 of file LowerAllowCheckPass.h.
|
inlineexplicit |
Definition at line 33 of file LowerAllowCheckPass.h.
|
static |
Definition at line 170 of file LowerAllowCheckPass.cpp.
References HotPercentileCutoff, and RandomRate.
void LowerAllowCheckPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 175 of file LowerAllowCheckPass.cpp.
References llvm::LowerAllowCheckPass::Options::cutoffs, OS, printPipeline(), and llvm::LowerAllowCheckPass::Options::runtime_check.
Referenced by printPipeline().
PreservedAnalyses LowerAllowCheckPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 152 of file LowerAllowCheckPass.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), lowerAllowChecks(), llvm::PreservedAnalyses::none(), and llvm::PreservedAnalyses::preserveSet().