Searched defs:IsCS (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 373 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar() 514 bool IsCS; member in __anon0345afe20211::FuncPGOInstrumentation 561 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation() 854 bool IsCS) { in instrumentOneFunc() 1033 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc() 1116 bool IsCS; member in __anon0345afe20611::PGOUseFunc 1890 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() 2065 ProfileSummaryInfo *PSI, bool IsCS) { in annotateAllFunctions() 2254 bool IsCS) in PGOInstrumentationUse()
|
/openbsd-src/gnu/llvm/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 693 bool IsCS, std::string ProfileFile, in addPGOInstrPasses() 764 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 228 raw_fd_ostream &OS, bool IsCS) { in overlapInput() 1299 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile() 2260 cl::opt<bool> IsCS( in overlap_main() local
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1216 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
|
H A D | InstrProf.cpp | 1224 bool IsCS) { in accumulateCounts()
|