Searched defs:PPCMIPeephole (Results 1 – 1 of 1) sorted by relevance
84 struct PPCMIPeephole : public MachineFunctionPass { struct86 static char ID;87 const PPCInstrInfo *TII;88 MachineFunction *MF;89 MachineRegisterInfo *MRI;91 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function96 MachineDominatorTree *MDT;97 MachinePostDominatorTree *MPDT;98 MachineBlockFrequencyInfo *MBFI;99 uint64_t EntryFreq;[all …]