Home
last modified time | relevance | path

Searched defs:IsCS (Results 1 – 8 of 8) 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() argument
78 bool IsCS; variable
H A DInstrProfiling.h29 const bool IsCS = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp373 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 DInstrProfiling.cpp175 bool IsCS) in InstrLowerer()
186 const bool IsCS; member in __anon719920e10111::InstrLowerer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp776 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 DInstrProfReader.cpp1477 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
H A DInstrProf.cpp1371 bool IsCS) { in accumulateCounts()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp592 raw_fd_ostream &OS, bool IsCS) { in overlapInput()
1663 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile()