Lines Matching defs:PredCond
592 SmallVector<MachineOperand, 4> PredCond;
593 if (TII->analyzeBranch(TailBB, PredTBB, PredFBB, PredCond) &&
733 SmallVector<MachineOperand, 4> PredCond;
734 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
737 if (!PredCond.empty())
758 SmallVector<MachineOperand, 4> PredCond;
759 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
770 if (PredCond.empty())
787 PredCond.clear();
808 TII->insertBranch(*PredBB, PredTBB, PredFBB, PredCond, DL);
822 SmallVector<MachineOperand, 4> PredCond;
823 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
825 if (!PredCond.empty())