Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp364 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 …]
DInstrProfiling.cpp153 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp372 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 …]
DInstrProfiling.cpp149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass()
/external/llvm-project/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp325 bool IsCS = false) { in addPGOInstrPasses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp299 bool IsCS = false) { in addPGOInstrPasses()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp158 bool IsCS = false; in readHeader() local
921 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) { in accumulateCounts()
DInstrProf.cpp1117 void createIRLevelProfileFlagVar(Module &M, bool IsCS, in createIRLevelProfileFlagVar()
1156 bool IsCS) { in accumulateCounts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp557 Metadata *Module::getProfileSummary(bool IsCS) { in getProfileSummary()
/external/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()
/external/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()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp204 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/
DPassBuilder.cpp836 bool RunProfileGen, bool IsCS, in addPGOInstrPasses()
904 bool RunProfileGen, bool IsCS, in addPGOInstrPassesForO0()