Home
last modified time | relevance | path

Searched refs:LLVMGetFirstInstruction (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-c-test/
Dmodule.c98 for (isn = LLVMGetFirstInstruction(bb); isn; in module_list_functions()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca()
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca()
Dlp_bld_type.c414 instr = LLVMGetFirstInstruction(block); in lp_build_count_instructions()
/external/llvm/bindings/python/llvm/
Dcore.py342 i = lib.LLVMGetFirstInstruction(self)
567 library.LLVMGetFirstInstruction.argtypes = [BasicBlock]
568 library.LLVMGetFirstInstruction.restype = c_object_p
/external/llvm/include/llvm-c/
DCore.h2256 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
/external/llvm/lib/IR/
DCore.cpp1972 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
/external/llvm/bindings/go/llvm/
Dir.go1140 func (bb BasicBlock) FirstInstruction() (v Value) { v.C = C.LLVMGetFirstInstruction(bb.C); return }