Searched refs:LLVMCountBasicBlocks (Results 1 – 7 of 7) sorted by relevance
91 LLVMCountBasicBlocks(f)); in llvm_module_list_functions()
930 unsigned Count = LLVMCountBasicBlocks(Src); in CloneBBs()
331 return lib.LLVMCountBasicBlocks(self)590 library.LLVMCountBasicBlocks.argtypes = [Function]591 library.LLVMCountBasicBlocks.restype = c_uint
2943 unsigned LLVMCountBasicBlocks(LLVMValueRef Fn);
1408 value MLArray = caml_alloc_tuple_uninit(LLVMCountBasicBlocks(Fn)); in llvm_basic_blocks()
1219 func (v Value) BasicBlocksCount() int { return int(C.LLVMCountBasicBlocks(v.C)) }
2647 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() function