Searched refs:PGOInstrumentationUse (Results 1 – 1 of 1) sorted by relevance
114 class PGOInstrumentationUse : public ModulePass { class119 PGOInstrumentationUse(std::string Filename = "") in PGOInstrumentationUse() function in __anon10d6878d0111::PGOInstrumentationUse153 char PGOInstrumentationUse::ID = 0;154 INITIALIZE_PASS_BEGIN(PGOInstrumentationUse, "pgo-instr-use",158 INITIALIZE_PASS_END(PGOInstrumentationUse, "pgo-instr-use", in INITIALIZE_PASS_DEPENDENCY()162 return new PGOInstrumentationUse(Filename.str()); in INITIALIZE_PASS_DEPENDENCY()689 bool PGOInstrumentationUse::runOnModule(Module &M) { in runOnModule()