Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp217 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anon9a6f38670111::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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h343 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
345 return find_hashed(IKey, KeyHash, InfoPtr);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
390 if (!InfoPtr->EqualKey(X, IKey)) {