Searched refs:PPCMIPeephole (Results 1 – 4 of 4) sorted by relevance
84 struct PPCMIPeephole : public MachineFunctionPass { struct91 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument142 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()226 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()380 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()1225 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1267 bool PPCMIPeephole::eliminateRedundantCompare(void) { in eliminateRedundantCompare()1595 bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI, in combineSEXTAndSHL()1659 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,1664 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,[all …]
226 // clean this up in PPCMIPeephole with calls to
2056 // clean this up in PPCMIPeephole with calls to
1316 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp