Lines Matching refs:Iter
35 typedef MachineBasicBlock::iterator Iter;
59 bool expandInstr(MachineBasicBlock &MBB, Iter I);
60 void expandLoadCCond(MachineBasicBlock &MBB, Iter I);
61 void expandStoreCCond(MachineBasicBlock &MBB, Iter I);
62 void expandLoadACC(MachineBasicBlock &MBB, Iter I, unsigned RegSize);
63 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc,
65 bool expandCopy(MachineBasicBlock &MBB, Iter I);
66 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc,
92 for (Iter I = BB->begin(), End = BB->end(); I != End;)
98 bool ExpandPseudo::expandInstr(MachineBasicBlock &MBB, Iter I) {
150 void ExpandPseudo::expandLoadCCond(MachineBasicBlock &MBB, Iter I) {
165 void ExpandPseudo::expandStoreCCond(MachineBasicBlock &MBB, Iter I) {
180 void ExpandPseudo::expandLoadACC(MachineBasicBlock &MBB, Iter I,
204 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I,
227 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) {
237 bool ExpandPseudo::expandCopyACC(MachineBasicBlock &MBB, Iter I,