Searched refs:IKey (Results 1 – 2 of 2) sorted by relevance
181 typedef std::pair<AllowedRegVecPtr, AllowedRegVecPtr> IKey; typedef in __anon4cb6f5b20111::Interference182 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache;183 typedef DenseSet<IKey> DisjointAllowedRegsCache;197 return D.count(IKey(NRegs, MRegs)) > 0; in haveDisjointAllowedRegs()199 return D.count(IKey(MRegs, NRegs)) > 0; in haveDisjointAllowedRegs()211 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs()213 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs()371 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
288 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);289 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);325 if (!InfoPtr->EqualKey(X, IKey)) {