Home
last modified time | relevance | path

Searched refs:pgo (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c165 vm_page_t pgo = page + x; in linux_free_pages() local
167 if (vm_page_unwire_noq(pgo)) in linux_free_pages()
168 vm_page_free(pgo); in linux_free_pages()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h90 namespace pgo {
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def89 MODULE_PASS("pgo-force-function-attrs", PGOForceFunctionAttrsPass(PGOOpt ? PGOOpt->ColdOptType : PG…
103 MODULE_PASS("pgo-icall-prom", PGOIndirectCallPromotion())
104 MODULE_PASS("pgo-instr-gen", PGOInstrumentationGen())
105 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
409 FUNCTION_PASS("pgo-memop-opt", PGOMemOPSizeOpt())
/freebsd/sys/contrib/zstd/programs/
H A DMakefile230 .PHONY: zstd-pgo
231 zstd-pgo :
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def131 /// Whether emit extra debug info for sample pgo profile collection.
H A DCodeGenOptions.def405 /// Whether emit pseudo probes for sample pgo profile collection.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp606 CallBase &llvm::pgo::promoteIndirectCall(CallBase &CB, Function *DirectCallee, in promoteIndirectCall()
639 pgo::promoteIndirectCall(CB, C.TargetFunction, FuncCount, TotalCount, in tryToPromoteWithFuncCmp()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td22 def pretty_pgo_analysis_map : FF<"pretty-pgo-analysis-map", "Display PGO analysis values with forma…
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td213 def pretty_pgo_analysis_map : Flag<["--"], "pretty-pgo-analysis-map">,
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc273 !elseif [nmakehlp -f $(OPTS) "pgo"]
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td275 "lto-pgo-warn-mismatch",
/freebsd/sys/contrib/zstd/
H A DCHANGELOG311 build: fixed zstd-pgo, by @bmwiedemann
533 Fixed : zstd-pgo, reported by octoploid (#329)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp955 auto *DI = &pgo::promoteIndirectCall( in tryPromoteAndInlineCandidate()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td631 defm lto_pgo_warn_mismatch: BB<"lto-pgo-warn-mismatch",
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td153 defm pgo_warn_mismatch: BB<"pgo-warn-mismatch",