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

/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp269 int Survivor = Candidates.find_first(); local
270 assert(Survivor > 0 && "No candidates for scavenging");
312 if (Candidates.test(Survivor))
319 Survivor = Candidates.find_first();
328 return Survivor;

Completed in 32 milliseconds