LLVM 20.0.0git
|
#include "llvm/CodeGenData/OutlinedHashTree.h"
Go to the source code of this file.
Classes | |
struct | llvm::HashNodeStable |
HashNodeStable is the serialized, stable, and compact representation of a HashNode. More... | |
struct | llvm::OutlinedHashTreeRecord |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::IdHashNodeStableMapTy = std::map< unsigned, HashNodeStable > |
using | llvm::IdHashNodeMapTy = DenseMap< unsigned, HashNode * > |
using | llvm::HashNodeIdMapTy = DenseMap< const HashNode *, unsigned > |