Home
last modified time | relevance | path

Searched defs:IsCS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h59 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() argument
80 bool IsCS; variable
H A DInstrProfiling.h69 bool IsCS; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp395 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar()
531 bool IsCS; member in __anon0925556b0111::FuncPGOInstrumentation
589 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation()
875 bool IsCS) { in instrumentOneFunc()
1094 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry, in PGOUseFunc()
1179 bool IsCS; member in __anon0925556b0811::PGOUseFunc
1867 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions()
2056 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions()
2250 std::string Filename, std::string RemappingFilename, bool IsCS, in PGOInstrumentationUse()
H A DInstrProfiling.cpp223 bool IsCS) in InstrLowerer()
234 const bool IsCS; member in __anon21e6fd6b0111::InstrLowerer
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp826 bool IsCS, bool AtomicCounterUpdate, in addPGOInstrPasses()
864 ModulePassManager &MPM, bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1708 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
H A DInstrProf.cpp1506 bool IsCS) { in accumulateCounts()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp630 raw_fd_ostream &OS, bool IsCS) { in overlapInput()
1722 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile()