HomeSort by relevance Sort by last modified time
    Searched defs:PGO (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 2 rem A batch program to build PGO (Profile guided optimization) by first
27 set PGO=%platf%-pgo
39 if exist %PGO% del /s /q %PGO%
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 2 rem A batch program to build PGO (Profile guided optimization) by first
27 set PGO=%platf%-pgo
39 if exist %PGO% del /s /q %PGO%
  /external/python/cpython3/Tools/msi/
buildrelease.bat 39 set PGO=-m test -q --pgo
61 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts
62 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts
100 call :build x64 "%PGO%"
115 set PGO=
122 set PGO=%~2
151 if not "%PGO%" EQU "" (
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 1 //===--- CodeGenPGO.cpp - PGO Instrumentation for LLVM CodeGen --*- C++ -*-===//
51 /// \brief Stable hasher for PGO region counters.
112 /// A RecursiveASTVisitor that fills a map of statements to PGO counters.
205 /// PGO state.
206 CodeGenPGO &PGO;
227 CodeGenPGO &PGO)
228 : PGO(PGO), RecordNextStmtCount(false), CountMap(CountMap) {}
252 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody()));
264 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody()))
    [all...]
CodeGenFunction.h     [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 111 "run_with_tz", "PGO", "missing_compiler_executable", "fd_count",
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 464 PGO = 1 << 18,
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 434 PGO = 1 << 18,

Completed in 1951 milliseconds