Searched refs:canMerge (Results 1 – 2 of 2) sorted by relevance
75 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);182 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL250 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
186 bool canMerge(CoalescingCandidateInfo &SourceRegion,532 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing764 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()