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

/external/llvm/lib/CodeGen/
H A DInterferenceCache.h156 /// getMaxCursors - Return the maximum number of concurrent cursors that can
158 unsigned getMaxCursors() const { return CacheEntries; } function in class:llvm::InterferenceCache
H A DRegAllocGreedy.cpp1138 if (NumCands == IntfCache.getMaxCursors()) {

Completed in 41 milliseconds