Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp82 struct PPCMIPeephole : public MachineFunctionPass { struct
84 static char ID;
85 const PPCInstrInfo *TII;
86 MachineFunction *MF;
87 MachineRegisterInfo *MRI;
89 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument
94 MachineDominatorTree *MDT;
95 MachinePostDominatorTree *MPDT;
96 MachineBlockFrequencyInfo *MBFI;
97 uint64_t EntryFreq;
[all …]