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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1148 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
1151 ArrayRef<unsigned> UsedCands) {
1210 for (unsigned c = 0; c != UsedCands.size(); ++c) {
1211 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1404 SmallVector<unsigned, 8> UsedCands; local
1416 UsedCands.push_back(BestCand);
1429 UsedCands.push_back(0);
1437 splitAroundRegion(LREdit, UsedCands);
1150 splitAroundRegion(LiveRangeEdit &LREdit, ArrayRef<unsigned> UsedCands) argument

Completed in 183 milliseconds