Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp219 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anonb9aa1a750111::Interference
220 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;
221 using DisjointAllowedRegsCache = DenseSet<IKey>;
235 return D.count(IKey(NRegs, MRegs)) > 0; in haveDisjointAllowedRegs()
237 return D.count(IKey(MRegs, NRegs)) > 0; in haveDisjointAllowedRegs()
249 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs()
251 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs()
407 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h344 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
346 return find_hashed(IKey, KeyHash, InfoPtr);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
391 if (!InfoPtr->EqualKey(X, IKey)) {