Home
last modified time | relevance | path

Searched refs:IndirectDests (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h3933 ArrayRef<BasicBlock *> IndirectDests,
3939 ArrayRef<BasicBlock *> IndirectDests,
3945 ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args,
3968 ArrayRef<BasicBlock *> IndirectDests,
3971 int NumOperands = ComputeNumOperands(Args.size(), IndirectDests.size());
3973 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, None,
3979 ArrayRef<BasicBlock *> IndirectDests,
3984 int NumOperands = ComputeNumOperands(Args.size(), IndirectDests.size(),
3989 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, Bundles,
3995 ArrayRef<BasicBlock *> IndirectDests,
[all …]
HDIRBuilder.h1073 ArrayRef<BasicBlock *> IndirectDests,
1076 return Insert(CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests,
1081 ArrayRef<BasicBlock *> IndirectDests,
1086 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args,
1091 ArrayRef<BasicBlock *> IndirectDests,
1095 DefaultDest, IndirectDests, Args, Name);
1098 ArrayRef<BasicBlock *> IndirectDests,
1103 DefaultDest, IndirectDests, Args, Name);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp784 ArrayRef<BasicBlock *> IndirectDests, in init() argument
791 ComputeNumOperands(Args.size(), IndirectDests.size(), in init()
794 NumIndirectDests = IndirectDests.size(); in init()
797 setIndirectDest(i, IndirectDests[i]); in init()
815 assert(It + 2 + IndirectDests.size() == op_end() && "Should add up!"); in init()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp6380 SmallVector<BasicBlock *, 16> IndirectDests; in ParseCallBr() local
6386 IndirectDests.push_back(DestBB); in ParseCallBr()
6391 IndirectDests.push_back(DestBB); in ParseCallBr()
6460 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args, in ParseCallBr()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp4562 SmallVector<BasicBlock *, 16> IndirectDests; in parseFunctionBody() local
4564 IndirectDests.push_back(getBasicBlock(Record[OpNum++])); in parseFunctionBody()
4620 I = CallBrInst::Create(FTy, Callee, DefaultDest, IndirectDests, Args, in parseFunctionBody()