Home
last modified time | relevance | path

Searched refs:LLVMCountBasicBlocks (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-c-test/
Dmodule.c93 LLVMCountBasicBlocks(f)); in module_list_functions()
/external/llvm/bindings/python/llvm/
Dcore.py323 return lib.LLVMCountBasicBlocks(self)
576 library.LLVMCountBasicBlocks.argtypes = [Function]
577 library.LLVMCountBasicBlocks.restype = c_uint
/external/llvm/include/llvm-c/
DCore.h2132 unsigned LLVMCountBasicBlocks(LLVMValueRef Fn);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1341 value MLArray = alloc(LLVMCountBasicBlocks(Fn), 0); in llvm_basic_blocks()
/external/llvm/lib/IR/
DCore.cpp1882 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() function
/external/llvm/bindings/go/llvm/
Dir.go1099 func (v Value) BasicBlocksCount() int { return int(C.LLVMCountBasicBlocks(v.C)) }