Home | History | Annotate | Download | only in Utils

Lines Matching refs:Dest2

77     BasicBlock *Dest2 = BI->getSuccessor(1);
82 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
83 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
99 if (Dest2 == Dest1) { // Conditional branch to same location?