Home | History | Annotate | Download | only in MC

Lines Matching full:moves

1238   const std::vector<MachineMove> &Moves = MAI.getInitialFrameState();
1241 for (int i = 0, n = Moves.size(); i != n; ++i) {
1242 MCSymbol *Label = Moves[i].getLabel();
1244 TranslateMachineLocation(MRI, Moves[i].getDestination());
1246 TranslateMachineLocation(MRI, Moves[i].getSource());