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