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

/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp258 int Survivor = Candidates.find_first(); local
259 assert(Survivor > 0 && "No candidates for scavenging");
300 if (Candidates.test(Survivor))
307 Survivor = Candidates.find_first();
316 return Survivor;

Completed in 96 milliseconds