Lines Matching defs:PredFBB
591 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
593 if (TII->analyzeBranch(TailBB, PredTBB, PredFBB, PredCond) &&
732 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
734 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
757 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
759 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
769 // Make PredFBB explicit.
771 PredFBB = PredTBB;
776 if (!PredFBB)
777 PredFBB = NextBB;
780 if (PredFBB == TailBB)
781 PredFBB = NewTarget;
786 if (PredTBB == PredFBB) {
788 PredFBB = nullptr;
792 if (PredFBB == NextBB)
793 PredFBB = nullptr;
794 if (PredTBB == NextBB && PredFBB == nullptr)
808 TII->insertBranch(*PredBB, PredTBB, PredFBB, PredCond, DL);
821 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
823 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))