|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/StringMap.h"#include "llvm/IR/StructuralHash.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MemoryBuffer.h"#include <mutex>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | llvm::StableFunction |
| A stable function is a function with a stable hash while tracking the locations of ignored operands and their hashes. More... | |
| struct | llvm::StableFunctionMap |
| struct | llvm::StableFunctionMap::StableFunctionEntry |
| An efficient form of StableFunction for fast look-up. More... | |
| struct | llvm::StableFunctionMap::EntryStorage |
| In addition to the deserialized StableFunctionEntry, the struct stores the offsets of corresponding serialized stable function entries, and a once flag for safe lazy loading in a multithreaded environment. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
| using | llvm::IndexPairHash = std::pair<IndexPair, stable_hash> |
| using | llvm::IndexOperandHashVecType = SmallVector<IndexPairHash> |