| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 3883 ArrayRef<BasicBlock *> IndirectDests, 3889 ArrayRef<BasicBlock *> IndirectDests, 3910 ArrayRef<BasicBlock *> IndirectDests, 3914 ComputeNumOperands(Args.size(), IndirectDests.size())}; 3916 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, {}, AllocMarker, 3922 ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, 3926 ComputeNumOperands(Args.size(), IndirectDests.size(), 3931 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, Bundles, 3936 ArrayRef<BasicBlock *> IndirectDests, 3940 IndirectDests, Args, NameStr, InsertBefore); [all …]
|
| H A D | IRBuilder.h | 1280 ArrayRef<BasicBlock *> IndirectDests, 1283 return Insert(CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, 1288 ArrayRef<BasicBlock *> IndirectDests, 1293 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args, 1298 ArrayRef<BasicBlock *> IndirectDests, 1302 DefaultDest, IndirectDests, Args, Name); 1305 ArrayRef<BasicBlock *> IndirectDests, 1310 DefaultDest, IndirectDests, Args, Name);
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 572 ArrayRef<BasicBlock *> IndirectDests, in create() argument 577 LLVMIndirectDests.reserve(IndirectDests.size()); in create() 578 for (BasicBlock *IndDest : IndirectDests) in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 920 ArrayRef<BasicBlock *> IndirectDests, in init() argument 927 IndirectDests.size(), in init() 945 NumIndirectDests = IndirectDests.size(); in init() 948 setIndirectDest(i, IndirectDests[i]); in init() 953 assert(It + 2 + IndirectDests.size() == op_end() && "Should add up!"); in init()
|
| H A D | Core.cpp | 3425 LLVMBasicBlockRef *IndirectDests, in LLVMBuildCallBr() argument 3438 ArrayRef(unwrap(IndirectDests), NumIndirectDests), in LLVMBuildCallBr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5924 SmallVector<BasicBlock *, 16> IndirectDests; in parseFunctionBody() local 5926 IndirectDests.push_back(getBasicBlock(Record[OpNum++])); in parseFunctionBody() 6001 unsigned FirstBlockArg = Args.size() - IndirectDests.size(); in parseFunctionBody() 6006 LabelNo > IndirectDests.size() || in parseFunctionBody() 6007 BA->getBasicBlock() != IndirectDests[LabelNo]) in parseFunctionBody() 6046 I = CallBrInst::Create(FTy, Callee, DefaultDest, IndirectDests, Args, in parseFunctionBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7921 SmallVector<BasicBlock *, 16> IndirectDests; in parseCallBr() local 7927 IndirectDests.push_back(DestBB); in parseCallBr() 7932 IndirectDests.push_back(DestBB); in parseCallBr() 7986 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args, in parseCallBr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 4414 LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef *IndirectDests,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 1493 ArrayRef<BasicBlock *> IndirectDests,
|