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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1030 /// @param UsedCands List of used GlobalCand entries. Every BundleCand value
1033 ArrayRef<unsigned> UsedCands) {
1092 for (unsigned c = 0; c != UsedCands.size(); ++c) {
1093 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks;
1177 SmallVector<unsigned, 8> UsedCands; local
1274 UsedCands.push_back(BestCand);
1287 UsedCands.push_back(0);
1295 splitAroundRegion(LREdit, UsedCands);
1032 splitAroundRegion(LiveRangeEdit &LREdit, ArrayRef<unsigned> UsedCands) argument

Completed in 41 milliseconds