Searched refs:addDestination (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1133 IndirectBranch->addDestination(BB);
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2624 IBI->addDestination(DestBB);
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp2004 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest));
H A DInstructions.cpp3466 /// addDestination - Add a destination.
3468 void IndirectBrInst::addDestination(BasicBlock *DestBB) { function in class:IndirectBrInst
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2798 /// addDestination - Add a destination.
2800 void addDestination(BasicBlock *Dest);
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3525 IBI->addDestination(DestList[i]);

Completed in 192 milliseconds