Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp217 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anon40c306e50111::Interference
218 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;
219 using DisjointAllowedRegsCache = DenseSet<IKey>;
233 return D.contains(IKey(NRegs, MRegs)); in haveDisjointAllowedRegs()
235 return D.contains(IKey(MRegs, NRegs)); in haveDisjointAllowedRegs()
247 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs()
249 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs()
405 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
/src/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)) {