Home | History | Annotate | Download | only in CodeGen

Lines Matching full:clobbers

1011   SmallVector<std::pair<unsigned, const MachineOperand*>, 4> Clobbers;
1012 Redefs.stepForward(*MI, Clobbers);
1015 for (auto Reg : Clobbers) {