Lines Matching defs:PredTBB
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))
771 PredFBB = PredTBB;
774 if (!PredTBB)
775 PredTBB = NextBB;
782 if (PredTBB == TailBB)
783 PredTBB = NewTarget;
786 if (PredTBB == PredFBB) {
794 if (PredTBB == NextBB && PredFBB == nullptr)
795 PredTBB = nullptr;
807 if (PredTBB)
808 TII->insertBranch(*PredBB, PredTBB, PredFBB, PredCond, DL);
821 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
823 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))