Lines Matching refs:PredCond
642 SmallVector<MachineOperand, 4> PredCond;
643 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
646 if (!PredCond.empty())
673 SmallVector<MachineOperand, 4> PredCond;
674 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
685 if (PredCond.empty())
702 PredCond.clear();
715 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
761 SmallVector<MachineOperand, 4> PredCond;
762 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
764 if (!PredCond.empty())
803 TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);