Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PredFBB

658     MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
689 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
691 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
701 // Make PredFBB explicit.
703 PredFBB = PredTBB;
708 if (!PredFBB)
709 PredFBB = NextBB;
712 if (PredFBB == TailBB)
713 PredFBB = NewTarget;
718 if (PredTBB == PredFBB) {
720 PredFBB = nullptr;
724 if (PredFBB == NextBB)
725 PredFBB = nullptr;
726 if (PredTBB == NextBB && PredFBB == nullptr)
732 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
778 MachineBasicBlock *PredTBB, *PredFBB;
780 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
840 TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);