Home
last modified time | relevance | path

Searched refs:addDestination (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp62 NewIndBI->addDestination(Dest); in replaceBranchTerminator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1956 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3656 void addDestination(BasicBlock *Dest);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3260 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
H A DInstructions.cpp4279 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4655 IBI->addDestination(DestBB); in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2143 See the method [llvm::IndirectBrInst::addDestination]. **)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6533 IBI->addDestination(DestList[i]); in parseIndirectBr()