Searched refs:PPCMIPeephole (Results 1 – 4 of 4) sorted by relevance
100 struct PPCMIPeephole : public MachineFunctionPass { struct108 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument192 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()294 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()387 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()452 bool PPCMIPeephole::simplifyCode() { in simplifyCode()1565 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1607 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()2015 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,2021 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,[all …]
289 // clean this up in PPCMIPeephole with calls to
1742 // clean this up in PPCMIPeephole with calls to
1513 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp