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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp240 InterferenceCache IntfCache; member in class:__anon25792::RAGreedy
1044 Cand.reset(IntfCache, 0);
1334 if (NumCands == IntfCache.getMaxCursors()) {
1353 Cand.reset(IntfCache, PhysReg);
2356 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI);

Completed in 86 milliseconds