Searched refs:PGOInstrumentationUse (Results 1 – 8 of 8) sorted by relevance
29 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {32 PGOInstrumentationUse(std::string Filename = "");
37 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {39 PGOInstrumentationUse(std::string Filename = "");
13 ; USE: Running pass: PGOInstrumentationUse
917 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename) in PGOInstrumentationUse() function in PGOInstrumentationUse923 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
58 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
1532 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename) in PGOInstrumentationUse() function in PGOInstrumentationUse1538 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
65 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
550 MPM.addPass(PGOInstrumentationUse(ProfileUseFile)); in addPGOInstrPasses()