Searched refs:StandardInstrumentations (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 69 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
H A D | StandardInstrumentations.cpp | 2444 StandardInstrumentations::StandardInstrumentations( in StandardInstrumentations() function in llvm::StandardInstrumentations 2516 void StandardInstrumentations::registerCallbacks( in registerCallbacks()
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | NewPMDriver.cpp | 118 StandardInstrumentations SI(Context, Opt.DebugPM, !NoVerify); in compileModuleWithNewPM()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 583 class StandardInstrumentations { 602 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 416 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
|
H A D | ThinLTOCodeGenerator.cpp | 250 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 871 StandardInstrumentations SI( in RunOptimizationPipeline()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1054 SRCS_MIN+= Passes/StandardInstrumentations.cpp
|