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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h58 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> { class in namespace:llvm
60 PGOInstrumentationUse(std::string Filename = "",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp29 // (2) Pass PGOInstrumentationUse which reads the edge count profile and
36 // pass PGOInstrumentationUse, the real work in done in class PGOUseFunc and
38 // The shared code for PGOInstrumentationGen and PGOInstrumentationUse is put
1697 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename, function in class:PGOInstrumentationUse
1708 PreservedAnalyses PGOInstrumentationUse::run(Module &M,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp777 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS));
808 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS));

Completed in 76 milliseconds