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

/external/llvm/lib/CodeGen/
H A DSpillPlacement.h127 /// getRecentPositive - Return an array of bundles that became positive during
129 ArrayRef<unsigned> getRecentPositive() { return RecentPositive; } function in class:llvm::SpillPlacement
H A DRegAllocGreedy.cpp802 ArrayRef<unsigned> NewBundles = SpillPlacer->getRecentPositive();

Completed in 54 milliseconds