| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() function 54 bool IsCS; 61 std::string RemappingFilename = "", bool IsCS = false); 69 bool IsCS; variable
|
| H A D | InstrProfiling.h | 36 InstrProfiling() : IsCS(false) {} in InstrProfiling() 37 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false) 38 : Options(Options), IsCS(IsCS) {} in Options() 69 bool IsCS; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 354 if (IsCS) in createIRLevelProfileFlagVar() 491 bool IsCS; member in __anoncdb75a9b0211::FuncPGOInstrumentation 539 : F(Func), IsCS(IsCS), ComdatMembers(ComdatMembers), VPC(Func, TLI), in FuncPGOInstrumentation() 545 if (!IsCS) { in FuncPGOInstrumentation() 625 if (IsCS) in computeCFGHash() 830 bool IsCS) { in instrumentOneFunc() argument 1013 FreqAttr(FFA_Normal), IsCS(IsCS) {} in PGOUseFunc() 1089 bool IsCS; member in __anoncdb75a9b0611::PGOUseFunc 1566 if (!IsCS) in InstrumentAllFunctions() 1740 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions() argument [all …]
|
| H A D | InstrProfiling.cpp | 1257 if (!IsCS) in emitInitialization()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 617 bool IsCS, std::string ProfileFile, in addPGOInstrPasses() argument 621 if (!IsCS && !DisablePreInliner) { in addPGOInstrPasses() 657 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPasses() 665 MPM.addPass(PGOInstrumentationGen(IsCS)); in addPGOInstrPasses() 681 Options.UseBFIInPromotion = IsCS; in addPGOInstrPasses() 682 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses() 686 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0() argument 691 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPassesForO0() 699 MPM.addPass(PGOInstrumentationGen(IsCS)); in addPGOInstrPassesForO0() 706 Options.UseBFIInPromotion = IsCS; in addPGOInstrPassesForO0() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 573 bool IsCS, std::string ProfileFile, 612 bool RunProfileGen, bool IsCS, std::string ProfileFile,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Module.cpp | 641 Metadata *Module::getProfileSummary(bool IsCS) const { in getProfileSummary() 642 return (IsCS ? getModuleFlag("CSProfileSummary") in getProfileSummary()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1196 bool IsCS) { in accumulateCounts() argument 1197 auto getProfileSum = [IsCS](const std::string &Filename, in accumulateCounts() 1204 Reader->accumulateCounts(Sum, IsCS); in accumulateCounts()
|
| H A D | InstrProfReader.cpp | 1138 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts() argument 1143 if (FuncIsCS != IsCS) in accumulateCounts()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 220 raw_fd_ostream &OS, bool IsCS) { in overlapInput() argument 1075 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile() argument 1081 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile() 1094 IsCS); in overlapInstrProfile() 2036 cl::opt<bool> IsCS( in overlap_main() local 2068 IsCS); in overlap_main()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 138 void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
|
| H A D | InstrProf.h | 674 const std::string &TestFilename, bool IsCS);
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Module.h | 880 Metadata *getProfileSummary(bool IsCS) const;
|