Lines Matching full:dest1
65 BasicBlock *Dest1 = BI->getSuccessor(0);
71 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
72 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
88 if (Dest2 == Dest1) { // Conditional branch to same location?
95 Dest1->removePredecessor(BI->getParent());
98 Builder.CreateBr(Dest1);