Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h58 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
60 PGOInstrumentationUse(std::string Filename = "",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1639 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename, in PGOInstrumentationUse() function in PGOInstrumentationUse
1650 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def73 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
DPassBuilder.cpp614 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPasses()
645 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPassesForO0()