Home
last modified time | relevance | path

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

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