Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h121 struct InstrProfOptions { struct
137 InstrProfOptions() = default; argument
143 const InstrProfOptions &Options = InstrProfOptions(), bool IsCS = false);
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
46 InstrProfOptions Options;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp620 static Optional<InstrProfOptions>
625 InstrProfOptions Options; in getInstrProfOptions()
824 if (Optional<InstrProfOptions> Options = in CreatePasses()
1394 if (Optional<InstrProfOptions> Options = in EmitAssemblyWithNewPassManager()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
433 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options, in INITIALIZE_PASS_DEPENDENCY()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp365 InstrProfOptions Options; in addPGOInstrPasses()
/netbsd/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp925 InstrProfOptions Options; in addPGOInstrPasses()
950 InstrProfOptions Options; in addPGOInstrPassesForO0()