Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp68 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
H A DStandardInstrumentations.cpp2347 StandardInstrumentations::StandardInstrumentations( in StandardInstrumentations() function in llvm::StandardInstrumentations
2419 void StandardInstrumentations::registerCallbacks( in registerCallbacks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h568 class StandardInstrumentations {
587 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp150 StandardInstrumentations SI(Context, Opt.DebugPM); in compileModuleWithNewPM()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp400 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
H A DThinLTOCodeGenerator.cpp249 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp839 StandardInstrumentations SI( in RunOptimizationPipeline()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1048 SRCS_MIN+= Passes/StandardInstrumentations.cpp