Home
last modified time | relevance | path

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/
DPGOInstrumentation.h49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} in IsCS() function
69 bool IsCS; variable
DInstrProfiling.h66 bool IsCS; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp364 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 …]
DInstrProfiling.cpp153 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/
DPassManagerBuilder.cpp299 bool IsCS = false) { in addPGOInstrPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp557 Metadata *Module::getProfileSummary(bool IsCS) { in getProfileSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1133 void createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar()
1169 bool IsCS) { in accumulateCounts()
DInstrProfReader.cpp914 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp572 bool RunProfileGen, bool IsCS, in addPGOInstrPasses()
641 bool IsCS, std::string ProfileFile, in addPGOInstrPassesForO0()