Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp114 class PGOInstrumentationUse : public ModulePass { class
119 PGOInstrumentationUse(std::string Filename = "") in PGOInstrumentationUse() function in __anon10d6878d0111::PGOInstrumentationUse
153 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()