|
LLVM 23.0.0git
|
#include "llvm/CodeGen/MachineBlockHashInfo.h"#include "llvm/ADT/Hashing.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 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 41 of file MachineBlockHashInfo.cpp.
Referenced by llvm::MachineBlockHashInfoResult::MachineBlockHashInfoResult().
|
static |
Definition at line 24 of file MachineBlockHashInfo.cpp.
References llvm::hashing::detail::hash_16_bytes(), MBB, MI, and llvm::stableHashValue().
Referenced by llvm::MachineBlockHashInfoResult::MachineBlockHashInfoResult().