Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp91 NewIndBI->addDestination(Dest); in replaceBranchTerminator()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2053 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3768 void addDestination(BasicBlock *Dest);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4744 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
H A DCore.cpp3220 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2084 See the method [llvm::IndirectBrInst::addDestination]. **)
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5497 IBI->addDestination(DestBB); in parseFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6641 IBI->addDestination(DestList[i]); in parseIndirectBr()