Searched refs:LLVMCountBasicBlocks (Results 1 – 6 of 6) sorted by relevance
91 LLVMCountBasicBlocks(f)); in llvm_module_list_functions()
935 unsigned Count = LLVMCountBasicBlocks(Src); in CloneBBs()
331 return lib.LLVMCountBasicBlocks(self)581 library.LLVMCountBasicBlocks.argtypes = [Function]582 library.LLVMCountBasicBlocks.restype = c_uint
3000 unsigned LLVMCountBasicBlocks(LLVMValueRef Fn);
1377 value MLArray = caml_alloc_tuple_uninit(LLVMCountBasicBlocks(Fn)); in llvm_basic_blocks()
2614 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() function