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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterferenceCache.h 171 /// getMaxCursors - Return the maximum number of concurrent cursors that can
173 unsigned getMaxCursors() const { return CacheEntries; }
RegAllocGreedy.cpp 1893 if (NumCands == IntfCache.getMaxCursors()) {

Completed in 53 milliseconds