Searched defs:IsCS (Results 1 – 7 of 7) sorted by relevance
| /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 69 bool IsCS; variable
|
| H A D | InstrProfiling.h | 69 bool IsCS; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 350 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar() 491 bool IsCS; member in __anoncdb75a9b0211::FuncPGOInstrumentation 537 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation() 830 bool IsCS) { in instrumentOneFunc() 1009 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc() 1089 bool IsCS; member in __anoncdb75a9b0611::PGOUseFunc 1563 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() 1740 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions() 1921 bool IsCS) in PGOInstrumentationUse()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 617 bool IsCS, std::string ProfileFile, in addPGOInstrPasses() 686 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 220 raw_fd_ostream &OS, bool IsCS) { in overlapInput() 1075 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile() 2036 cl::opt<bool> IsCS( in overlap_main() local
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 1138 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
|
| H A D | InstrProf.cpp | 1196 bool IsCS) { in accumulateCounts()
|