Searched defs:PPCMIPeephole (Results 1 – 1 of 1) sorted by relevance
90 struct PPCMIPeephole : public MachineFunctionPass { struct92 static char ID;93 const PPCInstrInfo *TII;94 MachineFunction *MF;95 MachineRegisterInfo *MRI;97 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument102 MachineDominatorTree *MDT;103 MachinePostDominatorTree *MPDT;104 MachineBlockFrequencyInfo *MBFI;105 uint64_t EntryFreq;[all …]