Searched refs:addDestination (Results 1 – 7 of 7) sorted by relevance
1453 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
2291 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
3744 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
3291 void addDestination(BasicBlock *Dest);
4636 IBI->addDestination(DestBB); in parseFunctionBody()
5015 IBI->addDestination(DestList[i]); in ParseIndirectBr()
2008 See the method [llvm::IndirectBrInst::addDestination]. **)