Searched refs:Pred2 (Results 1 – 12 of 12) sorted by relevance
685 BasicBlock *Pred2 = NULL; in GetIfCondition() local691 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()699 Pred2 = *PI++; in GetIfCondition()707 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()721 std::swap(Pred1, Pred2); in GetIfCondition()729 if (Pred2->getSinglePredecessor() == 0) in GetIfCondition()735 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()737 IfFalse = Pred2; in GetIfCondition()738 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()740 IfTrue = Pred2; in GetIfCondition()[all …]
196 const SmallVectorImpl<MachineOperand> &Pred2) const;
986 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()988 assert(Pred2.size() == 2 && "Invalid PPC second predicate"); in SubsumesPredicate()992 if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR) in SubsumesPredicate()996 if (Pred1[1].getReg() != Pred2[1].getReg()) in SubsumesPredicate()1000 PPC::Predicate P2 = (PPC::Predicate) Pred2[0].getImm(); in SubsumesPredicate()
131 const SmallVectorImpl<MachineOperand> &Pred2) const;
183 const SmallVectorImpl<MachineOperand> &Pred2) const;
248 const SmallVectorImpl<MachineOperand> &Pred2) in SubsumesPredicate()
1015 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()
143 const SmallVectorImpl<MachineOperand> &Pred2) const;
1052 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()
89 const SmallVectorImpl<MachineOperand> &Pred2) const;
477 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()478 if (Pred1.size() > 2 || Pred2.size() > 2) in SubsumesPredicate()482 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm(); in SubsumesPredicate()
690 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate() argument