Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrumentation.h89 struct InstrProfOptions { struct
90 InstrProfOptions() : NoRedZone(false) {} in InstrProfOptions() function
101 const InstrProfOptions &Options = InstrProfOptions()); argument
DInstrProfiling.h30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} in InstrProfiling()
36 InstrProfOptions Options;
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp54 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass()
82 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options) { in createInstrProfilingLegacyPass()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp234 InstrProfOptions Options; in addPGOInstrPasses()
/external/clang/lib/CodeGen/
DBackendUtil.cpp482 InstrProfOptions Options; in CreatePasses()