Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h67 struct InstrProfOptions { struct
68 InstrProfOptions() : NoRedZone(false) {} in InstrProfOptions() argument
76 const InstrProfOptions &Options = InstrProfOptions()); argument
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp36 InstrProfiling(const InstrProfOptions &Options) in InstrProfiling()
50 InstrProfOptions Options;
111 ModulePass *llvm::createInstrProfilingPass(const InstrProfOptions &Options) { in createInstrProfilingPass()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp384 InstrProfOptions Options; in CreatePasses()