Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp890 auto isEligibleBB = [&](MachineBasicBlock &BB) { in eligibleForCompareElimination() local
928 if (!isEligibleBB(MBB)) in eligibleForCompareElimination()
934 if (isEligibleBB(*TmpMBB)) { in eligibleForCompareElimination()
948 if (isEligibleBB(*Pred1MBB) && isEligibleForMoveCmp(*Pred2MBB)) { in eligibleForCompareElimination()
953 else if (isEligibleBB(*Pred2MBB) && isEligibleForMoveCmp(*Pred1MBB)) { in eligibleForCompareElimination()