Home | History | Annotate | Download | only in llvm

Lines Matching refs:getDestination

2614   /// getDestination - Return the specified destination.
2615 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }
2616 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }