Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() function
69 bool IsCS; variable
H A DInstrProfiling.h69 bool IsCS; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp350 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 DPassBuilderPipelines.cpp617 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 Dllvm-profdata.cpp220 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 DInstrProfReader.cpp1138 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
H A DInstrProf.cpp1196 bool IsCS) { in accumulateCounts()