HomeSort by: relevance | last modified time | path
    Searched refs:IKey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocPBQP.cpp 217 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>;
218 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;
219 using DisjointAllowedRegsCache = DenseSet<IKey>;
233 return D.contains(IKey(NRegs, MRegs));
235 return D.contains(IKey(MRegs, NRegs));
247 D.insert(IKey(NRegs, MRegs));
249 D.insert(IKey(MRegs, NRegs));
405 IKey K(&NRegs, &MRegs);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
344 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)) {

Completed in 17 milliseconds