LLVM 19.0.0git
Classes | Namespaces
HashKeyMap.h File Reference

Defines HashKeyMap template. More...

#include "llvm/ADT/Hashing.h"
#include <iterator>
#include <utility>

Go to the source code of this file.

Classes

class  llvm::sampleprof::HashKeyMap< MapT, KeyT, ValueT, MapTArgs >
 This class is a wrapper to associative container MapT<KeyT, ValueT> using the hash value of the original key as the new key. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sampleprof
 

Detailed Description

Defines HashKeyMap template.

Definition in file HashKeyMap.h.