Searched defs:IsCS (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 57 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() argument 78 bool IsCS; variable
|
| H A D | InstrProfiling.h | 29 const bool IsCS = false; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 373 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar() 509 bool IsCS; member in __anon638843e10111::FuncPGOInstrumentation 567 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation() 851 bool IsCS) { in instrumentOneFunc() 1042 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry, in PGOUseFunc() 1127 bool IsCS; member in __anon638843e10511::PGOUseFunc 1784 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() 1963 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions() 2145 std::string Filename, std::string RemappingFilename, bool IsCS, in PGOInstrumentationUse()
|
| H A D | InstrProfiling.cpp | 175 bool IsCS) in InstrLowerer() 186 const bool IsCS; member in __anon719920e10111::InstrLowerer
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 776 bool IsCS, bool AtomicCounterUpdate, in addPGOInstrPasses() 817 ModulePassManager &MPM, bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 1477 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
|
| H A D | InstrProf.cpp | 1371 bool IsCS) { in accumulateCounts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 592 raw_fd_ostream &OS, bool IsCS) { in overlapInput() 1663 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile()
|