Lines Matching refs:InstrIter
49 typedef MachineBasicBlock::instr_iterator InstrIter; typedef
54 InstrIter LastFiller;
77 InstrIter candidate);
79 void insertCallUses(InstrIter MI,
83 void insertDefsUses(InstrIter MI,
90 bool delayHasHazard(InstrIter candidate,
96 findDelayInstr(MachineBasicBlock &MBB, InstrIter slot,
97 InstrIter &Filler);
111 for (InstrIter I = MBB.instr_begin(); I != MBB.instr_end(); ++I) in runOnMachineBasicBlock()
116 InstrIter D; in runOnMachineBasicBlock()
145 InstrIter slot, in findDelayInstr()
146 InstrIter &Filler) { in findDelayInstr()
161 InstrIter FI(llvm::next(I).base()); in findDelayInstr()
187 bool Filler::delayHasHazard(InstrIter candidate, in delayHasHazard()
235 void Filler::insertDefsUses(InstrIter MI, in insertDefsUses()