Home
last modified time | relevance | path

Searched defs:PGO (Results 1 – 14 of 14) 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
115 set PGO= variable
122 set PGO=%~2 variable
/external/python/cpython2/PC/VS8.0/
Dbuild_pgo.bat27 set PGO=%platf%-pgo variable
/external/python/cpython2/PC/VS9.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/llvm-project/llvm/lib/CodeGen/
DMachineLICM.cpp88 enum class UseBFI { None, PGO, All }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp87 enum class UseBFI { None, PGO, All }; enumerator
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp349 CodeGenPGO &PGO; member
DCodeGenModule.cpp5850 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings() local
5857 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings() local
5864 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings() local
/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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h471 PGO = 1 << 18, enumerator
/external/python/cpython3/Lib/test/support/
D__init__.py867 PGO = False variable