enum PGOHashVersion
Description
The version of the PGO hash algorithm.
Declared at: clang/lib/CodeGen/CodeGenPGO.cpp:52
Enumerators
Name | Value | Comment |
---|---|---|
PGO_HASH_V1 | 0 | |
PGO_HASH_V2 | 1 | |
PGO_HASH_V3 | 2 | |
PGO_HASH_LATEST | 2 |
The version of the PGO hash algorithm.
Declared at: clang/lib/CodeGen/CodeGenPGO.cpp:52
Name | Value | Comment |
---|---|---|
PGO_HASH_V1 | 0 | |
PGO_HASH_V2 | 1 | |
PGO_HASH_V3 | 2 | |
PGO_HASH_LATEST | 2 |