Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dmodule.c71 for (bb = LLVMGetFirstBasicBlock(f); bb; in module_list_functions()
/external/llvm/bindings/python/llvm/
Dcore.py286 b = lib.LLVMGetFirstBasicBlock(self)
558 library.LLVMGetFirstBasicBlock.argtypes = [Function]
559 library.LLVMGetFirstBasicBlock.restype = c_object_p
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c411 block = LLVMGetFirstBasicBlock(function); in lp_build_count_instructions()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c411 block = LLVMGetFirstBasicBlock(function); in lp_build_count_instructions()
/external/llvm/include/llvm-c/
DCore.h2177 LLVMBasicBlockRef LLVMGetFirstBasicBlock(LLVMValueRef Fn);
/external/llvm/lib/IR/
DCore.cpp1741 LLVMBasicBlockRef LLVMGetFirstBasicBlock(LLVMValueRef Fn) { in LLVMGetFirstBasicBlock() function