Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PredTBB

652     MachineBasicBlock *PredTBB = NULL, *PredFBB = NULL;
654 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
683 MachineBasicBlock *PredTBB = NULL, *PredFBB = NULL;
685 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
697 PredFBB = PredTBB;
700 if (!PredTBB)
701 PredTBB = NextBB;
708 if (PredTBB == TailBB)
709 PredTBB = NewTarget;
712 if (PredTBB == PredFBB) {
720 if (PredTBB == NextBB && PredFBB == NULL)
721 PredTBB = NULL;
725 if (PredTBB)
726 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
771 MachineBasicBlock *PredTBB, *PredFBB;
773 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
833 TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);