Home
last modified time | relevance | path

Searched defs:PPCMIPeephole (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp84 struct PPCMIPeephole : public MachineFunctionPass { struct
86 static char ID;
87 const PPCInstrInfo *TII;
88 MachineFunction *MF;
89 MachineRegisterInfo *MRI;
91 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function
96 MachineDominatorTree *MDT;
97 MachinePostDominatorTree *MPDT;
98 MachineBlockFrequencyInfo *MBFI;
99 uint64_t EntryFreq;
[all …]