/external/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
|
/external/llvm-project/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
|
/external/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 __anon67a221360111::PGOInstrumentationGenLegacyPass 387 PGOInstrumentationUseLegacyPass(std::string Filename = "", bool IsCS = false) in PGOInstrumentationUseLegacyPass() 400 bool IsCS; member in __anon67a221360111::PGOInstrumentationUseLegacyPass 525 bool IsCS; member in __anon67a221360211::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 __anon67a221360511::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()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 372 PGOInstrumentationGenLegacyPass(bool IsCS = false) in PGOInstrumentationGenLegacyPass() 382 bool IsCS; member in __anon5ac421420111::PGOInstrumentationGenLegacyPass 396 PGOInstrumentationUseLegacyPass(std::string Filename = "", bool IsCS = false) in PGOInstrumentationUseLegacyPass() 409 bool IsCS; member in __anon5ac421420111::PGOInstrumentationUseLegacyPass 536 bool IsCS; member in __anon5ac421420211::FuncPGOInstrumentation 585 BlockFrequencyInfo *BFI = nullptr, bool IsCS = false, in FuncPGOInstrumentation() 871 bool IsCS) { in instrumentOneFunc() 1035 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc() 1115 bool IsCS; member in __anon5ac421420611::PGOUseFunc 1558 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() [all …]
|
D | InstrProfiling.cpp | 149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 325 bool IsCS = false) { in addPGOInstrPasses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 299 bool IsCS = false) { in addPGOInstrPasses()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 158 bool IsCS = false; in readHeader() local 921 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
|
D | InstrProf.cpp | 1117 void createIRLevelProfileFlagVar(Module &M, bool IsCS, in createIRLevelProfileFlagVar() 1156 bool IsCS) { in accumulateCounts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 557 Metadata *Module::getProfileSummary(bool IsCS) { in getProfileSummary()
|
/external/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()
|
/external/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()
|
/external/llvm-project/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 204 raw_fd_ostream &OS, bool IsCS) { in overlapInput() 925 raw_fd_ostream &OS, bool IsCS) { in overlapInstrProfile() 1880 cl::opt<bool> IsCS("cs", cl::init(false), in overlap_main() local
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassBuilder.cpp | 836 bool RunProfileGen, bool IsCS, in addPGOInstrPasses() 904 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()
|