Searched refs:xp_temps (Results 1 – 1 of 1) sorted by relevance
662 const ArrayRef<const RegStorage> *xp_temps = cu_->target64 ? &xp_temps_64 : &xp_temps_32; in CompilerInitializeRegAlloc() local663 for (RegStorage reg : *xp_temps) { in CompilerInitializeRegAlloc()