Searched refs:InstrProfilingLegacyPass (Results 1 – 1 of 1) sorted by relevance
48 class InstrProfilingLegacyPass : public ModulePass { class53 InstrProfilingLegacyPass() : ModulePass(ID), InstrProf() {} in InstrProfilingLegacyPass() function in __anond5e06e8d0111::InstrProfilingLegacyPass54 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anond5e06e8d0111::InstrProfilingLegacyPass76 char InstrProfilingLegacyPass::ID = 0;77 INITIALIZE_PASS(InstrProfilingLegacyPass, "instrprof",83 return new InstrProfilingLegacyPass(Options); in createInstrProfilingLegacyPass()