Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h414 class StandardInstrumentations {
429 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp68 StandardInstrumentations SI(Debug, VerifyEach); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
H A DStandardInstrumentations.cpp1216 StandardInstrumentations::StandardInstrumentations( in StandardInstrumentations() function in StandardInstrumentations
1227 void StandardInstrumentations::registerCallbacks( in registerCallbacks()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp299 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass, in runPassPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp235 StandardInstrumentations SI(Conf.DebugPassManager); in runNewPMPasses()
H A DThinLTOCodeGenerator.cpp279 StandardInstrumentations SI(DebugPassManager); in optimizeModuleNewPM()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1286 StandardInstrumentations SI(CodeGenOpts.DebugPassManager || in EmitAssemblyWithNewPassManager()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile891 SRCS_MIN+= Passes/StandardInstrumentations.cpp