Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp90 struct PPCMIPeephole : public MachineFunctionPass { struct
92 static char ID;
93 const PPCInstrInfo *TII;
94 MachineFunction *MF;
95 MachineRegisterInfo *MRI;
97 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument
102 MachineDominatorTree *MDT;
103 MachinePostDominatorTree *MPDT;
104 MachineBlockFrequencyInfo *MBFI;
105 uint64_t EntryFreq;
[all …]