Searched refs:InstrProfilingLegacyPass (Results 1 – 1 of 1) sorted by relevance
142 class InstrProfilingLegacyPass : public ModulePass { class148 InstrProfilingLegacyPass() : ModulePass(ID) {} in InstrProfilingLegacyPass() function in __anon14d3b0160111::InstrProfilingLegacyPass149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass() function in __anon14d3b0160111::InstrProfilingLegacyPass423 char InstrProfilingLegacyPass::ID = 0;425 InstrProfilingLegacyPass, "instrprof",429 InstrProfilingLegacyPass, "instrprof", in INITIALIZE_PASS_DEPENDENCY()435 return new InstrProfilingLegacyPass(Options, IsCS); in INITIALIZE_PASS_DEPENDENCY()