ΒΆunsigned int LLVMCountBasicBlocks(LLVMValueRef Fn)
unsigned int LLVMCountBasicBlocks(LLVMValueRef Fn)
Description
Obtain the number of basic blocks in a function.
Declared at: llvm/include/llvm-c/Core.h:2883
Parameters
- LLVMValueRef Fn
- Function value to operate on.