Searched refs:LLVMGetNextInstruction (Results 1 – 18 of 18) sorted by relevance
56 for (I = LLVMGetFirstInstruction(BB); I; I = LLVMGetNextInstruction(I)) { in llvm_test_callsite_attributes()
97 isn = LLVMGetNextInstruction(isn)) { in llvm_module_list_functions()
783 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)583 library.LLVMGetNextInstruction.argtypes = [Instruction]584 library.LLVMGetNextInstruction.restype = c_object_p
407 i = lib.LLVMGetNextInstruction(self)580 library.LLVMGetNextInstruction.argtypes = [Instruction]581 library.LLVMGetNextInstruction.restype = c_object_p
410 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
794 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
2486 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
2712 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
1749 inst = LLVMGetNextInstruction(inst); in ac_optimize_vs_outputs()
1565 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
2114 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
1204 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
2340 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
5952 next = LLVMGetNextInstruction(next); in si_count_scratch_private_memory()