Searched refs:IMatrixCache (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp183 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache; typedef in class:__anon2516::Interference
281 IMatrixCache C;
364 IMatrixCache &C) {
371 // Try looking the edge costs up in the IMatrixCache first.
373 IMatrixCache::iterator I = C.find(K);

Completed in 83 milliseconds