Searched refs:SamplePGO (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 123 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass() argument 124 : ModulePass(ID), InLTO(InLTO), SamplePGO(SamplePGO) { in PGOIndirectCallPromotionLegacyPass() 144 bool SamplePGO; member in __anone7901ba00111::PGOIndirectCallPromotionLegacyPass 162 bool SamplePGO) { in INITIALIZE_PASS_DEPENDENCY() 163 return new PGOIndirectCallPromotionLegacyPass(InLTO, SamplePGO); in INITIALIZE_PASS_DEPENDENCY() 179 bool SamplePGO; member in __anone7901ba00211::ICallPromotionFunc 208 bool SamplePGO, OptimizationRemarkEmitter &ORE) in ICallPromotionFunc() argument 209 : F(Func), M(Modu), Symtab(Symtab), SamplePGO(SamplePGO), ORE(ORE) {} in ICallPromotionFunc() 340 SamplePGO, &ORE); in tryToPromote() 383 bool InLTO, bool SamplePGO, in promoteIndirectCalls() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 50 PGOIndirectCallPromotion(bool IsInLTO = false, bool SamplePGO = false) 51 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() 57 bool SamplePGO; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-cold-callsite-samplepgo.ll | 1 ; For SamplePGO, if -profile-sample-accurate is specified, cold callsite
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 77 bool SamplePGO = false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BranchWeightMetadata.rst | 71 the call. It is currently used in SamplePGO mode only, to augment the
|