Searched refs:SystemZElimCompare (Results 1 – 2 of 2) sorted by relevance
63 class SystemZElimCompare : public MachineFunctionPass { class66 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare() function in __anon7552db030111::SystemZElimCompare92 char SystemZElimCompare::ID = 0;96 return new SystemZElimCompare(TM); in createSystemZElimComparePass()139 Reference SystemZElimCompare::getRegReferences(MachineInstr *MI, unsigned Reg) { in getRegReferences()165 SystemZElimCompare::convertToBRCT(MachineInstr *MI, MachineInstr *Compare, in convertToBRCT()214 bool SystemZElimCompare::convertToLoadAndTest(MachineInstr *MI) { in convertToLoadAndTest()230 bool SystemZElimCompare::321 bool SystemZElimCompare::364 bool SystemZElimCompare::[all …]
18 SystemZElimCompare.cpp