Searched refs:canMerge (Results 1 – 4 of 4) sorted by relevance
74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
182 bool canMerge(CoalescingCandidateInfo &SourceRegion,534 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing765 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
42 bool canMerge(const QuarantineBatch *const From) const { in canMerge() function111 if (Current->canMerge(Current->Next)) { in mergeBatches()
59 EXPECT_TRUE(Into.canMerge(&From)); in TEST()67 EXPECT_FALSE(Into.canMerge(&From)); in TEST()