Searched refs:pgo (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c131 vm_page_t pgo = page + x; local
133 if ((pgo->flags & PG_ZERO) == 0)
134 pmap_zero_page(pgo);
161 vm_page_t pgo = page + x; local
163 vm_page_lock(pgo);
164 vm_page_free(pgo);
165 vm_page_unlock(pgo);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h102 // The pgo-specific indirect call promotion function declared below is used by
103 // the pgo-driven indirect call promotion and sample profile passes. It's a
105 // metadata. We place it in a pgo namespace so it's not confused with the
107 namespace pgo { namespace in namespace:llvm
126 } // namespace pgo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp60 #define DEBUG_TYPE "pgo-icall-prom"
151 INITIALIZE_PASS_BEGIN(PGOIndirectCallPromotionLegacyPass, "pgo-icall-prom",
156 INITIALIZE_PASS_END(PGOIndirectCallPromotionLegacyPass, "pgo-icall-prom",
297 Instruction *llvm::pgo::promoteIndirectCall(Instruction *Inst,
340 pgo::promoteIndirectCall(Inst, C.TargetFunction, Count, TotalCount,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1044 pgo::promoteIndirectCall(I, R->getValue(), C, Sum, false, ORE);

Completed in 231 milliseconds