Searched defs:IndirectDests (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 599 SmallVector<LLVMBasicBlockRef, 8> IndirectDests; CloneInstruction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 852 init(FunctionType * FTy,Value * Fn,BasicBlock * Fallthrough,ArrayRef<BasicBlock * > IndirectDests,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
|
H A D | Core.cpp | 3299 LLVMBuildCallBr(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMBasicBlockRef DefaultDest,LLVMBasicBlockRef * IndirectDests,unsigned NumIndirectDests,LLVMValueRef * Args,unsigned NumArgs,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildCallBr() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5833 SmallVector<BasicBlock *, 16> IndirectDests; parseFunctionBody() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7585 SmallVector<BasicBlock *, 16> IndirectDests; parseCallBr() local
|