Searched defs:PPCMIPeephole (Results 1 – 1 of 1) sorted by relevance
82 struct PPCMIPeephole : public MachineFunctionPass { struct84 static char ID;85 const PPCInstrInfo *TII;86 MachineFunction *MF;87 MachineRegisterInfo *MRI;89 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument94 MachineDominatorTree *MDT;95 MachinePostDominatorTree *MPDT;96 MachineBlockFrequencyInfo *MBFI;97 uint64_t EntryFreq;[all …]