Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:reglist

123         SmallVector<std::pair<MachineInstr*, unsigned>, 32> reglist;
126 reglist.push_back(std::make_pair(&*I, I.getOperandNo()));
127 for (unsigned N=0; N != reglist.size(); ++N)
128 substitutePhysReg(reglist[N].first->getOperand(reglist[N].second),
130 changed |= !reglist.empty();