HomeSort by relevance Sort by last modified time
    Searched refs:getRecentPositive (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.h 127 /// getRecentPositive - Return an array of bundles that became positive during
129 ArrayRef<unsigned> getRecentPositive() { return RecentPositive; }
RegAllocGreedy.cpp 788 ArrayRef<unsigned> NewBundles = SpillPlacer->getRecentPositive();
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.h 138 /// getRecentPositive - Return an array of bundles that became positive during
140 ArrayRef<unsigned> getRecentPositive() { return RecentPositive; }
RegAllocGreedy.cpp     [all...]

Completed in 87 milliseconds