HomeSort by relevance Sort by last modified time
    Searched refs:canMerge (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 52 /// canCoalesceBranch and canMerge methods.
186 bool canMerge(CoalescingCandidateInfo &SourceRegion,
264 // extended to identify the implicit operands. The analysis in canMerge
532 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion,
764 if (!canMerge(Cand2, Cand1)) {
PPCExpandISEL.cpp 75 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);
182 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) {
250 while (I != E && canMerge(SubISELList.back(), *I)) {

Completed in 258 milliseconds