Lines Matching defs:PredFBB
602 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
604 if (TII->analyzeBranch(TailBB, PredTBB, PredFBB, PredCond) &&
728 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
730 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
753 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
755 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
765 // Make PredFBB explicit.
767 PredFBB = PredTBB;
772 if (!PredFBB)
773 PredFBB = NextBB;
776 if (PredFBB == TailBB)
777 PredFBB = NewTarget;
782 if (PredTBB == PredFBB) {
784 PredFBB = nullptr;
788 if (PredFBB == NextBB)
789 PredFBB = nullptr;
790 if (PredTBB == NextBB && PredFBB == nullptr)
804 TII->insertBranch(*PredBB, PredTBB, PredFBB, PredCond, DL);
817 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
819 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))