|
LLVM 23.0.0git
|
#include "llvm/CodeGen/MachineBlockHashInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineStableHash.h"#include "llvm/CodeGen/Passes.h"#include "llvm/InitializePasses.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetMachine.h"Go to the source code of this file.
Classes | |
| struct | CollectHashInfo |
Functions | |
| static constexpr uint64_t | hash_16_bytes (uint64_t low, uint64_t high) |
| static uint64_t | hashBlock (const MachineBasicBlock &MBB, bool HashOperands) |
| static constexpr uint16_t | fold_64_to_16 (const uint64_t Value) |
| Fold a 64-bit integer to a 16-bit one. | |
Fold a 64-bit integer to a 16-bit one.
Definition at line 52 of file MachineBlockHashInfo.cpp.
Referenced by llvm::MachineBlockHashInfoResult::MachineBlockHashInfoResult().
Definition at line 26 of file MachineBlockHashInfo.cpp.
Referenced by hashBlock(), and llvm::MachineBlockHashInfoResult::MachineBlockHashInfoResult().
|
static |
Definition at line 36 of file MachineBlockHashInfo.cpp.
References hash_16_bytes(), MBB, MI, and llvm::stableHashValue().
Referenced by llvm::MachineBlockHashInfoResult::MachineBlockHashInfoResult().