Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Candidate

794   //      as a spill candidate since spilling bh doesn't make ebx available.
861 // Calculate the number of conflicts of each candidate.
868 unsigned Candidate = Candidates[j].first;
869 if (tri_->regsOverlap(PhysReg, Candidate)) {
883 unsigned Candidate = Candidates[j].first;
884 if (tri_->regsOverlap(PhysReg, Candidate)) {
892 // Which is the best candidate?
1111 assert(RC->contains(physReg) && "Invalid candidate");