Home
last modified time | relevance | path

Searched refs:SamplePGO (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h75 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/
DIndirectCallPromotion.cpp118 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/
DBranchWeightMetadata.rst71 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
DHowToUpdateDebugInfo.rst36 the instructions they touch. Debugging, crash logs, and SamplePGO accuracy
88 memory access occurred. This rule is also meant to assist SamplePGO by banning