Lines Matching full:candidates
275 std::vector<std::pair<unsigned,float> > &Candidates,
846 std::vector<std::pair<unsigned,float> > &Candidates,
856 dbgs() << "\tConsidering " << NumCands << " candidates: ";
858 dbgs() << tri_->getName(Candidates[i].first) << " ";
869 unsigned Candidate = Candidates[j].first;
884 unsigned Candidate = Candidates[j].first;
1182 // Sort all potential spill candidates by weight.
1212 // Find up to 3 registers to consider as spill candidates.