Searched refs:xp_regs (Results 1 – 1 of 1) sorted by relevance
657 const ArrayRef<const RegStorage> *xp_regs = cu_->target64 ? &xp_regs_64 : &xp_regs_32; in CompilerInitializeRegAlloc() local658 for (RegStorage reg : *xp_regs) { in CompilerInitializeRegAlloc()