Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h58 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
60 PGOInstrumentationUse(std::string Filename = "",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1967 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename, in PGOInstrumentationUse() function in PGOInstrumentationUse
1978 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def87 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
H A DPassBuilder.cpp907 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPasses()
940 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPassesForO0()