Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp78 NewIndBI->addDestination(Dest); in replaceBranchTerminator()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2030 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h3730 void addDestination(BasicBlock *Dest);
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp4587 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
H A DCore.cpp3257 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2096 See the method [llvm::IndirectBrInst::addDestination]. **)
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5332 IBI->addDestination(DestBB); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6357 IBI->addDestination(DestList[i]); in parseIndirectBr()