Searched refs:LLVMGetFirstInstruction (Results 1 – 20 of 20) sorted by relevance
56 for (I = LLVMGetFirstInstruction(BB); I; I = LLVMGetNextInstruction(I)) { in llvm_test_callsite_attributes()
96 for (isn = LLVMGetFirstInstruction(bb); isn; in llvm_module_list_functions()
766 LLVMValueRef First = LLVMGetFirstInstruction(Src); in CloneBB()
97 for (isn = LLVMGetFirstInstruction(bb); isn; in llvm_module_list_functions()
693 LLVMValueRef First = LLVMGetFirstInstruction(Src); in CloneBB()
342 i = lib.LLVMGetFirstInstruction(self)567 library.LLVMGetFirstInstruction.argtypes = [BasicBlock]568 library.LLVMGetFirstInstruction.restype = c_object_p
342 i = lib.LLVMGetFirstInstruction(self)570 library.LLVMGetFirstInstruction.argtypes = [BasicBlock]571 library.LLVMGetFirstInstruction.restype = c_object_p
406 instr = LLVMGetFirstInstruction(block); in lp_build_count_instructions()
464 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in create_builder_at_entry()
789 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
2426 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
2652 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
1745 LLVMValueRef inst = LLVMGetFirstInstruction(bb); in ac_optimize_vs_outputs()
5561 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in ac_build_alloca()
1549 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
2098 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
1140 func (bb BasicBlock) FirstInstruction() (v Value) { v.C = C.LLVMGetFirstInstruction(bb.C); return }
1202 func (bb BasicBlock) FirstInstruction() (v Value) { v.C = C.LLVMGetFirstInstruction(bb.C); return }
2324 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
5948 LLVMValueRef next = LLVMGetFirstInstruction(bb); in si_count_scratch_private_memory()