Home
last modified time | relevance | path

Searched defs:PGO (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Tools/msi/
Dbuildrelease.bat39 set PGO=-m test -q --pgo variable
61 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts variable
62 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts variable
116 set PGO= variable
123 set PGO=%~2 variable
/external/python/cpython2/PC/VS9.0/
Dbuild_pgo.bat27 set PGO=%platf%-pgo variable
/external/python/cpython2/PC/VS8.0/
Dbuild_pgo.bat27 set PGO=%platf%-pgo variable
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp206 CodeGenPGO &PGO; member
DCodeGenModule.cpp4008 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings() local
4015 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings() local
4022 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings() local
DCodeGenFunction.h968 CodeGenPGO PGO; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp87 enum class UseBFI { None, PGO, All }; enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h434 PGO = 1 << 18, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h471 PGO = 1 << 18, enumerator
/external/python/cpython3/Lib/test/support/
D__init__.py483 PGO = False variable