Home
last modified time | relevance | path

Searched refs:canMerge (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp75 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);
182 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
250 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
DPPCBranchCoalescing.cpp186 bool canMerge(CoalescingCandidateInfo &SourceRegion,
532 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
764 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()