reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3610 void addDestination(BasicBlock *Dest);
6030 IBI->addDestination(DestList[i]);
lib/Bitcode/Reader/BitcodeReader.cpp 4456 IBI->addDestination(DestBB);
lib/IR/Core.cpp 3199 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest));
tools/clang/lib/CodeGen/CodeGenFunction.cpp 1699 IndirectBranch->addDestination(BB);
tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp 58 NewIndBI->addDestination(Dest);