Searched refs:LLVMGetFirstInstruction (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/llvm-c-test/
H A Dmodule.c74 for (isn = LLVMGetFirstInstruction(bb); isn;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
H A Dlp_bld_type.c414 instr = LLVMGetFirstInstruction(block);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
H A Dlp_bld_type.c414 instr = LLVMGetFirstInstruction(block);
/external/llvm/bindings/python/llvm/
H A Dcore.py342 i = lib.LLVMGetFirstInstruction(self)
570 library.LLVMGetFirstInstruction.argtypes = [BasicBlock]
571 library.LLVMGetFirstInstruction.restype = c_object_p
/external/llvm/include/llvm-c/
H A DCore.h2281 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
/external/llvm/lib/IR/
H A DCore.cpp1817 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { function

Completed in 114 milliseconds