Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h68 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
70 PGOInstrumentationUse(std::string Filename = "",
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2249 PGOInstrumentationUse::PGOInstrumentationUse( in PGOInstrumentationUse() function in PGOInstrumentationUse
2263 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp835 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPasses()
870 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPassesForO0()
H A DPassRegistry.def105 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())