Searched refs:PPCMIPeephole (Results 1 – 6 of 6) sorted by relevance
90 struct PPCMIPeephole : public MachineFunctionPass { struct97 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function148 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()232 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()385 bool PPCMIPeephole::simplifyCode() { in simplifyCode()1296 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1338 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()1666 bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI, in combineSEXTAndSHL()1730 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,1735 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,[all …]
44 PPCMIPeephole.cpp
289 // clean this up in PPCMIPeephole with calls to
1597 // clean this up in PPCMIPeephole with calls to
81 "PPCMIPeephole.cpp",
4 ; Test cases for compare elimination in PPCMIPeephole pass