Searched refs:LLVMGetNextFunction (Results 1 – 5 of 5) sorted by relevance
662 func = LLVMGetNextFunction(func); in gallivm_compile_module()714 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()727 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()
455 func = LLVMGetNextFunction(func); in lp_build_count_ir_module()
1034 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
1871 func = LLVMGetNextFunction(func); in optimize()
2280 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function