Home
last modified time | relevance | path

Searched refs:IsCS (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h49 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 DInstrProfiling.h36 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 DPGOInstrumentation.cpp354 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 DInstrProfiling.cpp1257 if (!IsCS) in emitInitialization()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp617 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 DPassBuilder.h573 bool IsCS, std::string ProfileFile,
612 bool RunProfileGen, bool IsCS, std::string ProfileFile,
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp641 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 DInstrProf.cpp1196 bool IsCS) { in accumulateCounts() argument
1197 auto getProfileSum = [IsCS](const std::string &Filename, in accumulateCounts()
1204 Reader->accumulateCounts(Sum, IsCS); in accumulateCounts()
H A DInstrProfReader.cpp1138 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 Dllvm-profdata.cpp220 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 DInstrProfReader.h138 void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
H A DInstrProf.h674 const std::string &TestFilename, bool IsCS);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h880 Metadata *getProfileSummary(bool IsCS) const;