Searched defs:IsCS (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 67 bool IsCS; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 402 PGOInstrumentationGenLegacyPass(bool IsCS = false) in PGOInstrumentationGenLegacyPass() 412 bool IsCS; member in __anon333165960111::PGOInstrumentationGenLegacyPass 426 PGOInstrumentationUseLegacyPass(std::string Filename = "", bool IsCS = false) in PGOInstrumentationUseLegacyPass() 439 bool IsCS; member in __anon333165960111::PGOInstrumentationUseLegacyPass 566 bool IsCS; member in __anon333165960211::FuncPGOInstrumentation 612 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation() 898 bool IsCS) { in instrumentOneFunc() 1062 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc() 1142 bool IsCS; member in __anon333165960611::PGOUseFunc 1609 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() [all …]
|
H A D | InstrProfiling.cpp | 149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 331 bool IsCS = false) { in addPGOInstrPasses()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 158 bool IsCS = false; in readHeader() local 921 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
|
H A D | InstrProf.cpp | 1139 void createIRLevelProfileFlagVar(Module &M, bool IsCS, in createIRLevelProfileFlagVar() 1178 bool IsCS) { in accumulateCounts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 212 raw_fd_ostream &OS, bool IsCS) { in overlapInput() 975 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile() 1937 cl::opt<bool> IsCS( in overlap_main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 871 bool RunProfileGen, bool IsCS, in addPGOInstrPasses() 935 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
|