Searched defs:IsCS (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() function 69 bool IsCS; variable
|
D | InstrProfiling.h | 66 bool IsCS; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 364 PGOInstrumentationGenLegacyPass(bool IsCS = false) in PGOInstrumentationGenLegacyPass() 374 bool IsCS; member in __anon487b20d60111::PGOInstrumentationGenLegacyPass 387 PGOInstrumentationUseLegacyPass(std::string Filename = "", bool IsCS = false) in PGOInstrumentationUseLegacyPass() 400 bool IsCS; member in __anon487b20d60111::PGOInstrumentationUseLegacyPass 525 bool IsCS; member in __anon487b20d60211::FuncPGOInstrumentation 571 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false) in FuncPGOInstrumentation() 807 bool IsCS) { in instrumentOneFunc() 959 ProfileSummaryInfo *PSI, bool IsCS) in PGOUseFunc() 1037 bool IsCS; member in __anon487b20d60511::PGOUseFunc 1464 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() [all …]
|
D | InstrProfiling.cpp | 153 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 299 bool IsCS = false) { in addPGOInstrPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 557 Metadata *Module::getProfileSummary(bool IsCS) { in getProfileSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1133 void createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar() 1169 bool IsCS) { in accumulateCounts()
|
D | InstrProfReader.cpp | 914 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 572 bool RunProfileGen, bool IsCS, in addPGOInstrPasses() 641 bool IsCS, std::string ProfileFile, in addPGOInstrPassesForO0()
|