Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);
181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
H A DPPCBranchCoalescing.cpp181 bool canMerge(CoalescingCandidateInfo &SourceRegion,
531 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
763 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h43 bool canMerge(const QuarantineBatch *const From) const { in canMerge() function
112 if (Current->canMerge(Current->Next)) { in mergeBatches()