Lines Matching defs:Instructions
118 SmallVectorImpl<MachineInstr *> &Instructions) const;
139 SmallVectorImpl<MachineInstr *> &Instructions) const;
334 SmallVectorImpl<MachineInstr *> &Instructions) const {
343 Instructions.push_back(&MI);
357 for (auto *I : Instructions) {
555 SmallVectorImpl<MachineInstr *> &Instructions) const {
587 for (auto *MI : reverse(Instructions)) {
689 SmallVector<MachineInstr *, 16> Instructions;
693 Blocks, Instructions);
697 optimizeWaterfallLiveRange(Reg, LoopHeader, Blocks, Instructions);