Searched refs:pgo (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_page.c | 165 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 D | Instrumentation.h | 90 namespace pgo {
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassRegistry.def | 89 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 D | Makefile | 230 .PHONY: zstd-pgo 231 zstd-pgo :
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 131 /// Whether emit extra debug info for sample pgo profile collection.
|
H A D | CodeGenOptions.def | 405 /// Whether emit pseudo probes for sample pgo profile collection.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 606 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 D | Opts.td | 22 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 D | ObjdumpOpts.td | 213 def pretty_pgo_analysis_map : Flag<["--"], "pretty-pgo-analysis-map">,
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 273 !elseif [nmakehlp -f $(OPTS) "pgo"]
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Options.td | 275 "lto-pgo-warn-mismatch",
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 311 build: fixed zstd-pgo, by @bmwiedemann 533 Fixed : zstd-pgo, reported by octoploid (#329)
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 955 auto *DI = &pgo::promoteIndirectCall( in tryPromoteAndInlineCandidate()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 631 defm lto_pgo_warn_mismatch: BB<"lto-pgo-warn-mismatch",
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 153 defm pgo_warn_mismatch: BB<"pgo-warn-mismatch",
|