Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h67 bool IsCS; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp402 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 DInstrProfiling.cpp149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp331 bool IsCS = false) { in addPGOInstrPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp158 bool IsCS = false; in readHeader() local
921 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
H A DInstrProf.cpp1139 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 Dllvm-profdata.cpp212 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 DPassBuilder.cpp871 bool RunProfileGen, bool IsCS, in addPGOInstrPasses()
935 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()