Searched refs:InstrProfOptions (Results 1 – 3 of 3) sorted by relevance
67 struct InstrProfOptions { struct68 InstrProfOptions() : NoRedZone(false) {} in InstrProfOptions() argument76 const InstrProfOptions &Options = InstrProfOptions()); argument
36 InstrProfiling(const InstrProfOptions &Options) in InstrProfiling()50 InstrProfOptions Options;111 ModulePass *llvm::createInstrProfilingPass(const InstrProfOptions &Options) { in createInstrProfilingPass()
384 InstrProfOptions Options; in CreatePasses()