Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h57 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() function
62 bool IsCS;
69 std::string RemappingFilename = "", bool IsCS = false,
78 bool IsCS; variable
H A DInstrProfiling.h29 const bool IsCS = false; variable
33 InstrProfilingLoweringPass(const InstrProfOptions &Options, bool IsCS = false)
34 : Options(Options), IsCS(IsCS) {} in Options()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp377 if (IsCS) in createIRLevelProfileFlagVar()
509 bool IsCS; member in __anon638843e10111::FuncPGOInstrumentation
569 : F(Func), IsCS(IsCS), ComdatMembers(ComdatMembers), VPC(Func, TLI), in FuncPGOInstrumentation()
579 if (!IsCS) { in FuncPGOInstrumentation()
653 if (IsCS) in computeCFGHash()
851 bool IsCS) { in instrumentOneFunc() argument
1047 FreqAttr(FFA_Normal), IsCS(IsCS) {} in PGOUseFunc()
1127 bool IsCS; member in __anon638843e10511::PGOUseFunc
1787 if (!IsCS) in InstrumentAllFunctions()
1963 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions() argument
[all …]
H A DInstrProfiling.cpp175 bool IsCS) in InstrLowerer() argument
176 : M(M), Options(Options), TT(Triple(M.getTargetTriple())), IsCS(IsCS), in InstrLowerer()
186 const bool IsCS; member in __anon719920e10111::InstrLowerer
580 InstrLowerer Lowerer(M, Options, GetTLI, IsCS); in run()
1746 if (!IsCS) in emitInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp776 bool IsCS, bool AtomicCounterUpdate, in addPGOInstrPasses() argument
785 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPasses()
793 MPM.addPass(PGOInstrumentationGen(IsCS)); in addPGOInstrPasses()
811 Options.UseBFIInPromotion = IsCS; in addPGOInstrPasses()
813 MPM.addPass(InstrProfilingLoweringPass(Options, IsCS)); in addPGOInstrPasses()
817 ModulePassManager &MPM, bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0() argument
823 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPassesForO0()
831 MPM.addPass(PGOInstrumentationGen(IsCS)); in addPGOInstrPassesForO0()
838 Options.UseBFIInPromotion = IsCS; in addPGOInstrPassesForO0()
840 MPM.addPass(InstrProfilingLoweringPass(Options, IsCS)); in addPGOInstrPassesForO0()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h589 bool IsCS, bool AtomicCounterUpdate,
668 bool RunProfileGen, bool IsCS,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp646 Metadata *Module::getProfileSummary(bool IsCS) const { in getProfileSummary()
647 return (IsCS ? getModuleFlag("CSProfileSummary") in getProfileSummary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1371 bool IsCS) { in accumulateCounts() argument
1372 auto getProfileSum = [IsCS](const std::string &Filename, in accumulateCounts()
1382 Reader->accumulateCounts(Sum, IsCS); in accumulateCounts()
H A DInstrProfReader.cpp1477 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts() argument
1482 if (FuncIsCS != IsCS) in accumulateCounts()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp309 cl::opt<bool> IsCS(
592 raw_fd_ostream &OS, bool IsCS) { in overlapInput() argument
1663 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile() argument
1669 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1682 IsCS); in overlapInstrProfile()
2622 OS, IsCS); in overlap_main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h965 Metadata *getProfileSummary(bool IsCS) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h155 void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
H A DInstrProf.h642 const std::string &TestFilename, bool IsCS);