Lines Matching defs:PredCond
603 SmallVector<MachineOperand, 4> PredCond;
604 if (TII->analyzeBranch(TailBB, PredTBB, PredFBB, PredCond) &&
729 SmallVector<MachineOperand, 4> PredCond;
730 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
733 if (!PredCond.empty())
754 SmallVector<MachineOperand, 4> PredCond;
755 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
766 if (PredCond.empty())
783 PredCond.clear();
804 TII->insertBranch(*PredBB, PredTBB, PredFBB, PredCond, DL);
818 SmallVector<MachineOperand, 4> PredCond;
819 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
821 if (!PredCond.empty())