Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp1166 auto isEligibleForMoveCmp = [](MachineBasicBlock &BB) { in eligibleForCompareElimination() local
1190 if (isEligibleBB(*Pred1MBB) && isEligibleForMoveCmp(*Pred2MBB)) { in eligibleForCompareElimination()
1195 else if (isEligibleBB(*Pred2MBB) && isEligibleForMoveCmp(*Pred1MBB)) { in eligibleForCompareElimination()