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