Searched refs:Pred2MBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1177 MachineBasicBlock *Pred2MBB = *(PI+1); local
1179 if (isEligibleBB(*Pred1MBB) && isEligibleForMoveCmp(*Pred2MBB)) {
1181 // Pred2MBB is the BB to which we will append a compare instruction.
1184 else if (isEligibleBB(*Pred2MBB) && isEligibleForMoveCmp(*Pred1MBB)) {
1185 // We need to swap Pred1MBB and Pred2MBB to canonicalize.
1186 std::swap(Pred1MBB, Pred2MBB);
1190 // Here, Pred2MBB is the BB to which we need to append a compare inst.
1192 // in Pred2MBB (i.e. defined in MBB by an instruction other than PHI).
1203 MBBtoMoveCmp = Pred2MBB;

Completed in 43 milliseconds