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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.h 111 BitVector RegionsWithHighRP;
GCNSchedStrategy.cpp 347 RegionsWithHighRP[RegionIdx] = true;
394 RegionsWithHighRP[RegionIdx] = true;
550 RegionsWithHighRP.resize(Regions.size());
553 RegionsWithHighRP.reset();
600 !RegionsWithClusters[RegionIdx] && !RegionsWithHighRP[RegionIdx])) {

Completed in 34 milliseconds