Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp181 typedef std::pair<AllowedRegVecPtr, AllowedRegVecPtr> IKey; typedef in __anon4cb6f5b20111::Interference
182 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()
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h288 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
289 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
325 if (!InfoPtr->EqualKey(X, IKey)) {