Searched defs:PPCMIPeephole (Results 1 – 2 of 2) sorted by relevance
41 struct PPCMIPeephole : public MachineFunctionPass { struct43 static char ID;44 const PPCInstrInfo *TII;45 MachineFunction *MF;46 MachineRegisterInfo *MRI;48 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument65 bool runOnMachineFunction(MachineFunction &MF) override { in runOnMachineFunction()
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() function94 MachineDominatorTree *MDT;95 MachinePostDominatorTree *MPDT;96 MachineBlockFrequencyInfo *MBFI;97 uint64_t EntryFreq;[all …]