Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PredCond

633     SmallVector<MachineOperand, 4> PredCond;
634 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
637 if (!PredCond.empty())
664 SmallVector<MachineOperand, 4> PredCond;
665 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
676 if (PredCond.empty())
693 PredCond.clear();
713 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
752 SmallVector<MachineOperand, 4> PredCond;
753 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
755 if (!PredCond.empty())
791 TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);