Home
last modified time | relevance | path

Searched refs:EKey (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h227 data_type find(const external_key_type &EKey) { in find() argument
236 internal_key_type Key = Info::GetInternalKey(EKey); in find()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h344 iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) {
345 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7451 auto EKey = DenseMapInfo<SwitchSuccWrapper *>::getEmptyKey(); in isEqual() local
7453 if (LHS == EKey || RHS == EKey || LHS == TKey || RHS == TKey) in isEqual()