Home
last modified time | relevance | path

Searched refs:IKey (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp214 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anonda0ac5d00111::Interference
215 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;
216 using DisjointAllowedRegsCache = DenseSet<IKey>;
230 return D.contains(IKey(NRegs, MRegs)); in haveDisjointAllowedRegs()
232 return D.contains(IKey(MRegs, NRegs)); in haveDisjointAllowedRegs()
244 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs()
246 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs()
402 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h345 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
346 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
347 return find_hashed(IKey, KeyHash, InfoPtr);
351 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
394 if (!InfoPtr->EqualKey(X, IKey)) {