Searched refs:LLVMGetNextInstruction (Results 1 – 18 of 18) sorted by relevance
59 for (I = LLVMGetFirstInstruction(BB); I; I = LLVMGetNextInstruction(I)) { in llvm_test_callsite_attributes()
97 isn = LLVMGetNextInstruction(isn)) { in llvm_module_list_functions()
907 Next = LLVMGetNextInstruction(Cur); in CloneBB()
98 isn = LLVMGetNextInstruction(isn)) { in llvm_module_list_functions()
710 Next = LLVMGetNextInstruction(Cur); in CloneBB()
407 i = lib.LLVMGetNextInstruction(self)580 library.LLVMGetNextInstruction.argtypes = [Instruction]581 library.LLVMGetNextInstruction.restype = c_object_p
418 i = lib.LLVMGetNextInstruction(self)594 library.LLVMGetNextInstruction.argtypes = [Instruction]595 library.LLVMGetNextInstruction.restype = c_object_p
336 next = LLVMGetNextInstruction(next); in ac_count_scratch_private_memory()
2848 inst = LLVMGetNextInstruction(inst); in ac_optimize_vs_outputs()
410 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
2486 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
3140 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
3103 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
2114 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
1266 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
2747 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
2711 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function