Searched refs:SamplePGO (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| D | PGOInstrumentation.h | 75 PGOIndirectCallPromotion(bool IsInLTO = false, bool SamplePGO = false) 76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() 82 bool SamplePGO; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 118 bool SamplePGO; member in __anone3695a020111::ICallPromotionFunc 147 bool SamplePGO, OptimizationRemarkEmitter &ORE) in ICallPromotionFunc() argument 148 : F(Func), M(Modu), Symtab(Symtab), SamplePGO(SamplePGO), ORE(ORE) {} in ICallPromotionFunc() 286 pgo::promoteIndirectCall(CB, C.TargetFunction, Count, TotalCount, SamplePGO, in tryToPromote() 330 bool InLTO, bool SamplePGO, in promoteIndirectCalls() argument 356 ICallPromotionFunc ICallPromotion(F, &M, &Symtab, SamplePGO, *ORE); in promoteIndirectCalls() 376 SamplePGO | ICPSamplePGOMode, &AM)) in run()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BranchWeightMetadata.rst | 71 the call. It is currently used in SamplePGO mode only, to augment the 87 and used in SamplePGO mode only as described for the call instruction. If both 91 BranchProbability as for BranchInst and for SamplePGO the sum of both weights
|
| D | HowToUpdateDebugInfo.rst | 36 the instructions they touch. Debugging, crash logs, and SamplePGO accuracy 88 memory access occurred. This rule is also meant to assist SamplePGO by banning
|