Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp108 struct PPCMIPeephole : public MachineFunctionPass { struct
110 static char ID;
111 const PPCInstrInfo *TII;
112 MachineFunction *MF;
113 MachineRegisterInfo *MRI;
114 LiveVariables *LV;
116 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument
121 MachineDominatorTree *MDT;
122 MachinePostDominatorTree *MPDT;
123 MachineBlockFrequencyInfo *MBFI;
[all …]