Home
last modified time | relevance | path

Searched refs:StandardInstrumentations (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp69 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
H A DStandardInstrumentations.cpp2444 StandardInstrumentations::StandardInstrumentations( in StandardInstrumentations() function in llvm::StandardInstrumentations
2516 void StandardInstrumentations::registerCallbacks( in registerCallbacks()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp118 StandardInstrumentations SI(Context, Opt.DebugPM, !NoVerify); in compileModuleWithNewPM()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h583 class StandardInstrumentations {
602 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp416 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
H A DThinLTOCodeGenerator.cpp250 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp871 StandardInstrumentations SI( in RunOptimizationPipeline()
/freebsd/lib/clang/libllvm/
H A DMakefile1054 SRCS_MIN+= Passes/StandardInstrumentations.cpp