Home
last modified time | relevance | path

Searched refs:InstrProfOptions (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h126 struct InstrProfOptions { struct
139 InstrProfOptions() = default; argument
144 const InstrProfOptions &Options = InstrProfOptions());
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h39 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} in InstrProfiling()
45 InstrProfOptions Options;
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp151 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass()
368 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp302 InstrProfOptions Options; in addPGOInstrPasses()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp565 InstrProfOptions Options; in addPGOInstrPasses()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp680 InstrProfOptions Options; in CreatePasses()