Go to the source code of this file.
|
| STATISTIC (StableHashBailingMachineBasicBlock, "Number of encountered unsupported MachineOperands that were " "MachineBasicBlocks while computing stable hashes") |
|
| STATISTIC (StableHashBailingConstantPoolIndex, "Number of encountered unsupported MachineOperands that were " "ConstantPoolIndex while computing stable hashes") |
|
| STATISTIC (StableHashBailingTargetIndexNoName, "Number of encountered unsupported MachineOperands that were " "TargetIndex with no name") |
|
| STATISTIC (StableHashBailingGlobalAddress, "Number of encountered unsupported MachineOperands that were " "GlobalAddress while computing stable hashes") |
|
| STATISTIC (StableHashBailingBlockAddress, "Number of encountered unsupported MachineOperands that were " "BlockAddress while computing stable hashes") |
|
| STATISTIC (StableHashBailingMetadataUnsupported, "Number of encountered unsupported MachineOperands that were " "Metadata of an unsupported kind while computing stable hashes") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "machine-stable-hash" |
◆ STATISTIC() [1/6]
STATISTIC |
( |
StableHashBailingBlockAddress |
, |
|
|
"Number of encountered unsupported MachineOperands that were " "BlockAddress while computing stable hashes" |
|
|
) |
| |
◆ STATISTIC() [2/6]
STATISTIC |
( |
StableHashBailingConstantPoolIndex |
, |
|
|
"Number of encountered unsupported MachineOperands that were " "ConstantPoolIndex while computing stable hashes" |
|
|
) |
| |
◆ STATISTIC() [3/6]
STATISTIC |
( |
StableHashBailingGlobalAddress |
, |
|
|
"Number of encountered unsupported MachineOperands that were " "GlobalAddress while computing stable hashes" |
|
|
) |
| |
◆ STATISTIC() [4/6]
STATISTIC |
( |
StableHashBailingMachineBasicBlock |
, |
|
|
"Number of encountered unsupported MachineOperands that were " "MachineBasicBlocks while computing stable hashes" |
|
|
) |
| |
◆ STATISTIC() [5/6]
STATISTIC |
( |
StableHashBailingMetadataUnsupported |
, |
|
|
"Number of encountered unsupported MachineOperands that were " "Metadata of an unsupported kind while computing stable hashes" |
|
|
) |
| |
◆ STATISTIC() [6/6]
STATISTIC |
( |
StableHashBailingTargetIndexNoName |
, |
|
|
"Number of encountered unsupported MachineOperands that were " "TargetIndex with no name" |
|
|
) |
| |