Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dmodule.c92 LLVMCountBasicBlocks(f)); in llvm_module_list_functions()
Decho.cpp729 unsigned Count = LLVMCountBasicBlocks(Src); in CloneBBs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmodule.c91 LLVMCountBasicBlocks(f)); in llvm_module_list_functions()
Decho.cpp802 unsigned Count = LLVMCountBasicBlocks(Src); in CloneBBs()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py323 return lib.LLVMCountBasicBlocks(self)
579 library.LLVMCountBasicBlocks.argtypes = [Function]
580 library.LLVMCountBasicBlocks.restype = c_uint
/external/llvm/bindings/python/llvm/
Dcore.py323 return lib.LLVMCountBasicBlocks(self)
576 library.LLVMCountBasicBlocks.argtypes = [Function]
577 library.LLVMCountBasicBlocks.restype = c_uint
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h765 unsigned LLVMCountBasicBlocks(LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DCore.h2302 unsigned LLVMCountBasicBlocks(LLVMValueRef Fn);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2528 unsigned LLVMCountBasicBlocks(LLVMValueRef Fn);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1128 value MLArray = alloc(LLVMCountBasicBlocks(Fn), 0); in llvm_basic_blocks()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1461 value MLArray = alloc(LLVMCountBasicBlocks(Fn), 0); in llvm_basic_blocks()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1397 value MLArray = alloc(LLVMCountBasicBlocks(Fn), 0); in llvm_basic_blocks()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1459 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() function
/external/llvm/lib/IR/
DCore.cpp2008 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)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1161 func (v Value) BasicBlocksCount() int { return int(C.LLVMCountBasicBlocks(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2234 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() function