Searched defs:PPCMIPeephole (Results 1 – 1 of 1) sorted by relevance
108 struct PPCMIPeephole : public MachineFunctionPass { struct110 static char ID;111 const PPCInstrInfo *TII;112 MachineFunction *MF;113 MachineRegisterInfo *MRI;114 LiveVariables *LV;116 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument121 MachineDominatorTree *MDT;122 MachinePostDominatorTree *MPDT;123 MachineBlockFrequencyInfo *MBFI;[all …]