IR_x86
string
IR_arm
string
filename
string
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/intel/i40e/extr_i40e_main.c_i40e_delete_clsflower.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/intel/i40e/extr_i40e_main.c_i40e_delete_clsflower.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.i40e_cloud_filter = type { i64, i32 } %struct.i40e_pf = type { i32, i32, %struct.TYPE_6__, ptr } %struct.TYPE_6__ = type { %struct.TYPE_5__ } %struct.TYPE_5__ = type { i32 } @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [39 x i8] c"Failed to delete cloud filter, err %s\0A\00", align 1 @I40E_FLAG_FD_SB_TO_CLOUD_FILTER = dso_local local_unnamed_addr global i32 0, align 4 @I40E_FLAG_FD_SB_INACTIVE = dso_local local_unnamed_addr global i32 0, align 4 @I40E_FLAG_FD_SB_ENABLED = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @i40e_delete_clsflower], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @i40e_delete_clsflower(ptr noundef %0, ptr noundef %1) #0 { %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = tail call ptr @i40e_find_cloud_filter(ptr noundef nonnull %0, ptr noundef %1) #2 %5 = icmp eq ptr %4, null br i1 %5, label %6, label %9 6: ; preds = %2 %7 = load i32, ptr @EINVAL, align 4, !tbaa !10 %8 = sub nsw i32 0, %7 br label %53 9: ; preds = %2 %10 = getelementptr inbounds %struct.i40e_cloud_filter, ptr %4, i64 0, i32 1 %11 = tail call i32 @hash_del(ptr noundef nonnull %10) #2 %12 = load i64, ptr %4, align 8, !tbaa !12 %13 = icmp eq i64 %12, 0 br i1 %13, label %16, label %14 14: ; preds = %9 %15 = tail call i32 @i40e_add_del_cloud_filter_big_buf(ptr noundef nonnull %0, ptr noundef nonnull %4, i32 noundef 0) #2 br label %18 16: ; preds = %9 %17 = tail call i32 @i40e_add_del_cloud_filter(ptr noundef nonnull %0, ptr noundef nonnull %4, i32 noundef 0) #2 br label %18 18: ; preds = %16, %14 %19 = phi i32 [ %15, %14 ], [ %17, %16 ] %20 = tail call i32 @kfree(ptr noundef nonnull %4) #2 %21 = icmp eq i32 %19, 0 br i1 %21, label %30, label %22 22: ; preds = %18 %23 = getelementptr inbounds %struct.i40e_pf, ptr %3, i64 0, i32 3 %24 = load ptr, ptr %23, align 8, !tbaa !15 %25 = getelementptr inbounds %struct.i40e_pf, ptr %3, i64 0, i32 2 %26 = tail call i32 @i40e_stat_str(ptr noundef nonnull %25, i32 noundef %19) #2 %27 = tail call i32 @dev_err(ptr noundef %24, ptr noundef nonnull @.str, i32 noundef %26) #2 %28 = load i32, ptr %25, align 8, !tbaa !19 %29 = tail call i32 @i40e_aq_rc_to_posix(i32 noundef %19, i32 noundef %28) #2 br label %53 30: ; preds = %18 %31 = getelementptr inbounds %struct.i40e_pf, ptr %3, i64 0, i32 1 %32 = load i32, ptr %31, align 4, !tbaa !20 %33 = add nsw i32 %32, -1 store i32 %33, ptr %31, align 4, !tbaa !20 %34 = icmp eq i32 %33, 0 br i1 %34, label %35, label %53 35: ; preds = %30 %36 = load i32, ptr %3, align 8, !tbaa !21 %37 = load i32, ptr @I40E_FLAG_FD_SB_TO_CLOUD_FILTER, align 4, !tbaa !10 %38 = and i32 %37, %36 %39 = icmp eq i32 %38, 0 br i1 %39, label %53, label %40 40: ; preds = %35 %41 = load i32, ptr @I40E_FLAG_FD_SB_INACTIVE, align 4, !tbaa !10 %42 = and i32 %41, %36 %43 = icmp eq i32 %42, 0 br i1 %43, label %44, label %53 44: ; preds = %40 %45 = load i32, ptr @I40E_FLAG_FD_SB_ENABLED, align 4, !tbaa !10 %46 = or i32 %45, %36 store i32 %46, ptr %3, align 8, !tbaa !21 %47 = load i32, ptr @I40E_FLAG_FD_SB_TO_CLOUD_FILTER, align 4, !tbaa !10 %48 = xor i32 %47, -1 %49 = and i32 %46, %48 store i32 %49, ptr %3, align 8, !tbaa !21 %50 = load i32, ptr @I40E_FLAG_FD_SB_INACTIVE, align 4, !tbaa !10 %51 = xor i32 %50, -1 %52 = and i32 %49, %51 store i32 %52, ptr %3, align 8, !tbaa !21 br label %53 53: ; preds = %30, %44, %40, %35, %22, %6 %54 = phi i32 [ %29, %22 ], [ %8, %6 ], [ 0, %35 ], [ 0, %40 ], [ 0, %44 ], [ 0, %30 ] ret i32 %54 } declare ptr @i40e_find_cloud_filter(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @hash_del(ptr noundef) local_unnamed_addr #1 declare i32 @i40e_add_del_cloud_filter_big_buf(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i40e_add_del_cloud_filter(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 declare i32 @dev_err(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i40e_stat_str(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i40e_aq_rc_to_posix(i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"i40e_vsi", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!13, !14, i64 0} !13 = !{!"i40e_cloud_filter", !14, i64 0, !11, i64 8} !14 = !{!"long", !8, i64 0} !15 = !{!16, !7, i64 16} !16 = !{!"i40e_pf", !11, i64 0, !11, i64 4, !17, i64 8, !7, i64 16} !17 = !{!"TYPE_6__", !18, i64 0} !18 = !{!"TYPE_5__", !11, i64 0} !19 = !{!16, !11, i64 8} !20 = !{!16, !11, i64 4} !21 = !{!16, !11, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/intel/i40e/extr_i40e_main.c_i40e_delete_clsflower.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/intel/i40e/extr_i40e_main.c_i40e_delete_clsflower.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @EINVAL = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [39 x i8] c"Failed to delete cloud filter, err %s\0A\00", align 1 @I40E_FLAG_FD_SB_TO_CLOUD_FILTER = common local_unnamed_addr global i32 0, align 4 @I40E_FLAG_FD_SB_INACTIVE = common local_unnamed_addr global i32 0, align 4 @I40E_FLAG_FD_SB_ENABLED = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @i40e_delete_clsflower], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @i40e_delete_clsflower(ptr noundef %0, ptr noundef %1) #0 { %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = tail call ptr @i40e_find_cloud_filter(ptr noundef nonnull %0, ptr noundef %1) #2 %5 = icmp eq ptr %4, null br i1 %5, label %6, label %9 6: ; preds = %2 %7 = load i32, ptr @EINVAL, align 4, !tbaa !11 %8 = sub nsw i32 0, %7 br label %53 9: ; preds = %2 %10 = getelementptr inbounds i8, ptr %4, i64 8 %11 = tail call i32 @hash_del(ptr noundef nonnull %10) #2 %12 = load i64, ptr %4, align 8, !tbaa !13 %13 = icmp eq i64 %12, 0 br i1 %13, label %16, label %14 14: ; preds = %9 %15 = tail call i32 @i40e_add_del_cloud_filter_big_buf(ptr noundef nonnull %0, ptr noundef nonnull %4, i32 noundef 0) #2 br label %18 16: ; preds = %9 %17 = tail call i32 @i40e_add_del_cloud_filter(ptr noundef nonnull %0, ptr noundef nonnull %4, i32 noundef 0) #2 br label %18 18: ; preds = %16, %14 %19 = phi i32 [ %15, %14 ], [ %17, %16 ] %20 = tail call i32 @kfree(ptr noundef nonnull %4) #2 %21 = icmp eq i32 %19, 0 br i1 %21, label %30, label %22 22: ; preds = %18 %23 = getelementptr inbounds i8, ptr %3, i64 16 %24 = load ptr, ptr %23, align 8, !tbaa !16 %25 = getelementptr inbounds i8, ptr %3, i64 8 %26 = tail call i32 @i40e_stat_str(ptr noundef nonnull %25, i32 noundef %19) #2 %27 = tail call i32 @dev_err(ptr noundef %24, ptr noundef nonnull @.str, i32 noundef %26) #2 %28 = load i32, ptr %25, align 8, !tbaa !20 %29 = tail call i32 @i40e_aq_rc_to_posix(i32 noundef %19, i32 noundef %28) #2 br label %53 30: ; preds = %18 %31 = getelementptr inbounds i8, ptr %3, i64 4 %32 = load i32, ptr %31, align 4, !tbaa !21 %33 = add nsw i32 %32, -1 store i32 %33, ptr %31, align 4, !tbaa !21 %34 = icmp eq i32 %33, 0 br i1 %34, label %35, label %53 35: ; preds = %30 %36 = load i32, ptr %3, align 8, !tbaa !22 %37 = load i32, ptr @I40E_FLAG_FD_SB_TO_CLOUD_FILTER, align 4, !tbaa !11 %38 = and i32 %37, %36 %39 = icmp eq i32 %38, 0 br i1 %39, label %53, label %40 40: ; preds = %35 %41 = load i32, ptr @I40E_FLAG_FD_SB_INACTIVE, align 4, !tbaa !11 %42 = and i32 %41, %36 %43 = icmp eq i32 %42, 0 br i1 %43, label %44, label %53 44: ; preds = %40 %45 = load i32, ptr @I40E_FLAG_FD_SB_ENABLED, align 4, !tbaa !11 %46 = or i32 %45, %36 store i32 %46, ptr %3, align 8, !tbaa !22 %47 = load i32, ptr @I40E_FLAG_FD_SB_TO_CLOUD_FILTER, align 4, !tbaa !11 %48 = xor i32 %47, -1 %49 = and i32 %46, %48 store i32 %49, ptr %3, align 8, !tbaa !22 %50 = load i32, ptr @I40E_FLAG_FD_SB_INACTIVE, align 4, !tbaa !11 %51 = xor i32 %50, -1 %52 = and i32 %49, %51 store i32 %52, ptr %3, align 8, !tbaa !22 br label %53 53: ; preds = %30, %44, %40, %35, %22, %6 %54 = phi i32 [ %29, %22 ], [ %8, %6 ], [ 0, %35 ], [ 0, %40 ], [ 0, %44 ], [ 0, %30 ] ret i32 %54 } declare ptr @i40e_find_cloud_filter(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @hash_del(ptr noundef) local_unnamed_addr #1 declare i32 @i40e_add_del_cloud_filter_big_buf(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i40e_add_del_cloud_filter(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 declare i32 @dev_err(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i40e_stat_str(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i40e_aq_rc_to_posix(i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"i40e_vsi", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !12, i64 0} !12 = !{!"int", !9, i64 0} !13 = !{!14, !15, i64 0} !14 = !{!"i40e_cloud_filter", !15, i64 0, !12, i64 8} !15 = !{!"long", !9, i64 0} !16 = !{!17, !8, i64 16} !17 = !{!"i40e_pf", !12, i64 0, !12, i64 4, !18, i64 8, !8, i64 16} !18 = !{!"TYPE_6__", !19, i64 0} !19 = !{!"TYPE_5__", !12, i64 0} !20 = !{!17, !12, i64 8} !21 = !{!17, !12, i64 4} !22 = !{!17, !12, i64 0}
linux_drivers_net_ethernet_intel_i40e_extr_i40e_main.c_i40e_delete_clsflower
; ModuleID = 'AnghaBench/Cinder/src/glfw/src/extr_mir_window.c__glfwPlatformGetRequiredInstanceExtensions.c' source_filename = "AnghaBench/Cinder/src/glfw/src/extr_mir_window.c__glfwPlatformGetRequiredInstanceExtensions.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_4__ = type { %struct.TYPE_3__ } %struct.TYPE_3__ = type { i32 } @_glfw = dso_local local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 4 @.str = private unnamed_addr constant [15 x i8] c"VK_KHR_surface\00", align 1 @.str.1 = private unnamed_addr constant [19 x i8] c"VK_KHR_mir_surface\00", align 1 ; Function Attrs: nounwind uwtable define dso_local noundef ptr @_glfwPlatformGetRequiredInstanceExtensions(ptr nocapture noundef writeonly %0) local_unnamed_addr #0 { store i32 0, ptr %0, align 4, !tbaa !5 %2 = load i32, ptr @_glfw, align 4, !tbaa !9 %3 = icmp eq i32 %2, 0 br i1 %3, label %9, label %4 4: ; preds = %1 %5 = tail call ptr @calloc(i32 noundef 2, i32 noundef 8) #3 %6 = tail call dereferenceable_or_null(15) ptr @strdup(ptr noundef nonnull @.str) store ptr %6, ptr %5, align 8, !tbaa !12 %7 = tail call dereferenceable_or_null(19) ptr @strdup(ptr noundef nonnull @.str.1) %8 = getelementptr inbounds ptr, ptr %5, i64 1 store ptr %7, ptr %8, align 8, !tbaa !12 store i32 2, ptr %0, align 4, !tbaa !5 br label %9 9: ; preds = %1, %4 %10 = phi ptr [ %5, %4 ], [ null, %1 ] ret ptr %10 } declare ptr @calloc(i32 noundef, i32 noundef) local_unnamed_addr #1 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) "alloc-family"="malloc" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 0} !10 = !{!"TYPE_4__", !11, i64 0} !11 = !{!"TYPE_3__", !6, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"any pointer", !7, i64 0}
; ModuleID = 'AnghaBench/Cinder/src/glfw/src/extr_mir_window.c__glfwPlatformGetRequiredInstanceExtensions.c' source_filename = "AnghaBench/Cinder/src/glfw/src/extr_mir_window.c__glfwPlatformGetRequiredInstanceExtensions.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_4__ = type { %struct.TYPE_3__ } %struct.TYPE_3__ = type { i32 } @_glfw = common local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 4 @.str = private unnamed_addr constant [15 x i8] c"VK_KHR_surface\00", align 1 @.str.1 = private unnamed_addr constant [19 x i8] c"VK_KHR_mir_surface\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define noundef ptr @_glfwPlatformGetRequiredInstanceExtensions(ptr nocapture noundef writeonly %0) local_unnamed_addr #0 { store i32 0, ptr %0, align 4, !tbaa !6 %2 = load i32, ptr @_glfw, align 4, !tbaa !10 %3 = icmp eq i32 %2, 0 br i1 %3, label %9, label %4 4: ; preds = %1 %5 = tail call ptr @calloc(i32 noundef 2, i32 noundef 8) #3 %6 = tail call dereferenceable_or_null(15) ptr @strdup(ptr noundef nonnull @.str) store ptr %6, ptr %5, align 8, !tbaa !13 %7 = tail call dereferenceable_or_null(19) ptr @strdup(ptr noundef nonnull @.str.1) %8 = getelementptr inbounds i8, ptr %5, i64 8 store ptr %7, ptr %8, align 8, !tbaa !13 store i32 2, ptr %0, align 4, !tbaa !6 br label %9 9: ; preds = %1, %4 %10 = phi ptr [ %5, %4 ], [ null, %1 ] ret ptr %10 } declare ptr @calloc(i32 noundef, i32 noundef) local_unnamed_addr #1 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) "alloc-family"="malloc" "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"TYPE_4__", !12, i64 0} !12 = !{!"TYPE_3__", !7, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"any pointer", !8, i64 0}
Cinder_src_glfw_src_extr_mir_window.c__glfwPlatformGetRequiredInstanceExtensions
; ModuleID = 'AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_is_wc_root2.c' source_filename = "AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_is_wc_root2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_12__ = type { i64, i32 } @SVN_ERR_WC_PATH_NOT_FOUND = dso_local local_unnamed_addr global i64 0, align 8 @SVN_ERR_WC_NOT_WORKING_COPY = dso_local local_unnamed_addr global i64 0, align 8 @SVN_ERR_ENTRY_NOT_FOUND = dso_local local_unnamed_addr global i32 0, align 4 @svn_node_dir = dso_local local_unnamed_addr global i64 0, align 8 @SVN_NO_ERROR = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind uwtable define dso_local ptr @svn_wc_is_wc_root2(ptr nocapture noundef writeonly %0, ptr nocapture noundef readonly %1, ptr noundef %2, ptr noundef %3) local_unnamed_addr #0 { %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i64, align 8 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %6) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %7) #3 %8 = tail call i32 @svn_dirent_is_absolute(ptr noundef %2) #3 %9 = tail call i32 @SVN_ERR_ASSERT(i32 noundef %8) #3 %10 = load i32, ptr %1, align 4, !tbaa !5 %11 = call ptr @svn_wc__db_is_switched(ptr noundef nonnull %5, ptr noundef nonnull %6, ptr noundef nonnull %7, i32 noundef %10, ptr noundef %2, ptr noundef %3) #3 %12 = icmp eq ptr %11, null br i1 %12, label %27, label %13 13: ; preds = %4 %14 = load i64, ptr %11, align 8, !tbaa !10 %15 = load i64, ptr @SVN_ERR_WC_PATH_NOT_FOUND, align 8, !tbaa !13 %16 = icmp eq i64 %14, %15 %17 = load i64, ptr @SVN_ERR_WC_NOT_WORKING_COPY, align 8 %18 = icmp eq i64 %14, %17 %19 = select i1 %16, i1 true, i1 %18 br i1 %19, label %22, label %20 20: ; preds = %13 %21 = call ptr @svn_error_trace(ptr noundef nonnull %11) #3 br label %41 22: ; preds = %13 %23 = load i32, ptr @SVN_ERR_ENTRY_NOT_FOUND, align 4, !tbaa !14 %24 = getelementptr inbounds %struct.TYPE_12__, ptr %11, i64 0, i32 1 %25 = load i32, ptr %24, align 8, !tbaa !15 %26 = call ptr @svn_error_create(i32 noundef %23, ptr noundef nonnull %11, i32 noundef %25) #3 br label %41 27: ; preds = %4 %28 = load i32, ptr %5, align 4, !tbaa !14 %29 = icmp eq i32 %28, 0 br i1 %29, label %30, label %38 30: ; preds = %27 %31 = load i64, ptr %7, align 8, !tbaa !13 %32 = load i64, ptr @svn_node_dir, align 8, !tbaa !13 %33 = icmp eq i64 %31, %32 %34 = load i32, ptr %6, align 4 %35 = icmp ne i32 %34, 0 %36 = select i1 %33, i1 %35, i1 false %37 = zext i1 %36 to i32 br label %38 38: ; preds = %30, %27 %39 = phi i32 [ 1, %27 ], [ %37, %30 ] store i32 %39, ptr %0, align 4, !tbaa !14 %40 = load ptr, ptr @SVN_NO_ERROR, align 8, !tbaa !16 br label %41 41: ; preds = %38, %22, %20 %42 = phi ptr [ %21, %20 ], [ %26, %22 ], [ %40, %38 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %7) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %6) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret ptr %42 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @SVN_ERR_ASSERT(i32 noundef) local_unnamed_addr #2 declare i32 @svn_dirent_is_absolute(ptr noundef) local_unnamed_addr #2 declare ptr @svn_wc__db_is_switched(ptr noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare ptr @svn_error_trace(ptr noundef) local_unnamed_addr #2 declare ptr @svn_error_create(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_11__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"TYPE_12__", !12, i64 0, !7, i64 8} !12 = !{!"long", !8, i64 0} !13 = !{!12, !12, i64 0} !14 = !{!7, !7, i64 0} !15 = !{!11, !7, i64 8} !16 = !{!17, !17, i64 0} !17 = !{!"any pointer", !8, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_is_wc_root2.c' source_filename = "AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_is_wc_root2.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SVN_ERR_WC_PATH_NOT_FOUND = common local_unnamed_addr global i64 0, align 8 @SVN_ERR_WC_NOT_WORKING_COPY = common local_unnamed_addr global i64 0, align 8 @SVN_ERR_ENTRY_NOT_FOUND = common local_unnamed_addr global i32 0, align 4 @svn_node_dir = common local_unnamed_addr global i64 0, align 8 @SVN_NO_ERROR = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @svn_wc_is_wc_root2(ptr nocapture noundef writeonly %0, ptr nocapture noundef readonly %1, ptr noundef %2, ptr noundef %3) local_unnamed_addr #0 { %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i64, align 8 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %6) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %7) #3 %8 = tail call i32 @svn_dirent_is_absolute(ptr noundef %2) #3 %9 = tail call i32 @SVN_ERR_ASSERT(i32 noundef %8) #3 %10 = load i32, ptr %1, align 4, !tbaa !6 %11 = call ptr @svn_wc__db_is_switched(ptr noundef nonnull %5, ptr noundef nonnull %6, ptr noundef nonnull %7, i32 noundef %10, ptr noundef %2, ptr noundef %3) #3 %12 = icmp eq ptr %11, null br i1 %12, label %27, label %13 13: ; preds = %4 %14 = load i64, ptr %11, align 8, !tbaa !11 %15 = load i64, ptr @SVN_ERR_WC_PATH_NOT_FOUND, align 8, !tbaa !14 %16 = icmp eq i64 %14, %15 %17 = load i64, ptr @SVN_ERR_WC_NOT_WORKING_COPY, align 8 %18 = icmp eq i64 %14, %17 %19 = select i1 %16, i1 true, i1 %18 br i1 %19, label %22, label %20 20: ; preds = %13 %21 = call ptr @svn_error_trace(ptr noundef nonnull %11) #3 br label %41 22: ; preds = %13 %23 = load i32, ptr @SVN_ERR_ENTRY_NOT_FOUND, align 4, !tbaa !15 %24 = getelementptr inbounds i8, ptr %11, i64 8 %25 = load i32, ptr %24, align 8, !tbaa !16 %26 = call ptr @svn_error_create(i32 noundef %23, ptr noundef nonnull %11, i32 noundef %25) #3 br label %41 27: ; preds = %4 %28 = load i32, ptr %5, align 4, !tbaa !15 %29 = icmp eq i32 %28, 0 br i1 %29, label %30, label %38 30: ; preds = %27 %31 = load i64, ptr %7, align 8, !tbaa !14 %32 = load i64, ptr @svn_node_dir, align 8, !tbaa !14 %33 = icmp eq i64 %31, %32 %34 = load i32, ptr %6, align 4 %35 = icmp ne i32 %34, 0 %36 = select i1 %33, i1 %35, i1 false %37 = zext i1 %36 to i32 br label %38 38: ; preds = %30, %27 %39 = phi i32 [ 1, %27 ], [ %37, %30 ] store i32 %39, ptr %0, align 4, !tbaa !15 %40 = load ptr, ptr @SVN_NO_ERROR, align 8, !tbaa !17 br label %41 41: ; preds = %38, %22, %20 %42 = phi ptr [ %21, %20 ], [ %26, %22 ], [ %40, %38 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %7) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %6) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret ptr %42 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @SVN_ERR_ASSERT(i32 noundef) local_unnamed_addr #2 declare i32 @svn_dirent_is_absolute(ptr noundef) local_unnamed_addr #2 declare ptr @svn_wc__db_is_switched(ptr noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare ptr @svn_error_trace(ptr noundef) local_unnamed_addr #2 declare ptr @svn_error_create(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_11__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !13, i64 0} !12 = !{!"TYPE_12__", !13, i64 0, !8, i64 8} !13 = !{!"long", !9, i64 0} !14 = !{!13, !13, i64 0} !15 = !{!8, !8, i64 0} !16 = !{!12, !8, i64 8} !17 = !{!18, !18, i64 0} !18 = !{!"any pointer", !9, i64 0}
freebsd_contrib_subversion_subversion_libsvn_wc_extr_deprecated.c_svn_wc_is_wc_root2
; ModuleID = 'AnghaBench/reactos/dll/win32/rpcrt4/extr_ndr_stubless.c_is_oicf_stubdesc.c' source_filename = "AnghaBench/reactos/dll/win32/rpcrt4/extr_ndr_stubless.c_is_oicf_stubdesc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @is_oicf_stubdesc], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: read) uwtable define internal i32 @is_oicf_stubdesc(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 %3 = icmp sgt i32 %2, 131071 %4 = zext i1 %3 to i32 ret i32 %4 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: read) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_3__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/reactos/dll/win32/rpcrt4/extr_ndr_stubless.c_is_oicf_stubdesc.c' source_filename = "AnghaBench/reactos/dll/win32/rpcrt4/extr_ndr_stubless.c_is_oicf_stubdesc.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @is_oicf_stubdesc], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: read) uwtable(sync) define internal range(i32 0, 2) i32 @is_oicf_stubdesc(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 %3 = icmp sgt i32 %2, 131071 %4 = zext i1 %3 to i32 ret i32 %4 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: read) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_3__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
reactos_dll_win32_rpcrt4_extr_ndr_stubless.c_is_oicf_stubdesc
; ModuleID = 'AnghaBench/openpilot/phonelibs/nanovg/extr_nanovg.c_nvgArcTo.c' source_filename = "AnghaBench/openpilot/phonelibs/nanovg/extr_nanovg.c_nvgArcTo.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_5__ = type { float, float, i64, i32 } @NVG_CW = dso_local local_unnamed_addr global i32 0, align 4 @NVG_CCW = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @nvgArcTo(ptr noundef %0, float noundef %1, float noundef %2, float noundef %3, float noundef %4, float noundef %5) local_unnamed_addr #0 { %7 = alloca float, align 4 %8 = alloca float, align 4 %9 = alloca float, align 4 %10 = alloca float, align 4 %11 = load float, ptr %0, align 8, !tbaa !5 %12 = getelementptr inbounds %struct.TYPE_5__, ptr %0, i64 0, i32 1 %13 = load float, ptr %12, align 4, !tbaa !12 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %7) #5 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %8) #5 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %9) #5 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %10) #5 %14 = getelementptr inbounds %struct.TYPE_5__, ptr %0, i64 0, i32 2 %15 = load i64, ptr %14, align 8, !tbaa !13 %16 = icmp eq i64 %15, 0 br i1 %16, label %107, label %17 17: ; preds = %6 %18 = getelementptr inbounds %struct.TYPE_5__, ptr %0, i64 0, i32 3 %19 = load i32, ptr %18, align 8, !tbaa !14 %20 = tail call i64 @nvg__ptEquals(float noundef %11, float noundef %13, float noundef %1, float noundef %2, i32 noundef %19) #5 %21 = icmp eq i64 %20, 0 br i1 %21, label %22, label %34 22: ; preds = %17 %23 = load i32, ptr %18, align 8, !tbaa !14 %24 = tail call i64 @nvg__ptEquals(float noundef %1, float noundef %2, float noundef %3, float noundef %4, i32 noundef %23) #5 %25 = icmp eq i64 %24, 0 br i1 %25, label %26, label %34 26: ; preds = %22 %27 = tail call i32 @nvg__distPtSeg(float noundef %1, float noundef %2, float noundef %11, float noundef %13, float noundef %3, float noundef %4) #5 %28 = load i32, ptr %18, align 8, !tbaa !14 %29 = mul nsw i32 %28, %28 %30 = icmp slt i32 %27, %29 %31 = sitofp i32 %28 to float %32 = fcmp ogt float %31, %5 %33 = or i1 %30, %32 br i1 %33, label %34, label %36 34: ; preds = %26, %22, %17 %35 = tail call i32 @nvgLineTo(ptr noundef nonnull %0, float noundef %1, float noundef %2) #5 br label %107 36: ; preds = %26 %37 = fsub float %11, %1 store float %37, ptr %7, align 4, !tbaa !15 %38 = fsub float %13, %2 store float %38, ptr %8, align 4, !tbaa !15 %39 = fsub float %3, %1 store float %39, ptr %9, align 4, !tbaa !15 %40 = fsub float %4, %2 store float %40, ptr %10, align 4, !tbaa !15 %41 = call i32 @nvg__normalize(ptr noundef nonnull %7, ptr noundef nonnull %8) #5 %42 = call i32 @nvg__normalize(ptr noundef nonnull %9, ptr noundef nonnull %10) #5 %43 = load float, ptr %7, align 4, !tbaa !15 %44 = load float, ptr %9, align 4, !tbaa !15 %45 = load float, ptr %8, align 4, !tbaa !15 %46 = load float, ptr %10, align 4, !tbaa !15 %47 = fmul float %45, %46 %48 = call float @llvm.fmuladd.f32(float %43, float %44, float %47) %49 = call float @nvg__acosf(float noundef %48) #5 %50 = fmul float %49, 5.000000e-01 %51 = call float @nvg__tanf(float noundef %50) #5 %52 = fdiv float %5, %51 %53 = fcmp ogt float %52, 1.000000e+04 br i1 %53, label %54, label %56 54: ; preds = %36 %55 = call i32 @nvgLineTo(ptr noundef nonnull %0, float noundef %1, float noundef %2) #5 br label %107 56: ; preds = %36 %57 = load float, ptr %7, align 4, !tbaa !15 %58 = load float, ptr %8, align 4, !tbaa !15 %59 = load float, ptr %9, align 4, !tbaa !15 %60 = load float, ptr %10, align 4, !tbaa !15 %61 = call float @nvg__cross(float noundef %57, float noundef %58, float noundef %59, float noundef %60) #5 %62 = fcmp ogt float %61, 0.000000e+00 %63 = load float, ptr %7, align 4, !tbaa !15 %64 = call float @llvm.fmuladd.f32(float %63, float %52, float %1) %65 = load float, ptr %8, align 4, !tbaa !15 br i1 %62, label %66, label %82 66: ; preds = %56 %67 = call float @llvm.fmuladd.f32(float %65, float %52, float %2) %68 = fneg float %63 %69 = insertelement <2 x float> poison, float %65, i64 0 %70 = insertelement <2 x float> %69, float %68, i64 1 %71 = insertelement <2 x float> poison, float %5, i64 0 %72 = shufflevector <2 x float> %71, <2 x float> poison, <2 x i32> zeroinitializer %73 = insertelement <2 x float> poison, float %64, i64 0 %74 = insertelement <2 x float> %73, float %67, i64 1 %75 = call <2 x float> @llvm.fmuladd.v2f32(<2 x float> %70, <2 x float> %72, <2 x float> %74) %76 = fneg float %65 %77 = call float @nvg__atan2f(float noundef %63, float noundef %76) #5 %78 = load float, ptr %9, align 4, !tbaa !15 %79 = fneg float %78 %80 = load float, ptr %10, align 4, !tbaa !15 %81 = call float @nvg__atan2f(float noundef %79, float noundef %80) #5 br label %98 82: ; preds = %56 %83 = fneg float %65 %84 = call float @llvm.fmuladd.f32(float %65, float %52, float %2) %85 = insertelement <2 x float> poison, float %83, i64 0 %86 = insertelement <2 x float> %85, float %63, i64 1 %87 = insertelement <2 x float> poison, float %5, i64 0 %88 = shufflevector <2 x float> %87, <2 x float> poison, <2 x i32> zeroinitializer %89 = insertelement <2 x float> poison, float %64, i64 0 %90 = insertelement <2 x float> %89, float %84, i64 1 %91 = call <2 x float> @llvm.fmuladd.v2f32(<2 x float> %86, <2 x float> %88, <2 x float> %90) %92 = fneg float %63 %93 = call float @nvg__atan2f(float noundef %92, float noundef %65) #5 %94 = load float, ptr %9, align 4, !tbaa !15 %95 = load float, ptr %10, align 4, !tbaa !15 %96 = fneg float %95 %97 = call float @nvg__atan2f(float noundef %94, float noundef %96) #5 br label %98 98: ; preds = %82, %66 %99 = phi float [ %77, %66 ], [ %93, %82 ] %100 = phi float [ %81, %66 ], [ %97, %82 ] %101 = phi ptr [ @NVG_CW, %66 ], [ @NVG_CCW, %82 ] %102 = phi <2 x float> [ %75, %66 ], [ %91, %82 ] %103 = load i32, ptr %101, align 4, !tbaa !16 %104 = extractelement <2 x float> %102, i64 0 %105 = extractelement <2 x float> %102, i64 1 %106 = call i32 @nvgArc(ptr noundef nonnull %0, float noundef %104, float noundef %105, float noundef %5, float noundef %99, float noundef %100, i32 noundef %103) #5 br label %107 107: ; preds = %6, %98, %54, %34 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %10) #5 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %9) #5 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %8) #5 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %7) #5 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i64 @nvg__ptEquals(float noundef, float noundef, float noundef, float noundef, i32 noundef) local_unnamed_addr #2 declare i32 @nvg__distPtSeg(float noundef, float noundef, float noundef, float noundef, float noundef, float noundef) local_unnamed_addr #2 declare i32 @nvgLineTo(ptr noundef, float noundef, float noundef) local_unnamed_addr #2 declare i32 @nvg__normalize(ptr noundef, ptr noundef) local_unnamed_addr #2 declare float @nvg__acosf(float noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind speculatable willreturn memory(none) declare float @llvm.fmuladd.f32(float, float, float) #3 declare float @nvg__tanf(float noundef) local_unnamed_addr #2 declare float @nvg__cross(float noundef, float noundef, float noundef, float noundef) local_unnamed_addr #2 declare float @nvg__atan2f(float noundef, float noundef) local_unnamed_addr #2 declare i32 @nvgArc(ptr noundef, float noundef, float noundef, float noundef, float noundef, float noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare <2 x float> @llvm.fmuladd.v2f32(<2 x float>, <2 x float>, <2 x float>) #4 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { mustprogress nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #4 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #5 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_5__", !7, i64 0, !7, i64 4, !10, i64 8, !11, i64 16} !7 = !{!"float", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!6, !7, i64 4} !13 = !{!6, !10, i64 8} !14 = !{!6, !11, i64 16} !15 = !{!7, !7, i64 0} !16 = !{!11, !11, i64 0}
; ModuleID = 'AnghaBench/openpilot/phonelibs/nanovg/extr_nanovg.c_nvgArcTo.c' source_filename = "AnghaBench/openpilot/phonelibs/nanovg/extr_nanovg.c_nvgArcTo.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @NVG_CW = common local_unnamed_addr global i32 0, align 4 @NVG_CCW = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @nvgArcTo(ptr noundef %0, float noundef %1, float noundef %2, float noundef %3, float noundef %4, float noundef %5) local_unnamed_addr #0 { %7 = alloca float, align 4 %8 = alloca float, align 4 %9 = alloca float, align 4 %10 = alloca float, align 4 %11 = load float, ptr %0, align 8, !tbaa !6 %12 = getelementptr inbounds i8, ptr %0, i64 4 %13 = load float, ptr %12, align 4, !tbaa !13 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %7) #4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %8) #4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %9) #4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %10) #4 %14 = getelementptr inbounds i8, ptr %0, i64 8 %15 = load i64, ptr %14, align 8, !tbaa !14 %16 = icmp eq i64 %15, 0 br i1 %16, label %96, label %17 17: ; preds = %6 %18 = getelementptr inbounds i8, ptr %0, i64 16 %19 = load i32, ptr %18, align 8, !tbaa !15 %20 = tail call i64 @nvg__ptEquals(float noundef %11, float noundef %13, float noundef %1, float noundef %2, i32 noundef %19) #4 %21 = icmp eq i64 %20, 0 br i1 %21, label %22, label %34 22: ; preds = %17 %23 = load i32, ptr %18, align 8, !tbaa !15 %24 = tail call i64 @nvg__ptEquals(float noundef %1, float noundef %2, float noundef %3, float noundef %4, i32 noundef %23) #4 %25 = icmp eq i64 %24, 0 br i1 %25, label %26, label %34 26: ; preds = %22 %27 = tail call i32 @nvg__distPtSeg(float noundef %1, float noundef %2, float noundef %11, float noundef %13, float noundef %3, float noundef %4) #4 %28 = load i32, ptr %18, align 8, !tbaa !15 %29 = mul nsw i32 %28, %28 %30 = icmp slt i32 %27, %29 %31 = sitofp i32 %28 to float %32 = fcmp ogt float %31, %5 %33 = or i1 %30, %32 br i1 %33, label %34, label %36 34: ; preds = %26, %22, %17 %35 = tail call i32 @nvgLineTo(ptr noundef nonnull %0, float noundef %1, float noundef %2) #4 br label %96 36: ; preds = %26 %37 = fsub float %11, %1 store float %37, ptr %7, align 4, !tbaa !16 %38 = fsub float %13, %2 store float %38, ptr %8, align 4, !tbaa !16 %39 = fsub float %3, %1 store float %39, ptr %9, align 4, !tbaa !16 %40 = fsub float %4, %2 store float %40, ptr %10, align 4, !tbaa !16 %41 = call i32 @nvg__normalize(ptr noundef nonnull %7, ptr noundef nonnull %8) #4 %42 = call i32 @nvg__normalize(ptr noundef nonnull %9, ptr noundef nonnull %10) #4 %43 = load float, ptr %7, align 4, !tbaa !16 %44 = load float, ptr %9, align 4, !tbaa !16 %45 = load float, ptr %8, align 4, !tbaa !16 %46 = load float, ptr %10, align 4, !tbaa !16 %47 = fmul float %45, %46 %48 = call float @llvm.fmuladd.f32(float %43, float %44, float %47) %49 = call float @nvg__acosf(float noundef %48) #4 %50 = fmul float %49, 5.000000e-01 %51 = call float @nvg__tanf(float noundef %50) #4 %52 = fdiv float %5, %51 %53 = fcmp ogt float %52, 1.000000e+04 br i1 %53, label %54, label %56 54: ; preds = %36 %55 = call i32 @nvgLineTo(ptr noundef nonnull %0, float noundef %1, float noundef %2) #4 br label %96 56: ; preds = %36 %57 = load float, ptr %7, align 4, !tbaa !16 %58 = load float, ptr %8, align 4, !tbaa !16 %59 = load float, ptr %9, align 4, !tbaa !16 %60 = load float, ptr %10, align 4, !tbaa !16 %61 = call float @nvg__cross(float noundef %57, float noundef %58, float noundef %59, float noundef %60) #4 %62 = fcmp ogt float %61, 0.000000e+00 %63 = load float, ptr %7, align 4, !tbaa !16 %64 = call float @llvm.fmuladd.f32(float %63, float %52, float %1) %65 = load float, ptr %8, align 4, !tbaa !16 br i1 %62, label %66, label %77 66: ; preds = %56 %67 = call float @llvm.fmuladd.f32(float %65, float %5, float %64) %68 = call float @llvm.fmuladd.f32(float %65, float %52, float %2) %69 = fneg float %63 %70 = call float @llvm.fmuladd.f32(float %69, float %5, float %68) %71 = fneg float %65 %72 = call float @nvg__atan2f(float noundef %63, float noundef %71) #4 %73 = load float, ptr %9, align 4, !tbaa !16 %74 = fneg float %73 %75 = load float, ptr %10, align 4, !tbaa !16 %76 = call float @nvg__atan2f(float noundef %74, float noundef %75) #4 br label %88 77: ; preds = %56 %78 = fneg float %65 %79 = call float @llvm.fmuladd.f32(float %78, float %5, float %64) %80 = call float @llvm.fmuladd.f32(float %65, float %52, float %2) %81 = call float @llvm.fmuladd.f32(float %63, float %5, float %80) %82 = fneg float %63 %83 = call float @nvg__atan2f(float noundef %82, float noundef %65) #4 %84 = load float, ptr %9, align 4, !tbaa !16 %85 = load float, ptr %10, align 4, !tbaa !16 %86 = fneg float %85 %87 = call float @nvg__atan2f(float noundef %84, float noundef %86) #4 br label %88 88: ; preds = %77, %66 %89 = phi float [ %67, %66 ], [ %79, %77 ] %90 = phi float [ %70, %66 ], [ %81, %77 ] %91 = phi float [ %72, %66 ], [ %83, %77 ] %92 = phi float [ %76, %66 ], [ %87, %77 ] %93 = phi ptr [ @NVG_CW, %66 ], [ @NVG_CCW, %77 ] %94 = load i32, ptr %93, align 4, !tbaa !17 %95 = call i32 @nvgArc(ptr noundef nonnull %0, float noundef %89, float noundef %90, float noundef %5, float noundef %91, float noundef %92, i32 noundef %94) #4 br label %96 96: ; preds = %6, %88, %54, %34 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %10) #4 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %9) #4 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %8) #4 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %7) #4 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i64 @nvg__ptEquals(float noundef, float noundef, float noundef, float noundef, i32 noundef) local_unnamed_addr #2 declare i32 @nvg__distPtSeg(float noundef, float noundef, float noundef, float noundef, float noundef, float noundef) local_unnamed_addr #2 declare i32 @nvgLineTo(ptr noundef, float noundef, float noundef) local_unnamed_addr #2 declare i32 @nvg__normalize(ptr noundef, ptr noundef) local_unnamed_addr #2 declare float @nvg__acosf(float noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind speculatable willreturn memory(none) declare float @llvm.fmuladd.f32(float, float, float) #3 declare float @nvg__tanf(float noundef) local_unnamed_addr #2 declare float @nvg__cross(float noundef, float noundef, float noundef, float noundef) local_unnamed_addr #2 declare float @nvg__atan2f(float noundef, float noundef) local_unnamed_addr #2 declare i32 @nvgArc(ptr noundef, float noundef, float noundef, float noundef, float noundef, float noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { mustprogress nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #4 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_5__", !8, i64 0, !8, i64 4, !11, i64 8, !12, i64 16} !8 = !{!"float", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!"int", !9, i64 0} !13 = !{!7, !8, i64 4} !14 = !{!7, !11, i64 8} !15 = !{!7, !12, i64 16} !16 = !{!8, !8, i64 0} !17 = !{!12, !12, i64 0}
openpilot_phonelibs_nanovg_extr_nanovg.c_nvgArcTo
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/i915/extr_displayintel_display_types.h_intel_atomic_get_old_crtc_state.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/i915/extr_displayintel_display_types.h_intel_atomic_get_old_crtc_state.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @intel_atomic_get_old_crtc_state], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal ptr @intel_atomic_get_old_crtc_state(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @drm_atomic_get_old_crtc_state(ptr noundef %0, ptr noundef %1) #2 %4 = tail call ptr @to_intel_crtc_state(i32 noundef %3) #2 ret ptr %4 } declare ptr @to_intel_crtc_state(i32 noundef) local_unnamed_addr #1 declare i32 @drm_atomic_get_old_crtc_state(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/i915/extr_displayintel_display_types.h_intel_atomic_get_old_crtc_state.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/i915/extr_displayintel_display_types.h_intel_atomic_get_old_crtc_state.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @intel_atomic_get_old_crtc_state], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal ptr @intel_atomic_get_old_crtc_state(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @drm_atomic_get_old_crtc_state(ptr noundef %0, ptr noundef %1) #2 %4 = tail call ptr @to_intel_crtc_state(i32 noundef %3) #2 ret ptr %4 } declare ptr @to_intel_crtc_state(i32 noundef) local_unnamed_addr #1 declare i32 @drm_atomic_get_old_crtc_state(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_drivers_gpu_drm_i915_extr_displayintel_display_types.h_intel_atomic_get_old_crtc_state
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/exynos/extr_exynos_drm_g2d.c_g2d_init_cmdlist.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/exynos/extr_exynos_drm_g2d.c_g2d_init_cmdlist.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.g2d_data = type { i32, i64, i64, i32, i32, ptr } %struct.g2d_cmdlist_node = type { i32, %struct.g2d_buf_info, i64, i64 } %struct.g2d_buf_info = type { ptr } @DMA_ATTR_WRITE_COMBINE = dso_local local_unnamed_addr global i32 0, align 4 @G2D_CMDLIST_POOL_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @GFP_KERNEL = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [31 x i8] c"failed to allocate dma memory\0A\00", align 1 @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 @G2D_CMDLIST_NUM = dso_local local_unnamed_addr global i32 0, align 4 @G2D_CMDLIST_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @MAX_REG_TYPE_NR = dso_local local_unnamed_addr global i32 0, align 4 @REG_TYPE_NONE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @g2d_init_cmdlist], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @g2d_init_cmdlist(ptr noundef %0) #0 { %2 = getelementptr inbounds %struct.g2d_data, ptr %0, i64 0, i32 5 %3 = load ptr, ptr %2, align 8, !tbaa !5 %4 = load i32, ptr @DMA_ATTR_WRITE_COMBINE, align 4, !tbaa !12 store i32 %4, ptr %0, align 8, !tbaa !13 %5 = getelementptr inbounds %struct.g2d_data, ptr %0, i64 0, i32 3 %6 = load i32, ptr %5, align 8, !tbaa !14 %7 = tail call i32 @to_dma_dev(i32 noundef %6) #2 %8 = load i32, ptr @G2D_CMDLIST_POOL_SIZE, align 4, !tbaa !12 %9 = getelementptr inbounds %struct.g2d_data, ptr %0, i64 0, i32 1 %10 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !12 %11 = load i32, ptr %0, align 8, !tbaa !13 %12 = tail call i64 @dma_alloc_attrs(i32 noundef %7, i32 noundef %8, ptr noundef nonnull %9, i32 noundef %10, i32 noundef %11) #2 %13 = getelementptr inbounds %struct.g2d_data, ptr %0, i64 0, i32 2 store i64 %12, ptr %13, align 8, !tbaa !15 %14 = icmp eq i64 %12, 0 br i1 %14, label %15, label %19 15: ; preds = %1 %16 = tail call i32 @dev_err(ptr noundef %3, ptr noundef nonnull @.str) #2 %17 = load i32, ptr @ENOMEM, align 4, !tbaa !12 %18 = sub nsw i32 0, %17 br label %70 19: ; preds = %1 %20 = load i32, ptr @G2D_CMDLIST_NUM, align 4, !tbaa !12 %21 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !12 %22 = tail call ptr @kcalloc(i32 noundef %20, i32 noundef 32, i32 noundef %21) #2 %23 = icmp eq ptr %22, null br i1 %23, label %29, label %24 24: ; preds = %19 %25 = load i32, ptr @G2D_CMDLIST_NUM, align 4, !tbaa !12 %26 = icmp sgt i32 %25, 0 br i1 %26, label %27, label %70 27: ; preds = %24 %28 = getelementptr inbounds %struct.g2d_data, ptr %0, i64 0, i32 4 br label %39 29: ; preds = %19 %30 = load i32, ptr @ENOMEM, align 4, !tbaa !12 %31 = sub nsw i32 0, %30 %32 = load i32, ptr %5, align 8, !tbaa !14 %33 = tail call i32 @to_dma_dev(i32 noundef %32) #2 %34 = load i32, ptr @G2D_CMDLIST_POOL_SIZE, align 4, !tbaa !12 %35 = load i64, ptr %13, align 8, !tbaa !15 %36 = load i64, ptr %9, align 8, !tbaa !16 %37 = load i32, ptr %0, align 8, !tbaa !13 %38 = tail call i32 @dma_free_attrs(i32 noundef %33, i32 noundef %34, i64 noundef %35, i64 noundef %36, i32 noundef %37) #2 br label %70 39: ; preds = %27, %64 %40 = phi i64 [ 0, %27 ], [ %66, %64 ] %41 = load i32, ptr @G2D_CMDLIST_SIZE, align 4, !tbaa !12 %42 = trunc i64 %40 to i32 %43 = mul nsw i32 %41, %42 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds %struct.g2d_cmdlist_node, ptr %22, i64 %40 %46 = getelementptr inbounds %struct.g2d_cmdlist_node, ptr %22, i64 %40, i32 2 %47 = load <2 x i64>, ptr %9, align 8, !tbaa !17 %48 = insertelement <2 x i64> poison, i64 %44, i64 0 %49 = shufflevector <2 x i64> %48, <2 x i64> poison, <2 x i32> zeroinitializer %50 = add nsw <2 x i64> %47, %49 store <2 x i64> %50, ptr %46, align 8, !tbaa !17 %51 = load i32, ptr @MAX_REG_TYPE_NR, align 4, !tbaa !12 %52 = icmp eq i32 %51, 0 br i1 %52, label %64, label %53 53: ; preds = %39 %54 = getelementptr inbounds %struct.g2d_cmdlist_node, ptr %22, i64 %40, i32 1 %55 = load ptr, ptr %54, align 8, !tbaa !18 %56 = load i32, ptr @REG_TYPE_NONE, align 4, !tbaa !12 br label %57 57: ; preds = %53, %57 %58 = phi i64 [ 0, %53 ], [ %60, %57 ] %59 = getelementptr inbounds i32, ptr %55, i64 %58 store i32 %56, ptr %59, align 4, !tbaa !12 %60 = add nuw nsw i64 %58, 1 %61 = load i32, ptr @MAX_REG_TYPE_NR, align 4, !tbaa !12 %62 = zext i32 %61 to i64 %63 = icmp ult i64 %60, %62 br i1 %63, label %57, label %64, !llvm.loop !20 64: ; preds = %57, %39 %65 = tail call i32 @list_add_tail(ptr noundef nonnull %45, ptr noundef nonnull %28) #2 %66 = add nuw nsw i64 %40, 1 %67 = load i32, ptr @G2D_CMDLIST_NUM, align 4, !tbaa !12 %68 = sext i32 %67 to i64 %69 = icmp slt i64 %66, %68 br i1 %69, label %39, label %70, !llvm.loop !22 70: ; preds = %64, %24, %29, %15 %71 = phi i32 [ %31, %29 ], [ %18, %15 ], [ 0, %24 ], [ 0, %64 ] ret i32 %71 } declare i64 @dma_alloc_attrs(i32 noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @to_dma_dev(i32 noundef) local_unnamed_addr #1 declare i32 @dev_err(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @kcalloc(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @list_add_tail(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @dma_free_attrs(i32 noundef, i32 noundef, i64 noundef, i64 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !11, i64 32} !6 = !{!"g2d_data", !7, i64 0, !10, i64 8, !10, i64 16, !7, i64 24, !7, i64 28, !11, i64 32} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!7, !7, i64 0} !13 = !{!6, !7, i64 0} !14 = !{!6, !7, i64 24} !15 = !{!6, !10, i64 16} !16 = !{!6, !10, i64 8} !17 = !{!10, !10, i64 0} !18 = !{!19, !11, i64 0} !19 = !{!"g2d_buf_info", !11, i64 0} !20 = distinct !{!20, !21} !21 = !{!"llvm.loop.mustprogress"} !22 = distinct !{!22, !21}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/exynos/extr_exynos_drm_g2d.c_g2d_init_cmdlist.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/exynos/extr_exynos_drm_g2d.c_g2d_init_cmdlist.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.g2d_cmdlist_node = type { i32, %struct.g2d_buf_info, i64, i64 } %struct.g2d_buf_info = type { ptr } @DMA_ATTR_WRITE_COMBINE = common local_unnamed_addr global i32 0, align 4 @G2D_CMDLIST_POOL_SIZE = common local_unnamed_addr global i32 0, align 4 @GFP_KERNEL = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [31 x i8] c"failed to allocate dma memory\0A\00", align 1 @ENOMEM = common local_unnamed_addr global i32 0, align 4 @G2D_CMDLIST_NUM = common local_unnamed_addr global i32 0, align 4 @G2D_CMDLIST_SIZE = common local_unnamed_addr global i32 0, align 4 @MAX_REG_TYPE_NR = common local_unnamed_addr global i32 0, align 4 @REG_TYPE_NONE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @g2d_init_cmdlist], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @g2d_init_cmdlist(ptr noundef %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 32 %3 = load ptr, ptr %2, align 8, !tbaa !6 %4 = load i32, ptr @DMA_ATTR_WRITE_COMBINE, align 4, !tbaa !13 store i32 %4, ptr %0, align 8, !tbaa !14 %5 = getelementptr inbounds i8, ptr %0, i64 24 %6 = load i32, ptr %5, align 8, !tbaa !15 %7 = tail call i32 @to_dma_dev(i32 noundef %6) #2 %8 = load i32, ptr @G2D_CMDLIST_POOL_SIZE, align 4, !tbaa !13 %9 = getelementptr inbounds i8, ptr %0, i64 8 %10 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !13 %11 = load i32, ptr %0, align 8, !tbaa !14 %12 = tail call i64 @dma_alloc_attrs(i32 noundef %7, i32 noundef %8, ptr noundef nonnull %9, i32 noundef %10, i32 noundef %11) #2 %13 = getelementptr inbounds i8, ptr %0, i64 16 store i64 %12, ptr %13, align 8, !tbaa !16 %14 = icmp eq i64 %12, 0 br i1 %14, label %15, label %19 15: ; preds = %1 %16 = tail call i32 @dev_err(ptr noundef %3, ptr noundef nonnull @.str) #2 %17 = load i32, ptr @ENOMEM, align 4, !tbaa !13 %18 = sub nsw i32 0, %17 br label %70 19: ; preds = %1 %20 = load i32, ptr @G2D_CMDLIST_NUM, align 4, !tbaa !13 %21 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !13 %22 = tail call ptr @kcalloc(i32 noundef %20, i32 noundef 32, i32 noundef %21) #2 %23 = icmp eq ptr %22, null br i1 %23, label %29, label %24 24: ; preds = %19 %25 = load i32, ptr @G2D_CMDLIST_NUM, align 4, !tbaa !13 %26 = icmp sgt i32 %25, 0 br i1 %26, label %27, label %70 27: ; preds = %24 %28 = getelementptr inbounds i8, ptr %0, i64 28 br label %39 29: ; preds = %19 %30 = load i32, ptr @ENOMEM, align 4, !tbaa !13 %31 = sub nsw i32 0, %30 %32 = load i32, ptr %5, align 8, !tbaa !15 %33 = tail call i32 @to_dma_dev(i32 noundef %32) #2 %34 = load i32, ptr @G2D_CMDLIST_POOL_SIZE, align 4, !tbaa !13 %35 = load i64, ptr %13, align 8, !tbaa !16 %36 = load i64, ptr %9, align 8, !tbaa !17 %37 = load i32, ptr %0, align 8, !tbaa !14 %38 = tail call i32 @dma_free_attrs(i32 noundef %33, i32 noundef %34, i64 noundef %35, i64 noundef %36, i32 noundef %37) #2 br label %70 39: ; preds = %27, %64 %40 = phi i64 [ 0, %27 ], [ %66, %64 ] %41 = load i32, ptr @G2D_CMDLIST_SIZE, align 4, !tbaa !13 %42 = trunc nuw nsw i64 %40 to i32 %43 = mul nsw i32 %41, %42 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds %struct.g2d_cmdlist_node, ptr %22, i64 %40 %46 = getelementptr inbounds i8, ptr %45, i64 16 %47 = load <2 x i64>, ptr %9, align 8, !tbaa !18 %48 = insertelement <2 x i64> poison, i64 %44, i64 0 %49 = shufflevector <2 x i64> %48, <2 x i64> poison, <2 x i32> zeroinitializer %50 = add nsw <2 x i64> %47, %49 store <2 x i64> %50, ptr %46, align 8, !tbaa !18 %51 = load i32, ptr @MAX_REG_TYPE_NR, align 4, !tbaa !13 %52 = icmp eq i32 %51, 0 br i1 %52, label %64, label %53 53: ; preds = %39 %54 = getelementptr inbounds i8, ptr %45, i64 8 %55 = load ptr, ptr %54, align 8, !tbaa !19 %56 = load i32, ptr @REG_TYPE_NONE, align 4, !tbaa !13 br label %57 57: ; preds = %53, %57 %58 = phi i64 [ 0, %53 ], [ %60, %57 ] %59 = getelementptr inbounds i32, ptr %55, i64 %58 store i32 %56, ptr %59, align 4, !tbaa !13 %60 = add nuw nsw i64 %58, 1 %61 = load i32, ptr @MAX_REG_TYPE_NR, align 4, !tbaa !13 %62 = zext i32 %61 to i64 %63 = icmp ult i64 %60, %62 br i1 %63, label %57, label %64, !llvm.loop !21 64: ; preds = %57, %39 %65 = tail call i32 @list_add_tail(ptr noundef nonnull %45, ptr noundef nonnull %28) #2 %66 = add nuw nsw i64 %40, 1 %67 = load i32, ptr @G2D_CMDLIST_NUM, align 4, !tbaa !13 %68 = sext i32 %67 to i64 %69 = icmp slt i64 %66, %68 br i1 %69, label %39, label %70, !llvm.loop !23 70: ; preds = %64, %24, %29, %15 %71 = phi i32 [ %31, %29 ], [ %18, %15 ], [ 0, %24 ], [ 0, %64 ] ret i32 %71 } declare i64 @dma_alloc_attrs(i32 noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @to_dma_dev(i32 noundef) local_unnamed_addr #1 declare i32 @dev_err(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @kcalloc(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @list_add_tail(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @dma_free_attrs(i32 noundef, i32 noundef, i64 noundef, i64 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !12, i64 32} !7 = !{!"g2d_data", !8, i64 0, !11, i64 8, !11, i64 16, !8, i64 24, !8, i64 28, !12, i64 32} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!8, !8, i64 0} !14 = !{!7, !8, i64 0} !15 = !{!7, !8, i64 24} !16 = !{!7, !11, i64 16} !17 = !{!7, !11, i64 8} !18 = !{!11, !11, i64 0} !19 = !{!20, !12, i64 0} !20 = !{!"g2d_buf_info", !12, i64 0} !21 = distinct !{!21, !22} !22 = !{!"llvm.loop.mustprogress"} !23 = distinct !{!23, !22}
linux_drivers_gpu_drm_exynos_extr_exynos_drm_g2d.c_g2d_init_cmdlist
; ModuleID = 'AnghaBench/vlc/modules/demux/mpeg/extr_ts_psip.c_ATSC_EventFindByETMId.c' source_filename = "AnghaBench/vlc/modules/demux/mpeg/extr_ts_psip.c_ATSC_EventFindByETMId.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_7__ = type { i32, ptr } %struct.TYPE_9__ = type { i64, i64, ptr } %struct.TYPE_10__ = type { i64, ptr } @llvm.compiler.used = appending global [1 x ptr] [ptr @ATSC_EventFindByETMId], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef ptr @ATSC_EventFindByETMId(ptr nocapture noundef readonly %0, i32 noundef %1, i64 noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca i64, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 %6 = call i32 @fromETMId(i32 noundef %1, ptr noundef nonnull %4, ptr noundef nonnull %5) #3 %7 = load i32, ptr %0, align 8, !tbaa !5 %8 = icmp sgt i32 %7, 0 br i1 %8, label %9, label %40 9: ; preds = %3 %10 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 1 %11 = load ptr, ptr %10, align 8, !tbaa !12 %12 = load i64, ptr %4, align 8 %13 = load i64, ptr %5, align 8 %14 = zext nneg i32 %7 to i64 br label %15 15: ; preds = %9, %37 %16 = phi i64 [ 0, %9 ], [ %38, %37 ] %17 = getelementptr inbounds ptr, ptr %11, i64 %16 %18 = load ptr, ptr %17, align 8, !tbaa !13 %19 = load i64, ptr %18, align 8, !tbaa !14 %20 = icmp eq i64 %19, %2 br i1 %20, label %21, label %37 21: ; preds = %15 %22 = getelementptr inbounds %struct.TYPE_9__, ptr %18, i64 0, i32 1 %23 = load i64, ptr %22, align 8, !tbaa !17 %24 = icmp eq i64 %23, %12 br i1 %24, label %25, label %37 25: ; preds = %21 %26 = getelementptr inbounds %struct.TYPE_9__, ptr %18, i64 0, i32 2 %27 = load ptr, ptr %26, align 8, !tbaa !13 %28 = icmp eq ptr %27, null br i1 %28, label %37, label %29 29: ; preds = %25, %33 %30 = phi ptr [ %35, %33 ], [ %27, %25 ] %31 = load i64, ptr %30, align 8, !tbaa !18 %32 = icmp eq i64 %31, %13 br i1 %32, label %40, label %33 33: ; preds = %29 %34 = getelementptr inbounds %struct.TYPE_10__, ptr %30, i64 0, i32 1 %35 = load ptr, ptr %34, align 8, !tbaa !13 %36 = icmp eq ptr %35, null br i1 %36, label %37, label %29, !llvm.loop !20 37: ; preds = %33, %25, %21, %15 %38 = add nuw nsw i64 %16, 1 %39 = icmp eq i64 %38, %14 br i1 %39, label %40, label %15, !llvm.loop !22 40: ; preds = %37, %29, %3 %41 = phi ptr [ null, %3 ], [ %30, %29 ], [ null, %37 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #3 ret ptr %41 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @fromETMId(i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !8, i64 0} !6 = !{!"TYPE_8__", !7, i64 0} !7 = !{!"TYPE_7__", !8, i64 0, !11, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!6, !11, i64 8} !13 = !{!11, !11, i64 0} !14 = !{!15, !16, i64 0} !15 = !{!"TYPE_9__", !16, i64 0, !16, i64 8, !11, i64 16} !16 = !{!"long", !9, i64 0} !17 = !{!15, !16, i64 8} !18 = !{!19, !16, i64 0} !19 = !{!"TYPE_10__", !16, i64 0, !11, i64 8} !20 = distinct !{!20, !21} !21 = !{!"llvm.loop.mustprogress"} !22 = distinct !{!22, !21}
; ModuleID = 'AnghaBench/vlc/modules/demux/mpeg/extr_ts_psip.c_ATSC_EventFindByETMId.c' source_filename = "AnghaBench/vlc/modules/demux/mpeg/extr_ts_psip.c_ATSC_EventFindByETMId.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @ATSC_EventFindByETMId], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef ptr @ATSC_EventFindByETMId(ptr nocapture noundef readonly %0, i32 noundef %1, i64 noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca i64, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 %6 = call i32 @fromETMId(i32 noundef %1, ptr noundef nonnull %4, ptr noundef nonnull %5) #3 %7 = load i32, ptr %0, align 8, !tbaa !6 %8 = icmp sgt i32 %7, 0 br i1 %8, label %9, label %40 9: ; preds = %3 %10 = getelementptr inbounds i8, ptr %0, i64 8 %11 = load ptr, ptr %10, align 8, !tbaa !13 %12 = load i64, ptr %4, align 8 %13 = load i64, ptr %5, align 8 %14 = zext nneg i32 %7 to i64 br label %15 15: ; preds = %9, %37 %16 = phi i64 [ 0, %9 ], [ %38, %37 ] %17 = getelementptr inbounds ptr, ptr %11, i64 %16 %18 = load ptr, ptr %17, align 8, !tbaa !14 %19 = load i64, ptr %18, align 8, !tbaa !15 %20 = icmp eq i64 %19, %2 br i1 %20, label %21, label %37 21: ; preds = %15 %22 = getelementptr inbounds i8, ptr %18, i64 8 %23 = load i64, ptr %22, align 8, !tbaa !18 %24 = icmp eq i64 %23, %12 br i1 %24, label %25, label %37 25: ; preds = %21 %26 = getelementptr inbounds i8, ptr %18, i64 16 %27 = load ptr, ptr %26, align 8, !tbaa !14 %28 = icmp eq ptr %27, null br i1 %28, label %37, label %29 29: ; preds = %25, %33 %30 = phi ptr [ %35, %33 ], [ %27, %25 ] %31 = load i64, ptr %30, align 8, !tbaa !19 %32 = icmp eq i64 %31, %13 br i1 %32, label %40, label %33 33: ; preds = %29 %34 = getelementptr inbounds i8, ptr %30, i64 8 %35 = load ptr, ptr %34, align 8, !tbaa !14 %36 = icmp eq ptr %35, null br i1 %36, label %37, label %29, !llvm.loop !21 37: ; preds = %33, %25, %21, %15 %38 = add nuw nsw i64 %16, 1 %39 = icmp eq i64 %38, %14 br i1 %39, label %40, label %15, !llvm.loop !23 40: ; preds = %37, %29, %3 %41 = phi ptr [ null, %3 ], [ %30, %29 ], [ null, %37 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #3 ret ptr %41 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @fromETMId(i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !9, i64 0} !7 = !{!"TYPE_8__", !8, i64 0} !8 = !{!"TYPE_7__", !9, i64 0, !12, i64 8} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"any pointer", !10, i64 0} !13 = !{!7, !12, i64 8} !14 = !{!12, !12, i64 0} !15 = !{!16, !17, i64 0} !16 = !{!"TYPE_9__", !17, i64 0, !17, i64 8, !12, i64 16} !17 = !{!"long", !10, i64 0} !18 = !{!16, !17, i64 8} !19 = !{!20, !17, i64 0} !20 = !{!"TYPE_10__", !17, i64 0, !12, i64 8} !21 = distinct !{!21, !22} !22 = !{!"llvm.loop.mustprogress"} !23 = distinct !{!23, !22}
vlc_modules_demux_mpeg_extr_ts_psip.c_ATSC_EventFindByETMId
; ModuleID = 'AnghaBench/linux/virt/kvm/extr_kvm_main.c_kvm_release_pfn_dirty.c' source_filename = "AnghaBench/linux/virt/kvm/extr_kvm_main.c_kvm_release_pfn_dirty.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: nounwind uwtable define dso_local void @kvm_release_pfn_dirty(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @kvm_set_pfn_dirty(i32 noundef %0) #2 %3 = tail call i32 @kvm_release_pfn_clean(i32 noundef %0) #2 ret void } declare i32 @kvm_set_pfn_dirty(i32 noundef) local_unnamed_addr #1 declare i32 @kvm_release_pfn_clean(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/virt/kvm/extr_kvm_main.c_kvm_release_pfn_dirty.c' source_filename = "AnghaBench/linux/virt/kvm/extr_kvm_main.c_kvm_release_pfn_dirty.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nounwind ssp uwtable(sync) define void @kvm_release_pfn_dirty(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @kvm_set_pfn_dirty(i32 noundef %0) #2 %3 = tail call i32 @kvm_release_pfn_clean(i32 noundef %0) #2 ret void } declare i32 @kvm_set_pfn_dirty(i32 noundef) local_unnamed_addr #1 declare i32 @kvm_release_pfn_clean(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_virt_kvm_extr_kvm_main.c_kvm_release_pfn_dirty
; ModuleID = 'AnghaBench/obs-studio/libobs/util/extr_profiler.c_free_hashmap.c' source_filename = "AnghaBench/obs-studio/libobs/util/extr_profiler.c_free_hashmap.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_3__ = type { ptr, ptr, i64 } @llvm.compiler.used = appending global [1 x ptr] [ptr @free_hashmap], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @free_hashmap(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 2 store i64 0, ptr %2, align 8, !tbaa !5 %3 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 %4 = load ptr, ptr %3, align 8, !tbaa !11 %5 = tail call i32 @bfree(ptr noundef %4) #2 store ptr null, ptr %3, align 8, !tbaa !11 %6 = load ptr, ptr %0, align 8, !tbaa !12 %7 = tail call i32 @bfree(ptr noundef %6) #2 store ptr null, ptr %0, align 8, !tbaa !12 ret void } declare i32 @bfree(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !10, i64 16} !6 = !{!"TYPE_3__", !7, i64 0, !7, i64 8, !10, i64 16} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!6, !7, i64 8} !12 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/obs-studio/libobs/util/extr_profiler.c_free_hashmap.c' source_filename = "AnghaBench/obs-studio/libobs/util/extr_profiler.c_free_hashmap.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @free_hashmap], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @free_hashmap(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 16 store i64 0, ptr %2, align 8, !tbaa !6 %3 = getelementptr inbounds i8, ptr %0, i64 8 %4 = load ptr, ptr %3, align 8, !tbaa !12 %5 = tail call i32 @bfree(ptr noundef %4) #2 store ptr null, ptr %3, align 8, !tbaa !12 %6 = load ptr, ptr %0, align 8, !tbaa !13 %7 = tail call i32 @bfree(ptr noundef %6) #2 store ptr null, ptr %0, align 8, !tbaa !13 ret void } declare i32 @bfree(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !11, i64 16} !7 = !{!"TYPE_3__", !8, i64 0, !8, i64 8, !11, i64 16} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!7, !8, i64 8} !13 = !{!7, !8, i64 0}
obs-studio_libobs_util_extr_profiler.c_free_hashmap
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/extr_proresdsp.c_prores_idct_put_12_c.c' source_filename = "AnghaBench/FFmpeg/libavcodec/extr_proresdsp.c_prores_idct_put_12_c.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @prores_idct_put_12_c], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @prores_idct_put_12_c(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = tail call i32 @ff_prores_idct_12(ptr noundef %2, ptr noundef %3) #2 %6 = ashr i32 %1, 1 %7 = tail call i32 @put_pixels_12(ptr noundef %0, i32 noundef %6, ptr noundef %2) #2 ret void } declare i32 @ff_prores_idct_12(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @put_pixels_12(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/extr_proresdsp.c_prores_idct_put_12_c.c' source_filename = "AnghaBench/FFmpeg/libavcodec/extr_proresdsp.c_prores_idct_put_12_c.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @prores_idct_put_12_c], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @prores_idct_put_12_c(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = tail call i32 @ff_prores_idct_12(ptr noundef %2, ptr noundef %3) #2 %6 = ashr i32 %1, 1 %7 = tail call i32 @put_pixels_12(ptr noundef %0, i32 noundef %6, ptr noundef %2) #2 ret void } declare i32 @ff_prores_idct_12(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @put_pixels_12(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
FFmpeg_libavcodec_extr_proresdsp.c_prores_idct_put_12_c
; ModuleID = 'AnghaBench/DOOM/linuxdoom-1.10/extr_p_inter.c_P_GivePower.c' source_filename = "AnghaBench/DOOM/linuxdoom-1.10/extr_p_inter.c_P_GivePower.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_6__ = type { ptr, ptr } @pw_invulnerability = dso_local local_unnamed_addr global i32 0, align 4 @INVULNTICS = dso_local local_unnamed_addr global i32 0, align 4 @pw_invisibility = dso_local local_unnamed_addr global i32 0, align 4 @INVISTICS = dso_local local_unnamed_addr global i32 0, align 4 @MF_SHADOW = dso_local local_unnamed_addr global i32 0, align 4 @pw_infrared = dso_local local_unnamed_addr global i32 0, align 4 @INFRATICS = dso_local local_unnamed_addr global i32 0, align 4 @pw_ironfeet = dso_local local_unnamed_addr global i32 0, align 4 @IRONTICS = dso_local local_unnamed_addr global i32 0, align 4 @pw_strength = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local noundef i32 @P_GivePower(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @pw_invulnerability, align 4, !tbaa !5 %4 = icmp eq i32 %3, %1 br i1 %4, label %5, label %10 5: ; preds = %2 %6 = load i32, ptr @INVULNTICS, align 4, !tbaa !5 %7 = load ptr, ptr %0, align 8, !tbaa !9 %8 = sext i32 %1 to i64 %9 = getelementptr inbounds i32, ptr %7, i64 %8 store i32 %6, ptr %9, align 4, !tbaa !5 br label %54 10: ; preds = %2 %11 = load i32, ptr @pw_invisibility, align 4, !tbaa !5 %12 = icmp eq i32 %11, %1 br i1 %12, label %13, label %23 13: ; preds = %10 %14 = load i32, ptr @INVISTICS, align 4, !tbaa !5 %15 = load ptr, ptr %0, align 8, !tbaa !9 %16 = sext i32 %1 to i64 %17 = getelementptr inbounds i32, ptr %15, i64 %16 store i32 %14, ptr %17, align 4, !tbaa !5 %18 = load i32, ptr @MF_SHADOW, align 4, !tbaa !5 %19 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 1 %20 = load ptr, ptr %19, align 8, !tbaa !12 %21 = load i32, ptr %20, align 4, !tbaa !13 %22 = or i32 %21, %18 store i32 %22, ptr %20, align 4, !tbaa !13 br label %54 23: ; preds = %10 %24 = load i32, ptr @pw_infrared, align 4, !tbaa !5 %25 = icmp eq i32 %24, %1 br i1 %25, label %26, label %31 26: ; preds = %23 %27 = load i32, ptr @INFRATICS, align 4, !tbaa !5 %28 = load ptr, ptr %0, align 8, !tbaa !9 %29 = sext i32 %1 to i64 %30 = getelementptr inbounds i32, ptr %28, i64 %29 store i32 %27, ptr %30, align 4, !tbaa !5 br label %54 31: ; preds = %23 %32 = load i32, ptr @pw_ironfeet, align 4, !tbaa !5 %33 = icmp eq i32 %32, %1 br i1 %33, label %34, label %39 34: ; preds = %31 %35 = load i32, ptr @IRONTICS, align 4, !tbaa !5 %36 = load ptr, ptr %0, align 8, !tbaa !9 %37 = sext i32 %1 to i64 %38 = getelementptr inbounds i32, ptr %36, i64 %37 store i32 %35, ptr %38, align 4, !tbaa !5 br label %54 39: ; preds = %31 %40 = load i32, ptr @pw_strength, align 4, !tbaa !5 %41 = icmp eq i32 %40, %1 br i1 %41, label %42, label %47 42: ; preds = %39 %43 = tail call i32 @P_GiveBody(ptr noundef %0, i32 noundef 100) #2 %44 = load ptr, ptr %0, align 8, !tbaa !9 %45 = sext i32 %1 to i64 %46 = getelementptr inbounds i32, ptr %44, i64 %45 store i32 1, ptr %46, align 4, !tbaa !5 br label %54 47: ; preds = %39 %48 = load ptr, ptr %0, align 8, !tbaa !9 %49 = sext i32 %1 to i64 %50 = getelementptr inbounds i32, ptr %48, i64 %49 %51 = load i32, ptr %50, align 4, !tbaa !5 %52 = icmp eq i32 %51, 0 br i1 %52, label %53, label %54 53: ; preds = %47 store i32 1, ptr %50, align 4, !tbaa !5 br label %54 54: ; preds = %47, %53, %42, %34, %26, %13, %5 %55 = phi i32 [ 1, %5 ], [ 1, %13 ], [ 1, %26 ], [ 1, %34 ], [ 1, %42 ], [ 1, %53 ], [ 0, %47 ] ret i32 %55 } declare i32 @P_GiveBody(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 0} !10 = !{!"TYPE_6__", !11, i64 0, !11, i64 8} !11 = !{!"any pointer", !7, i64 0} !12 = !{!10, !11, i64 8} !13 = !{!14, !6, i64 0} !14 = !{!"TYPE_5__", !6, i64 0}
; ModuleID = 'AnghaBench/DOOM/linuxdoom-1.10/extr_p_inter.c_P_GivePower.c' source_filename = "AnghaBench/DOOM/linuxdoom-1.10/extr_p_inter.c_P_GivePower.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @pw_invulnerability = common local_unnamed_addr global i32 0, align 4 @INVULNTICS = common local_unnamed_addr global i32 0, align 4 @pw_invisibility = common local_unnamed_addr global i32 0, align 4 @INVISTICS = common local_unnamed_addr global i32 0, align 4 @MF_SHADOW = common local_unnamed_addr global i32 0, align 4 @pw_infrared = common local_unnamed_addr global i32 0, align 4 @INFRATICS = common local_unnamed_addr global i32 0, align 4 @pw_ironfeet = common local_unnamed_addr global i32 0, align 4 @IRONTICS = common local_unnamed_addr global i32 0, align 4 @pw_strength = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define range(i32 0, 2) i32 @P_GivePower(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @pw_invulnerability, align 4, !tbaa !6 %4 = icmp eq i32 %3, %1 br i1 %4, label %5, label %10 5: ; preds = %2 %6 = load i32, ptr @INVULNTICS, align 4, !tbaa !6 %7 = load ptr, ptr %0, align 8, !tbaa !10 %8 = sext i32 %1 to i64 %9 = getelementptr inbounds i32, ptr %7, i64 %8 store i32 %6, ptr %9, align 4, !tbaa !6 br label %54 10: ; preds = %2 %11 = load i32, ptr @pw_invisibility, align 4, !tbaa !6 %12 = icmp eq i32 %11, %1 br i1 %12, label %13, label %23 13: ; preds = %10 %14 = load i32, ptr @INVISTICS, align 4, !tbaa !6 %15 = load ptr, ptr %0, align 8, !tbaa !10 %16 = sext i32 %1 to i64 %17 = getelementptr inbounds i32, ptr %15, i64 %16 store i32 %14, ptr %17, align 4, !tbaa !6 %18 = load i32, ptr @MF_SHADOW, align 4, !tbaa !6 %19 = getelementptr inbounds i8, ptr %0, i64 8 %20 = load ptr, ptr %19, align 8, !tbaa !13 %21 = load i32, ptr %20, align 4, !tbaa !14 %22 = or i32 %21, %18 store i32 %22, ptr %20, align 4, !tbaa !14 br label %54 23: ; preds = %10 %24 = load i32, ptr @pw_infrared, align 4, !tbaa !6 %25 = icmp eq i32 %24, %1 br i1 %25, label %26, label %31 26: ; preds = %23 %27 = load i32, ptr @INFRATICS, align 4, !tbaa !6 %28 = load ptr, ptr %0, align 8, !tbaa !10 %29 = sext i32 %1 to i64 %30 = getelementptr inbounds i32, ptr %28, i64 %29 store i32 %27, ptr %30, align 4, !tbaa !6 br label %54 31: ; preds = %23 %32 = load i32, ptr @pw_ironfeet, align 4, !tbaa !6 %33 = icmp eq i32 %32, %1 br i1 %33, label %34, label %39 34: ; preds = %31 %35 = load i32, ptr @IRONTICS, align 4, !tbaa !6 %36 = load ptr, ptr %0, align 8, !tbaa !10 %37 = sext i32 %1 to i64 %38 = getelementptr inbounds i32, ptr %36, i64 %37 store i32 %35, ptr %38, align 4, !tbaa !6 br label %54 39: ; preds = %31 %40 = load i32, ptr @pw_strength, align 4, !tbaa !6 %41 = icmp eq i32 %40, %1 br i1 %41, label %42, label %47 42: ; preds = %39 %43 = tail call i32 @P_GiveBody(ptr noundef %0, i32 noundef 100) #2 %44 = load ptr, ptr %0, align 8, !tbaa !10 %45 = sext i32 %1 to i64 %46 = getelementptr inbounds i32, ptr %44, i64 %45 store i32 1, ptr %46, align 4, !tbaa !6 br label %54 47: ; preds = %39 %48 = load ptr, ptr %0, align 8, !tbaa !10 %49 = sext i32 %1 to i64 %50 = getelementptr inbounds i32, ptr %48, i64 %49 %51 = load i32, ptr %50, align 4, !tbaa !6 %52 = icmp eq i32 %51, 0 br i1 %52, label %53, label %54 53: ; preds = %47 store i32 1, ptr %50, align 4, !tbaa !6 br label %54 54: ; preds = %47, %53, %42, %34, %26, %13, %5 %55 = phi i32 [ 1, %5 ], [ 1, %13 ], [ 1, %26 ], [ 1, %34 ], [ 1, %42 ], [ 1, %53 ], [ 0, %47 ] ret i32 %55 } declare i32 @P_GiveBody(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"TYPE_6__", !12, i64 0, !12, i64 8} !12 = !{!"any pointer", !8, i64 0} !13 = !{!11, !12, i64 8} !14 = !{!15, !7, i64 0} !15 = !{!"TYPE_5__", !7, i64 0}
DOOM_linuxdoom-1.10_extr_p_inter.c_P_GivePower
; ModuleID = 'AnghaBench/linux/arch/um/drivers/extr_mconsole_kern.c_mconsole_stack.c' source_filename = "AnghaBench/linux/arch/um/drivers/extr_mconsole_kern.c_mconsole_stack.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [6 x i8] c"stack\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.2 = private unnamed_addr constant [21 x i8] c"Please specify a pid\00", align 1 @init_pid_ns = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [23 x i8] c"Couldn't find that pid\00", align 1 @stack_proc = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @mconsole_stack(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca i32, align 4 %3 = load ptr, ptr %0, align 8, !tbaa !5 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %2) #3 store i32 -1, ptr %2, align 4, !tbaa !11 %4 = tail call i32 @strlen(ptr noundef nonnull @.str) #3 %5 = sext i32 %4 to i64 %6 = getelementptr inbounds i8, ptr %3, i64 %5 %7 = tail call ptr @skip_spaces(ptr noundef %6) #3 %8 = call i64 @sscanf(ptr noundef %7, ptr noundef nonnull @.str.1, ptr noundef nonnull %2) #3 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %1 %11 = call i32 @mconsole_reply(ptr noundef nonnull %0, ptr noundef nonnull @.str.2, i32 noundef 1, i32 noundef 0) #3 br label %24 12: ; preds = %1 %13 = load i32, ptr %2, align 4, !tbaa !11 %14 = call ptr @find_task_by_pid_ns(i32 noundef %13, ptr noundef nonnull @init_pid_ns) #3 %15 = icmp eq ptr %14, null %16 = load i32, ptr %2, align 4 %17 = icmp eq i32 %16, 0 %18 = select i1 %15, i1 true, i1 %17 br i1 %18, label %19, label %21 19: ; preds = %12 %20 = call i32 @mconsole_reply(ptr noundef nonnull %0, ptr noundef nonnull @.str.3, i32 noundef 1, i32 noundef 0) #3 br label %24 21: ; preds = %12 %22 = load i32, ptr @stack_proc, align 4, !tbaa !11 %23 = call i32 @with_console(ptr noundef nonnull %0, i32 noundef %22, ptr noundef nonnull %14) #3 br label %24 24: ; preds = %21, %19, %10 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %2) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @strlen(ptr noundef) local_unnamed_addr #2 declare ptr @skip_spaces(ptr noundef) local_unnamed_addr #2 declare i64 @sscanf(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @mconsole_reply(ptr noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare ptr @find_task_by_pid_ns(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @with_console(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !8, i64 0} !6 = !{!"mc_request", !7, i64 0} !7 = !{!"TYPE_2__", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !12, i64 0} !12 = !{!"int", !9, i64 0}
; ModuleID = 'AnghaBench/linux/arch/um/drivers/extr_mconsole_kern.c_mconsole_stack.c' source_filename = "AnghaBench/linux/arch/um/drivers/extr_mconsole_kern.c_mconsole_stack.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [6 x i8] c"stack\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.2 = private unnamed_addr constant [21 x i8] c"Please specify a pid\00", align 1 @init_pid_ns = common global i32 0, align 4 @.str.3 = private unnamed_addr constant [23 x i8] c"Couldn't find that pid\00", align 1 @stack_proc = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @mconsole_stack(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca i32, align 4 %3 = load ptr, ptr %0, align 8, !tbaa !6 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %2) #3 store i32 -1, ptr %2, align 4, !tbaa !12 %4 = tail call i32 @strlen(ptr noundef nonnull @.str) #3 %5 = sext i32 %4 to i64 %6 = getelementptr inbounds i8, ptr %3, i64 %5 %7 = tail call ptr @skip_spaces(ptr noundef %6) #3 %8 = call i64 @sscanf(ptr noundef %7, ptr noundef nonnull @.str.1, ptr noundef nonnull %2) #3 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %1 %11 = call i32 @mconsole_reply(ptr noundef nonnull %0, ptr noundef nonnull @.str.2, i32 noundef 1, i32 noundef 0) #3 br label %24 12: ; preds = %1 %13 = load i32, ptr %2, align 4, !tbaa !12 %14 = call ptr @find_task_by_pid_ns(i32 noundef %13, ptr noundef nonnull @init_pid_ns) #3 %15 = icmp eq ptr %14, null %16 = load i32, ptr %2, align 4 %17 = icmp eq i32 %16, 0 %18 = select i1 %15, i1 true, i1 %17 br i1 %18, label %19, label %21 19: ; preds = %12 %20 = call i32 @mconsole_reply(ptr noundef nonnull %0, ptr noundef nonnull @.str.3, i32 noundef 1, i32 noundef 0) #3 br label %24 21: ; preds = %12 %22 = load i32, ptr @stack_proc, align 4, !tbaa !12 %23 = call i32 @with_console(ptr noundef nonnull %0, i32 noundef %22, ptr noundef nonnull %14) #3 br label %24 24: ; preds = %21, %19, %10 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %2) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @strlen(ptr noundef) local_unnamed_addr #2 declare ptr @skip_spaces(ptr noundef) local_unnamed_addr #2 declare i64 @sscanf(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @mconsole_reply(ptr noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare ptr @find_task_by_pid_ns(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @with_console(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !9, i64 0} !7 = !{!"mc_request", !8, i64 0} !8 = !{!"TYPE_2__", !9, i64 0} !9 = !{!"any pointer", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!13, !13, i64 0} !13 = !{!"int", !10, i64 0}
linux_arch_um_drivers_extr_mconsole_kern.c_mconsole_stack
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/extr_phy.c__rtl92d_phy_rf_serial_write.c' source_filename = "AnghaBench/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/extr_phy.c__rtl92d_phy_rf_serial_write.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.bb_reg_def = type { i32 } @MASKDWORD = dso_local local_unnamed_addr global i32 0, align 4 @COMP_RF = dso_local local_unnamed_addr global i32 0, align 4 @DBG_TRACE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [24 x i8] c"RFW-%d Addr[0x%x]=0x%x\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @_rtl92d_phy_rf_serial_write], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @_rtl92d_phy_rf_serial_write(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = tail call ptr @rtl_priv(ptr noundef %0) #2 %6 = load ptr, ptr %5, align 8, !tbaa !5 %7 = zext i32 %1 to i64 %8 = getelementptr inbounds %struct.bb_reg_def, ptr %6, i64 %7 %9 = shl i32 %2, 20 %10 = and i32 %3, 1048575 %11 = and i32 %9, 267386880 %12 = or disjoint i32 %11, %10 %13 = load i32, ptr %8, align 4, !tbaa !10 %14 = load i32, ptr @MASKDWORD, align 4, !tbaa !13 %15 = tail call i32 @rtl_set_bbreg(ptr noundef %0, i32 noundef %13, i32 noundef %14, i32 noundef %12) #2 %16 = load i32, ptr @COMP_RF, align 4, !tbaa !13 %17 = load i32, ptr @DBG_TRACE, align 4, !tbaa !13 %18 = load i32, ptr %8, align 4, !tbaa !10 %19 = tail call i32 @RT_TRACE(ptr noundef nonnull %5, i32 noundef %16, i32 noundef %17, ptr noundef nonnull @.str, i32 noundef %1, i32 noundef %18, i32 noundef %12) #2 ret void } declare ptr @rtl_priv(ptr noundef) local_unnamed_addr #1 declare i32 @rtl_set_bbreg(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @RT_TRACE(ptr noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"rtl_phy", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"bb_reg_def", !12, i64 0} !12 = !{!"int", !8, i64 0} !13 = !{!12, !12, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/extr_phy.c__rtl92d_phy_rf_serial_write.c' source_filename = "AnghaBench/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/extr_phy.c__rtl92d_phy_rf_serial_write.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.bb_reg_def = type { i32 } @MASKDWORD = common local_unnamed_addr global i32 0, align 4 @COMP_RF = common local_unnamed_addr global i32 0, align 4 @DBG_TRACE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [24 x i8] c"RFW-%d Addr[0x%x]=0x%x\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @_rtl92d_phy_rf_serial_write], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @_rtl92d_phy_rf_serial_write(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = tail call ptr @rtl_priv(ptr noundef %0) #2 %6 = load ptr, ptr %5, align 8, !tbaa !6 %7 = zext i32 %1 to i64 %8 = getelementptr inbounds %struct.bb_reg_def, ptr %6, i64 %7 %9 = shl i32 %2, 20 %10 = and i32 %3, 1048575 %11 = and i32 %9, 267386880 %12 = or disjoint i32 %11, %10 %13 = load i32, ptr %8, align 4, !tbaa !11 %14 = load i32, ptr @MASKDWORD, align 4, !tbaa !14 %15 = tail call i32 @rtl_set_bbreg(ptr noundef %0, i32 noundef %13, i32 noundef %14, i32 noundef %12) #2 %16 = load i32, ptr @COMP_RF, align 4, !tbaa !14 %17 = load i32, ptr @DBG_TRACE, align 4, !tbaa !14 %18 = load i32, ptr %8, align 4, !tbaa !11 %19 = tail call i32 @RT_TRACE(ptr noundef nonnull %5, i32 noundef %16, i32 noundef %17, ptr noundef nonnull @.str, i32 noundef %1, i32 noundef %18, i32 noundef %12) #2 ret void } declare ptr @rtl_priv(ptr noundef) local_unnamed_addr #1 declare i32 @rtl_set_bbreg(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @RT_TRACE(ptr noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"rtl_phy", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !13, i64 0} !12 = !{!"bb_reg_def", !13, i64 0} !13 = !{!"int", !9, i64 0} !14 = !{!13, !13, i64 0}
linux_drivers_net_wireless_realtek_rtlwifi_rtl8192de_extr_phy.c__rtl92d_phy_rf_serial_write
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/extr_niu.c___niu_wait_bits_clear_mac.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/extr_niu.c___niu_wait_bits_clear_mac.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @ENODEV = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @__niu_wait_bits_clear_mac], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @__niu_wait_bits_clear_mac(ptr nocapture readnone %0, i64 noundef %1, i32 noundef %2, i32 noundef %3, i32 noundef %4) #0 { %6 = icmp sgt i32 %3, 0 br i1 %6, label %10, label %7 7: ; preds = %5 %8 = load i32, ptr @ENODEV, align 4 %9 = sub nsw i32 0, %8 br label %22 10: ; preds = %5, %15 %11 = phi i32 [ %16, %15 ], [ %3, %5 ] %12 = tail call i32 @nr64_mac(i64 noundef %1) #2 %13 = and i32 %12, %2 %14 = icmp eq i32 %13, 0 br i1 %14, label %22, label %15 15: ; preds = %10 %16 = add nsw i32 %11, -1 %17 = tail call i32 @udelay(i32 noundef %4) #2 %18 = icmp sgt i32 %11, 1 br i1 %18, label %10, label %19 19: ; preds = %15 %20 = load i32, ptr @ENODEV, align 4 %21 = sub nsw i32 0, %20 br label %22 22: ; preds = %10, %19, %7 %23 = phi i32 [ %21, %19 ], [ %9, %7 ], [ 0, %10 ] ret i32 %23 } declare i32 @nr64_mac(i64 noundef) local_unnamed_addr #1 declare i32 @udelay(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/extr_niu.c___niu_wait_bits_clear_mac.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/extr_niu.c___niu_wait_bits_clear_mac.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ENODEV = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @__niu_wait_bits_clear_mac], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @__niu_wait_bits_clear_mac(ptr nocapture readnone %0, i64 noundef %1, i32 noundef %2, i32 noundef %3, i32 noundef %4) #0 { %6 = icmp sgt i32 %3, 0 br i1 %6, label %10, label %7 7: ; preds = %5 %8 = load i32, ptr @ENODEV, align 4 %9 = sub nsw i32 0, %8 br label %22 10: ; preds = %5, %15 %11 = phi i32 [ %16, %15 ], [ %3, %5 ] %12 = tail call i32 @nr64_mac(i64 noundef %1) #2 %13 = and i32 %12, %2 %14 = icmp eq i32 %13, 0 br i1 %14, label %22, label %15 15: ; preds = %10 %16 = add nsw i32 %11, -1 %17 = tail call i32 @udelay(i32 noundef %4) #2 %18 = icmp sgt i32 %11, 1 br i1 %18, label %10, label %19 19: ; preds = %15 %20 = load i32, ptr @ENODEV, align 4 %21 = sub nsw i32 0, %20 br label %22 22: ; preds = %10, %19, %7 %23 = phi i32 [ %21, %19 ], [ %9, %7 ], [ 0, %10 ] ret i32 %23 } declare i32 @nr64_mac(i64 noundef) local_unnamed_addr #1 declare i32 @udelay(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
fastsocket_kernel_drivers_net_extr_niu.c___niu_wait_bits_clear_mac
; ModuleID = 'AnghaBench/freebsd/contrib/gcclibs/libmudflap/extr_mf-runtime.c___mf_uncache_object.c' source_filename = "AnghaBench/freebsd/contrib/gcclibs/libmudflap/extr_mf-runtime.c___mf_uncache_object.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_3__ = type { i64, i64, i64, i64 } %struct.__mf_cache = type { i64, i64 } @__mf_lookup_cache = dso_local local_unnamed_addr global ptr null, align 8 @__mf_lc_mask = dso_local local_unnamed_addr global i32 0, align 4 @MAXPTR = dso_local local_unnamed_addr global i64 0, align 8 @MINPTR = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @__mf_uncache_object], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @__mf_uncache_object(ptr nocapture noundef readonly %0) #0 { %2 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 3 %3 = load i64, ptr %2, align 8, !tbaa !5 %4 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 2 %5 = load i64, ptr %4, align 8, !tbaa !10 %6 = add nsw i64 %5, %3 %7 = tail call i64 @LIKELY(i64 noundef %6) #3 %8 = icmp eq i64 %7, 0 br i1 %8, label %64, label %9 9: ; preds = %1 %10 = load i64, ptr %0, align 8, !tbaa !11 %11 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 %12 = load i64, ptr %11, align 8, !tbaa !12 %13 = load ptr, ptr @__mf_lookup_cache, align 8, !tbaa !13 %14 = load i32, ptr @__mf_lc_mask, align 4, !tbaa !15 %15 = add i32 %14, 1 %16 = tail call i32 @llvm.umax.i32(i32 %15, i32 1) %17 = and i32 %16, 1 %18 = icmp ult i32 %15, 2 br i1 %18, label %50, label %19 19: ; preds = %9 %20 = and i32 %16, -2 br label %21 21: ; preds = %46, %19 %22 = phi ptr [ %13, %19 ], [ %47, %46 ] %23 = phi i32 [ 0, %19 ], [ %48, %46 ] %24 = load i64, ptr %22, align 8, !tbaa !17 %25 = icmp eq i64 %24, %10 br i1 %25, label %30, label %26 26: ; preds = %21 %27 = getelementptr inbounds %struct.__mf_cache, ptr %22, i64 0, i32 1 %28 = load i64, ptr %27, align 8, !tbaa !19 %29 = icmp eq i64 %28, %12 br i1 %29, label %30, label %34 30: ; preds = %26, %21 %31 = load i64, ptr @MAXPTR, align 8, !tbaa !20 store i64 %31, ptr %22, align 8, !tbaa !17 %32 = load i64, ptr @MINPTR, align 8, !tbaa !20 %33 = getelementptr inbounds %struct.__mf_cache, ptr %22, i64 0, i32 1 store i64 %32, ptr %33, align 8, !tbaa !19 br label %34 34: ; preds = %26, %30 %35 = getelementptr inbounds %struct.__mf_cache, ptr %22, i64 1 %36 = load i64, ptr %35, align 8, !tbaa !17 %37 = icmp eq i64 %36, %10 br i1 %37, label %42, label %38 38: ; preds = %34 %39 = getelementptr inbounds %struct.__mf_cache, ptr %22, i64 1, i32 1 %40 = load i64, ptr %39, align 8, !tbaa !19 %41 = icmp eq i64 %40, %12 br i1 %41, label %42, label %46 42: ; preds = %38, %34 %43 = load i64, ptr @MAXPTR, align 8, !tbaa !20 store i64 %43, ptr %35, align 8, !tbaa !17 %44 = load i64, ptr @MINPTR, align 8, !tbaa !20 %45 = getelementptr inbounds %struct.__mf_cache, ptr %22, i64 1, i32 1 store i64 %44, ptr %45, align 8, !tbaa !19 br label %46 46: ; preds = %42, %38 %47 = getelementptr inbounds %struct.__mf_cache, ptr %22, i64 2 %48 = add i32 %23, 2 %49 = icmp eq i32 %48, %20 br i1 %49, label %50, label %21, !llvm.loop !21 50: ; preds = %46, %9 %51 = phi ptr [ %13, %9 ], [ %47, %46 ] %52 = icmp eq i32 %17, 0 br i1 %52, label %64, label %53 53: ; preds = %50 %54 = load i64, ptr %51, align 8, !tbaa !17 %55 = icmp eq i64 %54, %10 br i1 %55, label %60, label %56 56: ; preds = %53 %57 = getelementptr inbounds %struct.__mf_cache, ptr %51, i64 0, i32 1 %58 = load i64, ptr %57, align 8, !tbaa !19 %59 = icmp eq i64 %58, %12 br i1 %59, label %60, label %64 60: ; preds = %56, %53 %61 = load i64, ptr @MAXPTR, align 8, !tbaa !20 store i64 %61, ptr %51, align 8, !tbaa !17 %62 = load i64, ptr @MINPTR, align 8, !tbaa !20 %63 = getelementptr inbounds %struct.__mf_cache, ptr %51, i64 0, i32 1 store i64 %62, ptr %63, align 8, !tbaa !19 br label %64 64: ; preds = %50, %60, %56, %1 ret void } declare i64 @LIKELY(i64 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.umax.i32(i32, i32) #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 24} !6 = !{!"TYPE_3__", !7, i64 0, !7, i64 8, !7, i64 16, !7, i64 24} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 16} !11 = !{!6, !7, i64 0} !12 = !{!6, !7, i64 8} !13 = !{!14, !14, i64 0} !14 = !{!"any pointer", !8, i64 0} !15 = !{!16, !16, i64 0} !16 = !{!"int", !8, i64 0} !17 = !{!18, !7, i64 0} !18 = !{!"__mf_cache", !7, i64 0, !7, i64 8} !19 = !{!18, !7, i64 8} !20 = !{!7, !7, i64 0} !21 = distinct !{!21, !22} !22 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/freebsd/contrib/gcclibs/libmudflap/extr_mf-runtime.c___mf_uncache_object.c' source_filename = "AnghaBench/freebsd/contrib/gcclibs/libmudflap/extr_mf-runtime.c___mf_uncache_object.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @__mf_lookup_cache = common local_unnamed_addr global ptr null, align 8 @__mf_lc_mask = common local_unnamed_addr global i32 0, align 4 @MAXPTR = common local_unnamed_addr global i64 0, align 8 @MINPTR = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @__mf_uncache_object], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @__mf_uncache_object(ptr nocapture noundef readonly %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 24 %3 = load i64, ptr %2, align 8, !tbaa !6 %4 = getelementptr inbounds i8, ptr %0, i64 16 %5 = load i64, ptr %4, align 8, !tbaa !11 %6 = add nsw i64 %5, %3 %7 = tail call i64 @LIKELY(i64 noundef %6) #3 %8 = icmp eq i64 %7, 0 br i1 %8, label %34, label %9 9: ; preds = %1 %10 = load i64, ptr %0, align 8, !tbaa !12 %11 = getelementptr inbounds i8, ptr %0, i64 8 %12 = load i64, ptr %11, align 8, !tbaa !13 %13 = load ptr, ptr @__mf_lookup_cache, align 8, !tbaa !14 %14 = load i32, ptr @__mf_lc_mask, align 4, !tbaa !16 %15 = add i32 %14, 1 %16 = tail call i32 @llvm.umax.i32(i32 %15, i32 1) br label %17 17: ; preds = %9, %30 %18 = phi i32 [ 0, %9 ], [ %31, %30 ] %19 = phi ptr [ %13, %9 ], [ %32, %30 ] %20 = load i64, ptr %19, align 8, !tbaa !18 %21 = icmp eq i64 %20, %10 br i1 %21, label %26, label %22 22: ; preds = %17 %23 = getelementptr inbounds i8, ptr %19, i64 8 %24 = load i64, ptr %23, align 8, !tbaa !20 %25 = icmp eq i64 %24, %12 br i1 %25, label %26, label %30 26: ; preds = %22, %17 %27 = load i64, ptr @MAXPTR, align 8, !tbaa !21 store i64 %27, ptr %19, align 8, !tbaa !18 %28 = load i64, ptr @MINPTR, align 8, !tbaa !21 %29 = getelementptr inbounds i8, ptr %19, i64 8 store i64 %28, ptr %29, align 8, !tbaa !20 br label %30 30: ; preds = %22, %26 %31 = add nuw i32 %18, 1 %32 = getelementptr inbounds i8, ptr %19, i64 16 %33 = icmp eq i32 %31, %16 br i1 %33, label %34, label %17, !llvm.loop !22 34: ; preds = %30, %1 ret void } declare i64 @LIKELY(i64 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.umax.i32(i32, i32) #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 24} !7 = !{!"TYPE_3__", !8, i64 0, !8, i64 8, !8, i64 16, !8, i64 24} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 16} !12 = !{!7, !8, i64 0} !13 = !{!7, !8, i64 8} !14 = !{!15, !15, i64 0} !15 = !{!"any pointer", !9, i64 0} !16 = !{!17, !17, i64 0} !17 = !{!"int", !9, i64 0} !18 = !{!19, !8, i64 0} !19 = !{!"__mf_cache", !8, i64 0, !8, i64 8} !20 = !{!19, !8, i64 8} !21 = !{!8, !8, i64 0} !22 = distinct !{!22, !23} !23 = !{!"llvm.loop.mustprogress"}
freebsd_contrib_gcclibs_libmudflap_extr_mf-runtime.c___mf_uncache_object
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/block/extr_swim3.c_start_request.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/block/extr_swim3.c_start_request.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.floppy_state = type { i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i32, i64 } @idle = dso_local local_unnamed_addr global i64 0, align 8 @available = dso_local local_unnamed_addr global i64 0, align 8 @fd_req = dso_local local_unnamed_addr global ptr null, align 8 @swim3_queue = dso_local local_unnamed_addr global i32 0, align 4 @EIO = dso_local local_unnamed_addr global i32 0, align 4 @WRITE = dso_local local_unnamed_addr global i64 0, align 8 @WRITE_PROT = dso_local local_unnamed_addr global i32 0, align 4 @do_transfer = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @start_request], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @start_request(ptr noundef %0) #0 { %2 = load i64, ptr %0, align 8, !tbaa !5 %3 = load i64, ptr @idle, align 8, !tbaa !11 %4 = icmp eq i64 %2, %3 br i1 %4, label %5, label %80 5: ; preds = %1 %6 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 11 %7 = load i64, ptr %6, align 8, !tbaa !12 %8 = icmp eq i64 %7, 0 br i1 %8, label %13, label %9 9: ; preds = %5 %10 = load i64, ptr @available, align 8, !tbaa !11 store i64 %10, ptr %0, align 8, !tbaa !5 %11 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 10 %12 = tail call i32 @wake_up(ptr noundef nonnull %11) #2 br label %80 13: ; preds = %5 %14 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 1 %15 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 9 %16 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 2 %17 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 4 %18 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 3 %19 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 6 %20 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 5 %21 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 7 %22 = getelementptr inbounds %struct.floppy_state, ptr %0, i64 0, i32 8 br label %23 23: ; preds = %13, %39 %24 = load ptr, ptr @fd_req, align 8, !tbaa !13 %25 = icmp eq ptr %24, null br i1 %25, label %26, label %30 26: ; preds = %23 %27 = load i32, ptr @swim3_queue, align 4, !tbaa !15 %28 = tail call ptr @blk_fetch_request(i32 noundef %27) #2 store ptr %28, ptr @fd_req, align 8, !tbaa !13 %29 = icmp eq ptr %28, null br i1 %29, label %80, label %30 30: ; preds = %26, %23 %31 = phi ptr [ %28, %26 ], [ %24, %23 ] %32 = tail call i64 @blk_rq_pos(ptr noundef nonnull %31) #2 %33 = load i64, ptr %14, align 8, !tbaa !16 %34 = icmp slt i64 %32, %33 br i1 %34, label %43, label %35 35: ; preds = %30 %36 = load i32, ptr @EIO, align 4, !tbaa !15 %37 = sub nsw i32 0, %36 %38 = tail call i32 @swim3_end_request_cur(i32 noundef %37) #2 br label %39 39: ; preds = %35, %46, %63, %67 %40 = load i64, ptr %0, align 8, !tbaa !5 %41 = load i64, ptr @idle, align 8, !tbaa !11 %42 = icmp eq i64 %40, %41 br i1 %42, label %23, label %80, !llvm.loop !17 43: ; preds = %30 %44 = load i64, ptr %15, align 8, !tbaa !19 %45 = icmp eq i64 %44, 0 br i1 %45, label %50, label %46 46: ; preds = %43 %47 = load i32, ptr @EIO, align 4, !tbaa !15 %48 = sub nsw i32 0, %47 %49 = tail call i32 @swim3_end_request_cur(i32 noundef %48) #2 br label %39 50: ; preds = %43 %51 = tail call i64 @rq_data_dir(ptr noundef nonnull %31) #2 %52 = load i64, ptr @WRITE, align 8, !tbaa !11 %53 = icmp eq i64 %51, %52 br i1 %53, label %54, label %67 54: ; preds = %50 %55 = load i64, ptr %16, align 8, !tbaa !20 %56 = icmp slt i64 %55, 0 br i1 %56, label %57, label %60 57: ; preds = %54 %58 = load i32, ptr @WRITE_PROT, align 4, !tbaa !15 %59 = tail call i64 @swim3_readbit(ptr noundef nonnull %0, i32 noundef %58) #2 store i64 %59, ptr %16, align 8, !tbaa !20 br label %60 60: ; preds = %57, %54 %61 = phi i64 [ %59, %57 ], [ %55, %54 ] %62 = icmp eq i64 %61, 0 br i1 %62, label %67, label %63 63: ; preds = %60 %64 = load i32, ptr @EIO, align 4, !tbaa !15 %65 = sub nsw i32 0, %64 %66 = tail call i32 @swim3_end_request_cur(i32 noundef %65) #2 br label %39 67: ; preds = %60, %50 %68 = tail call i64 @blk_rq_pos(ptr noundef nonnull %31) #2 %69 = load i64, ptr %17, align 8, !tbaa !21 %70 = sdiv i64 %68, %69 store i64 %70, ptr %18, align 8, !tbaa !22 %71 = tail call i64 @blk_rq_pos(ptr noundef nonnull %31) #2 %72 = load i64, ptr %17, align 8, !tbaa !21 %73 = srem i64 %71, %72 %74 = load i64, ptr %19, align 8, !tbaa !23 %75 = udiv i64 %73, %74 store i64 %75, ptr %20, align 8, !tbaa !24 %76 = urem i64 %73, %74 %77 = add nuw i64 %76, 1 store i64 %77, ptr %21, align 8, !tbaa !25 store ptr %31, ptr @fd_req, align 8, !tbaa !13 %78 = load i64, ptr @do_transfer, align 8, !tbaa !11 store i64 %78, ptr %0, align 8, !tbaa !5 store i64 0, ptr %22, align 8, !tbaa !26 %79 = tail call i32 @act(ptr noundef nonnull %0) #2 br label %39 80: ; preds = %26, %39, %1, %9 ret void } declare i32 @wake_up(ptr noundef) local_unnamed_addr #1 declare ptr @blk_fetch_request(i32 noundef) local_unnamed_addr #1 declare i64 @blk_rq_pos(ptr noundef) local_unnamed_addr #1 declare i32 @swim3_end_request_cur(i32 noundef) local_unnamed_addr #1 declare i64 @rq_data_dir(ptr noundef) local_unnamed_addr #1 declare i64 @swim3_readbit(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @act(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"floppy_state", !7, i64 0, !7, i64 8, !7, i64 16, !7, i64 24, !7, i64 32, !7, i64 40, !7, i64 48, !7, i64 56, !7, i64 64, !7, i64 72, !10, i64 80, !7, i64 88} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!7, !7, i64 0} !12 = !{!6, !7, i64 88} !13 = !{!14, !14, i64 0} !14 = !{!"any pointer", !8, i64 0} !15 = !{!10, !10, i64 0} !16 = !{!6, !7, i64 8} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"} !19 = !{!6, !7, i64 72} !20 = !{!6, !7, i64 16} !21 = !{!6, !7, i64 32} !22 = !{!6, !7, i64 24} !23 = !{!6, !7, i64 48} !24 = !{!6, !7, i64 40} !25 = !{!6, !7, i64 56} !26 = !{!6, !7, i64 64}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/block/extr_swim3.c_start_request.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/block/extr_swim3.c_start_request.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @idle = common local_unnamed_addr global i64 0, align 8 @available = common local_unnamed_addr global i64 0, align 8 @fd_req = common local_unnamed_addr global ptr null, align 8 @swim3_queue = common local_unnamed_addr global i32 0, align 4 @EIO = common local_unnamed_addr global i32 0, align 4 @WRITE = common local_unnamed_addr global i64 0, align 8 @WRITE_PROT = common local_unnamed_addr global i32 0, align 4 @do_transfer = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @start_request], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @start_request(ptr noundef %0) #0 { %2 = load i64, ptr %0, align 8, !tbaa !6 %3 = load i64, ptr @idle, align 8, !tbaa !12 %4 = icmp eq i64 %2, %3 br i1 %4, label %5, label %83 5: ; preds = %1 %6 = getelementptr inbounds i8, ptr %0, i64 88 %7 = load i64, ptr %6, align 8, !tbaa !13 %8 = icmp eq i64 %7, 0 br i1 %8, label %13, label %9 9: ; preds = %5 %10 = load i64, ptr @available, align 8, !tbaa !12 store i64 %10, ptr %0, align 8, !tbaa !6 %11 = getelementptr inbounds i8, ptr %0, i64 80 %12 = tail call i32 @wake_up(ptr noundef nonnull %11) #2 br label %83 13: ; preds = %5 %14 = getelementptr inbounds i8, ptr %0, i64 8 %15 = getelementptr inbounds i8, ptr %0, i64 72 %16 = getelementptr inbounds i8, ptr %0, i64 16 %17 = getelementptr inbounds i8, ptr %0, i64 32 %18 = getelementptr inbounds i8, ptr %0, i64 24 %19 = getelementptr inbounds i8, ptr %0, i64 48 %20 = getelementptr inbounds i8, ptr %0, i64 40 %21 = getelementptr inbounds i8, ptr %0, i64 56 %22 = getelementptr inbounds i8, ptr %0, i64 64 br label %23 23: ; preds = %13, %39 %24 = load ptr, ptr @fd_req, align 8, !tbaa !14 %25 = icmp eq ptr %24, null br i1 %25, label %26, label %30 26: ; preds = %23 %27 = load i32, ptr @swim3_queue, align 4, !tbaa !16 %28 = tail call ptr @blk_fetch_request(i32 noundef %27) #2 store ptr %28, ptr @fd_req, align 8, !tbaa !14 %29 = icmp eq ptr %28, null br i1 %29, label %83, label %30 30: ; preds = %26, %23 %31 = phi ptr [ %28, %26 ], [ %24, %23 ] %32 = tail call i64 @blk_rq_pos(ptr noundef nonnull %31) #2 %33 = load i64, ptr %14, align 8, !tbaa !17 %34 = icmp slt i64 %32, %33 br i1 %34, label %43, label %35 35: ; preds = %30 %36 = load i32, ptr @EIO, align 4, !tbaa !16 %37 = sub nsw i32 0, %36 %38 = tail call i32 @swim3_end_request_cur(i32 noundef %37) #2 br label %39 39: ; preds = %35, %46, %63, %67 %40 = load i64, ptr %0, align 8, !tbaa !6 %41 = load i64, ptr @idle, align 8, !tbaa !12 %42 = icmp eq i64 %40, %41 br i1 %42, label %23, label %83, !llvm.loop !18 43: ; preds = %30 %44 = load i64, ptr %15, align 8, !tbaa !20 %45 = icmp eq i64 %44, 0 br i1 %45, label %50, label %46 46: ; preds = %43 %47 = load i32, ptr @EIO, align 4, !tbaa !16 %48 = sub nsw i32 0, %47 %49 = tail call i32 @swim3_end_request_cur(i32 noundef %48) #2 br label %39 50: ; preds = %43 %51 = tail call i64 @rq_data_dir(ptr noundef nonnull %31) #2 %52 = load i64, ptr @WRITE, align 8, !tbaa !12 %53 = icmp eq i64 %51, %52 br i1 %53, label %54, label %67 54: ; preds = %50 %55 = load i64, ptr %16, align 8, !tbaa !21 %56 = icmp slt i64 %55, 0 br i1 %56, label %57, label %60 57: ; preds = %54 %58 = load i32, ptr @WRITE_PROT, align 4, !tbaa !16 %59 = tail call i64 @swim3_readbit(ptr noundef nonnull %0, i32 noundef %58) #2 store i64 %59, ptr %16, align 8, !tbaa !21 br label %60 60: ; preds = %57, %54 %61 = phi i64 [ %59, %57 ], [ %55, %54 ] %62 = icmp eq i64 %61, 0 br i1 %62, label %67, label %63 63: ; preds = %60 %64 = load i32, ptr @EIO, align 4, !tbaa !16 %65 = sub nsw i32 0, %64 %66 = tail call i32 @swim3_end_request_cur(i32 noundef %65) #2 br label %39 67: ; preds = %60, %50 %68 = tail call i64 @blk_rq_pos(ptr noundef nonnull %31) #2 %69 = load i64, ptr %17, align 8, !tbaa !22 %70 = sdiv i64 %68, %69 store i64 %70, ptr %18, align 8, !tbaa !23 %71 = tail call i64 @blk_rq_pos(ptr noundef nonnull %31) #2 %72 = load i64, ptr %17, align 8, !tbaa !22 %73 = srem i64 %71, %72 %74 = load i64, ptr %19, align 8, !tbaa !24 %75 = freeze i64 %73 %76 = freeze i64 %74 %77 = udiv i64 %75, %76 store i64 %77, ptr %20, align 8, !tbaa !25 %78 = mul i64 %77, %76 %79 = sub i64 %75, %78 %80 = add nuw i64 %79, 1 store i64 %80, ptr %21, align 8, !tbaa !26 store ptr %31, ptr @fd_req, align 8, !tbaa !14 %81 = load i64, ptr @do_transfer, align 8, !tbaa !12 store i64 %81, ptr %0, align 8, !tbaa !6 store i64 0, ptr %22, align 8, !tbaa !27 %82 = tail call i32 @act(ptr noundef nonnull %0) #2 br label %39 83: ; preds = %26, %39, %1, %9 ret void } declare i32 @wake_up(ptr noundef) local_unnamed_addr #1 declare ptr @blk_fetch_request(i32 noundef) local_unnamed_addr #1 declare i64 @blk_rq_pos(ptr noundef) local_unnamed_addr #1 declare i32 @swim3_end_request_cur(i32 noundef) local_unnamed_addr #1 declare i64 @rq_data_dir(ptr noundef) local_unnamed_addr #1 declare i64 @swim3_readbit(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @act(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"floppy_state", !8, i64 0, !8, i64 8, !8, i64 16, !8, i64 24, !8, i64 32, !8, i64 40, !8, i64 48, !8, i64 56, !8, i64 64, !8, i64 72, !11, i64 80, !8, i64 88} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!8, !8, i64 0} !13 = !{!7, !8, i64 88} !14 = !{!15, !15, i64 0} !15 = !{!"any pointer", !9, i64 0} !16 = !{!11, !11, i64 0} !17 = !{!7, !8, i64 8} !18 = distinct !{!18, !19} !19 = !{!"llvm.loop.mustprogress"} !20 = !{!7, !8, i64 72} !21 = !{!7, !8, i64 16} !22 = !{!7, !8, i64 32} !23 = !{!7, !8, i64 24} !24 = !{!7, !8, i64 48} !25 = !{!7, !8, i64 40} !26 = !{!7, !8, i64 56} !27 = !{!7, !8, i64 64}
fastsocket_kernel_drivers_block_extr_swim3.c_start_request
; ModuleID = 'AnghaBench/linux/net/strparser/extr_strparser.c_default_read_sock_done.c' source_filename = "AnghaBench/linux/net/strparser/extr_strparser.c_default_read_sock_done.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @default_read_sock_done], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noundef i32 @default_read_sock_done(ptr nocapture readnone %0, i32 noundef returned %1) #0 { ret i32 %1 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/net/strparser/extr_strparser.c_default_read_sock_done.c' source_filename = "AnghaBench/linux/net/strparser/extr_strparser.c_default_read_sock_done.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @default_read_sock_done], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noundef i32 @default_read_sock_done(ptr nocapture readnone %0, i32 noundef returned %1) #0 { ret i32 %1 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_net_strparser_extr_strparser.c_default_read_sock_done
; ModuleID = 'AnghaBench/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/extr_stream_chacha20.c__crypto_stream_chacha20_pick_best_implementation.c' source_filename = "AnghaBench/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/extr_stream_chacha20.c__crypto_stream_chacha20_pick_best_implementation.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @crypto_stream_chacha20_ref_implementation = dso_local global i32 0, align 4 @implementation = dso_local local_unnamed_addr global ptr null, align 8 @crypto_stream_chacha20_dolbeau_avx2_implementation = dso_local local_unnamed_addr global i32 0, align 4 @crypto_stream_chacha20_dolbeau_ssse3_implementation = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(write, argmem: none, inaccessiblemem: none) uwtable define dso_local noundef i32 @_crypto_stream_chacha20_pick_best_implementation() local_unnamed_addr #0 { store ptr @crypto_stream_chacha20_ref_implementation, ptr @implementation, align 8, !tbaa !5 ret i32 0 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(write, argmem: none, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/extr_stream_chacha20.c__crypto_stream_chacha20_pick_best_implementation.c' source_filename = "AnghaBench/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/extr_stream_chacha20.c__crypto_stream_chacha20_pick_best_implementation.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @crypto_stream_chacha20_ref_implementation = common global i32 0, align 4 @implementation = common local_unnamed_addr global ptr null, align 8 @crypto_stream_chacha20_dolbeau_avx2_implementation = common local_unnamed_addr global i32 0, align 4 @crypto_stream_chacha20_dolbeau_ssse3_implementation = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(write, argmem: none, inaccessiblemem: none) uwtable(sync) define noundef i32 @_crypto_stream_chacha20_pick_best_implementation() local_unnamed_addr #0 { store ptr @crypto_stream_chacha20_ref_implementation, ptr @implementation, align 8, !tbaa !6 ret i32 0 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(write, argmem: none, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_sys_contrib_libsodium_src_libsodium_crypto_stream_chacha20_extr_stream_chacha20.c__crypto_stream_chacha20_pick_best_implementation
; ModuleID = 'AnghaBench/linux/net/sched/extr_sch_cake.c_cake_leaf.c' source_filename = "AnghaBench/linux/net/sched/extr_sch_cake.c_cake_leaf.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @cake_leaf], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noalias noundef ptr @cake_leaf(ptr nocapture readnone %0, i64 %1) #0 { ret ptr null } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/net/sched/extr_sch_cake.c_cake_leaf.c' source_filename = "AnghaBench/linux/net/sched/extr_sch_cake.c_cake_leaf.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @cake_leaf], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noalias noundef ptr @cake_leaf(ptr nocapture readnone %0, i64 %1) #0 { ret ptr null } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_net_sched_extr_sch_cake.c_cake_leaf
; ModuleID = 'AnghaBench/linux/fs/dlm/extr_dlm_internal.h_rsb_set_flag.c' source_filename = "AnghaBench/linux/fs/dlm/extr_dlm_internal.h_rsb_set_flag.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @rsb_set_flag], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal void @rsb_set_flag(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call i32 @__set_bit(i32 noundef %1, ptr noundef %0) #2 ret void } declare i32 @__set_bit(i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/fs/dlm/extr_dlm_internal.h_rsb_set_flag.c' source_filename = "AnghaBench/linux/fs/dlm/extr_dlm_internal.h_rsb_set_flag.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @rsb_set_flag], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal void @rsb_set_flag(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call i32 @__set_bit(i32 noundef %1, ptr noundef %0) #2 ret void } declare i32 @__set_bit(i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_fs_dlm_extr_dlm_internal.h_rsb_set_flag
; ModuleID = 'AnghaBench/freebsd/sys/dev/iicbus/extr_iiconf.c_iic2errno.c' source_filename = "AnghaBench/freebsd/sys/dev/iicbus/extr_iiconf.c_iic2errno.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @EALREADY = dso_local local_unnamed_addr global i32 0, align 4 @EIO = dso_local local_unnamed_addr global i32 0, align 4 @ETIMEDOUT = dso_local local_unnamed_addr global i32 0, align 4 @EWOULDBLOCK = dso_local local_unnamed_addr global i32 0, align 4 @EPROTO = dso_local local_unnamed_addr global i32 0, align 4 @EOVERFLOW = dso_local local_unnamed_addr global i32 0, align 4 @EOPNOTSUPP = dso_local local_unnamed_addr global i32 0, align 4 @EADDRNOTAVAIL = dso_local local_unnamed_addr global i32 0, align 4 @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 @IIC_ERRNO = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable define dso_local i32 @iic2errno(i32 noundef %0) local_unnamed_addr #0 { switch i32 %0, label %22 [ i32 128, label %33 i32 137, label %2 i32 136, label %4 i32 130, label %6 i32 138, label %8 i32 131, label %10 i32 129, label %12 i32 133, label %14 i32 134, label %16 i32 135, label %18 i32 132, label %20 ] 2: ; preds = %1 %3 = load i32, ptr @EALREADY, align 4, !tbaa !5 br label %33 4: ; preds = %1 %5 = load i32, ptr @EIO, align 4, !tbaa !5 br label %33 6: ; preds = %1 %7 = load i32, ptr @ETIMEDOUT, align 4, !tbaa !5 br label %33 8: ; preds = %1 %9 = load i32, ptr @EWOULDBLOCK, align 4, !tbaa !5 br label %33 10: ; preds = %1 %11 = load i32, ptr @EPROTO, align 4, !tbaa !5 br label %33 12: ; preds = %1 %13 = load i32, ptr @EIO, align 4, !tbaa !5 br label %33 14: ; preds = %1 %15 = load i32, ptr @EOVERFLOW, align 4, !tbaa !5 br label %33 16: ; preds = %1 %17 = load i32, ptr @EOPNOTSUPP, align 4, !tbaa !5 br label %33 18: ; preds = %1 %19 = load i32, ptr @EADDRNOTAVAIL, align 4, !tbaa !5 br label %33 20: ; preds = %1 %21 = load i32, ptr @ENOMEM, align 4, !tbaa !5 br label %33 22: ; preds = %1 %23 = load i32, ptr @IIC_ERRNO, align 4, !tbaa !5 %24 = and i32 %23, %0 %25 = icmp eq i32 %24, 0 br i1 %25, label %26, label %28 26: ; preds = %22 %27 = load i32, ptr @EIO, align 4, !tbaa !5 br label %33 28: ; preds = %22 %29 = icmp ult i32 %0, 65536 br i1 %29, label %30, label %33 30: ; preds = %28 %31 = xor i32 %23, -1 %32 = and i32 %31, %0 br label %33 33: ; preds = %28, %1, %30, %26, %20, %18, %16, %14, %12, %10, %8, %6, %4, %2 %34 = phi i32 [ %27, %26 ], [ %32, %30 ], [ %21, %20 ], [ %19, %18 ], [ %17, %16 ], [ %15, %14 ], [ %13, %12 ], [ %11, %10 ], [ %9, %8 ], [ %7, %6 ], [ %5, %4 ], [ %3, %2 ], [ 0, %1 ], [ %0, %28 ] ret i32 %34 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/sys/dev/iicbus/extr_iiconf.c_iic2errno.c' source_filename = "AnghaBench/freebsd/sys/dev/iicbus/extr_iiconf.c_iic2errno.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @EALREADY = common local_unnamed_addr global i32 0, align 4 @EIO = common local_unnamed_addr global i32 0, align 4 @ETIMEDOUT = common local_unnamed_addr global i32 0, align 4 @EWOULDBLOCK = common local_unnamed_addr global i32 0, align 4 @EPROTO = common local_unnamed_addr global i32 0, align 4 @EOVERFLOW = common local_unnamed_addr global i32 0, align 4 @EOPNOTSUPP = common local_unnamed_addr global i32 0, align 4 @EADDRNOTAVAIL = common local_unnamed_addr global i32 0, align 4 @ENOMEM = common local_unnamed_addr global i32 0, align 4 @IIC_ERRNO = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable(sync) define i32 @iic2errno(i32 noundef %0) local_unnamed_addr #0 { switch i32 %0, label %22 [ i32 128, label %33 i32 137, label %2 i32 136, label %4 i32 130, label %6 i32 138, label %8 i32 131, label %10 i32 129, label %12 i32 133, label %14 i32 134, label %16 i32 135, label %18 i32 132, label %20 ] 2: ; preds = %1 %3 = load i32, ptr @EALREADY, align 4, !tbaa !6 br label %33 4: ; preds = %1 %5 = load i32, ptr @EIO, align 4, !tbaa !6 br label %33 6: ; preds = %1 %7 = load i32, ptr @ETIMEDOUT, align 4, !tbaa !6 br label %33 8: ; preds = %1 %9 = load i32, ptr @EWOULDBLOCK, align 4, !tbaa !6 br label %33 10: ; preds = %1 %11 = load i32, ptr @EPROTO, align 4, !tbaa !6 br label %33 12: ; preds = %1 %13 = load i32, ptr @EIO, align 4, !tbaa !6 br label %33 14: ; preds = %1 %15 = load i32, ptr @EOVERFLOW, align 4, !tbaa !6 br label %33 16: ; preds = %1 %17 = load i32, ptr @EOPNOTSUPP, align 4, !tbaa !6 br label %33 18: ; preds = %1 %19 = load i32, ptr @EADDRNOTAVAIL, align 4, !tbaa !6 br label %33 20: ; preds = %1 %21 = load i32, ptr @ENOMEM, align 4, !tbaa !6 br label %33 22: ; preds = %1 %23 = load i32, ptr @IIC_ERRNO, align 4, !tbaa !6 %24 = and i32 %23, %0 %25 = icmp eq i32 %24, 0 br i1 %25, label %26, label %28 26: ; preds = %22 %27 = load i32, ptr @EIO, align 4, !tbaa !6 br label %33 28: ; preds = %22 %29 = icmp ult i32 %0, 65536 br i1 %29, label %30, label %33 30: ; preds = %28 %31 = xor i32 %23, -1 %32 = and i32 %31, %0 br label %33 33: ; preds = %28, %1, %30, %26, %20, %18, %16, %14, %12, %10, %8, %6, %4, %2 %34 = phi i32 [ %27, %26 ], [ %32, %30 ], [ %21, %20 ], [ %19, %18 ], [ %17, %16 ], [ %15, %14 ], [ %13, %12 ], [ %11, %10 ], [ %9, %8 ], [ %7, %6 ], [ %5, %4 ], [ %3, %2 ], [ 0, %1 ], [ %0, %28 ] ret i32 %34 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_sys_dev_iicbus_extr_iiconf.c_iic2errno
; ModuleID = 'AnghaBench/freebsd/libexec/rtld-elf/sparc64/extr_reloc.c_pre_init.c' source_filename = "AnghaBench/freebsd/libexec/rtld-elf/sparc64/extr_reloc.c_pre_init.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: nounwind uwtable define dso_local void @pre_init() local_unnamed_addr #0 { %1 = tail call i32 (...) @__sparc_utrap_setup() #2 ret void } declare i32 @__sparc_utrap_setup(...) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/freebsd/libexec/rtld-elf/sparc64/extr_reloc.c_pre_init.c' source_filename = "AnghaBench/freebsd/libexec/rtld-elf/sparc64/extr_reloc.c_pre_init.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nounwind ssp uwtable(sync) define void @pre_init() local_unnamed_addr #0 { %1 = tail call i32 @__sparc_utrap_setup() #2 ret void } declare i32 @__sparc_utrap_setup(...) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
freebsd_libexec_rtld-elf_sparc64_extr_reloc.c_pre_init
; ModuleID = 'AnghaBench/freebsd/crypto/openssl/crypto/engine/extr_eng_openssl.c_test_r4_40_cipher_destroy.c' source_filename = "AnghaBench/freebsd/crypto/openssl/crypto/engine/extr_eng_openssl.c_test_r4_40_cipher_destroy.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @r4_40_cipher = dso_local local_unnamed_addr global ptr null, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @test_r4_40_cipher_destroy], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @test_r4_40_cipher_destroy() #0 { %1 = load ptr, ptr @r4_40_cipher, align 8, !tbaa !5 %2 = tail call i32 @EVP_CIPHER_meth_free(ptr noundef %1) #2 store ptr null, ptr @r4_40_cipher, align 8, !tbaa !5 ret void } declare i32 @EVP_CIPHER_meth_free(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/crypto/openssl/crypto/engine/extr_eng_openssl.c_test_r4_40_cipher_destroy.c' source_filename = "AnghaBench/freebsd/crypto/openssl/crypto/engine/extr_eng_openssl.c_test_r4_40_cipher_destroy.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @r4_40_cipher = common local_unnamed_addr global ptr null, align 8 @llvm.used = appending global [1 x ptr] [ptr @test_r4_40_cipher_destroy], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @test_r4_40_cipher_destroy() #0 { %1 = load ptr, ptr @r4_40_cipher, align 8, !tbaa !6 %2 = tail call i32 @EVP_CIPHER_meth_free(ptr noundef %1) #2 store ptr null, ptr @r4_40_cipher, align 8, !tbaa !6 ret void } declare i32 @EVP_CIPHER_meth_free(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_crypto_openssl_crypto_engine_extr_eng_openssl.c_test_r4_40_cipher_destroy
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/scsi/extr_sun3x_esp.c_sun3x_esp_read8.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/scsi/extr_sun3x_esp.c_sun3x_esp_read8.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @sun3x_esp_read8], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @sun3x_esp_read8(ptr nocapture noundef readonly %0, i64 noundef %1) #0 { %3 = load i64, ptr %0, align 8, !tbaa !5 %4 = shl i64 %1, 2 %5 = add i64 %3, %4 %6 = tail call i32 @readb(i64 noundef %5) #2 ret i32 %6 } declare i32 @readb(i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"esp", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/scsi/extr_sun3x_esp.c_sun3x_esp_read8.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/scsi/extr_sun3x_esp.c_sun3x_esp_read8.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @sun3x_esp_read8], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @sun3x_esp_read8(ptr nocapture noundef readonly %0, i64 noundef %1) #0 { %3 = load i64, ptr %0, align 8, !tbaa !6 %4 = shl i64 %1, 2 %5 = add i64 %3, %4 %6 = tail call i32 @readb(i64 noundef %5) #2 ret i32 %6 } declare i32 @readb(i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"esp", !8, i64 0} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_scsi_extr_sun3x_esp.c_sun3x_esp_read8
; ModuleID = 'AnghaBench/netdata/libnetdata/eval/extr_eval.c_parse_full_expression.c' source_filename = "AnghaBench/netdata/libnetdata/eval/extr_eval.c_parse_full_expression.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @EVAL_ERROR_MISSING_OPERAND = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @parse_full_expression], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal ptr @parse_full_expression(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @parse_one_full_operand(ptr noundef %0, ptr noundef %1) #2 %4 = icmp eq ptr %3, null br i1 %4, label %5, label %7 5: ; preds = %2 %6 = load i32, ptr @EVAL_ERROR_MISSING_OPERAND, align 4, !tbaa !5 store i32 %6, ptr %1, align 4, !tbaa !5 br label %9 7: ; preds = %2 %8 = tail call ptr @parse_rest_of_expression(ptr noundef %0, ptr noundef %1, ptr noundef nonnull %3) #2 br label %9 9: ; preds = %7, %5 %10 = phi ptr [ %8, %7 ], [ null, %5 ] ret ptr %10 } declare ptr @parse_one_full_operand(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @parse_rest_of_expression(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/netdata/libnetdata/eval/extr_eval.c_parse_full_expression.c' source_filename = "AnghaBench/netdata/libnetdata/eval/extr_eval.c_parse_full_expression.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @EVAL_ERROR_MISSING_OPERAND = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @parse_full_expression], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal ptr @parse_full_expression(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @parse_one_full_operand(ptr noundef %0, ptr noundef %1) #2 %4 = icmp eq ptr %3, null br i1 %4, label %5, label %7 5: ; preds = %2 %6 = load i32, ptr @EVAL_ERROR_MISSING_OPERAND, align 4, !tbaa !6 store i32 %6, ptr %1, align 4, !tbaa !6 br label %9 7: ; preds = %2 %8 = tail call ptr @parse_rest_of_expression(ptr noundef %0, ptr noundef %1, ptr noundef nonnull %3) #2 br label %9 9: ; preds = %7, %5 %10 = phi ptr [ %8, %7 ], [ null, %5 ] ret ptr %10 } declare ptr @parse_one_full_operand(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @parse_rest_of_expression(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
netdata_libnetdata_eval_extr_eval.c_parse_full_expression
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/quantenna/qtnfmac/extr_commands.c_qtnf_cmd_send_external_auth.c' source_filename = "AnghaBench/linux/drivers/net/wireless/quantenna/qtnfmac/extr_commands.c_qtnf_cmd_send_external_auth.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_2__ = type { i32, i32 } %struct.qtnf_vif = type { ptr, i32 } %struct.qlink_cmd_external_auth = type { i32, i32 } %struct.cfg80211_external_auth_params = type { i32, i32 } @QLINK_CMD_EXTERNAL_AUTH = dso_local local_unnamed_addr global i32 0, align 4 @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @qtnf_cmd_send_external_auth(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = getelementptr inbounds %struct.TYPE_2__, ptr %3, i64 0, i32 1 %5 = load i32, ptr %4, align 4, !tbaa !11 %6 = getelementptr inbounds %struct.qtnf_vif, ptr %0, i64 0, i32 1 %7 = load i32, ptr %6, align 8, !tbaa !13 %8 = load i32, ptr @QLINK_CMD_EXTERNAL_AUTH, align 4, !tbaa !14 %9 = tail call ptr @qtnf_cmd_alloc_new_cmdskb(i32 noundef %5, i32 noundef %7, i32 noundef %8, i32 noundef 8) #2 %10 = icmp eq ptr %9, null br i1 %10, label %11, label %14 11: ; preds = %2 %12 = load i32, ptr @ENOMEM, align 4, !tbaa !14 %13 = sub nsw i32 0, %12 br label %33 14: ; preds = %2 %15 = load i64, ptr %9, align 8, !tbaa !15 %16 = inttoptr i64 %15 to ptr %17 = getelementptr inbounds %struct.qlink_cmd_external_auth, ptr %16, i64 0, i32 1 %18 = load i32, ptr %17, align 4, !tbaa !18 %19 = getelementptr inbounds %struct.cfg80211_external_auth_params, ptr %1, i64 0, i32 1 %20 = load i32, ptr %19, align 4, !tbaa !20 %21 = tail call i32 @ether_addr_copy(i32 noundef %18, i32 noundef %20) #2 %22 = load i32, ptr %1, align 4, !tbaa !22 %23 = tail call i32 @cpu_to_le16(i32 noundef %22) #2 store i32 %23, ptr %16, align 4, !tbaa !23 %24 = load ptr, ptr %0, align 8, !tbaa !5 %25 = load i32, ptr %24, align 4, !tbaa !24 %26 = tail call i32 @qtnf_bus_lock(i32 noundef %25) #2 %27 = load ptr, ptr %0, align 8, !tbaa !5 %28 = load i32, ptr %27, align 4, !tbaa !24 %29 = tail call i32 @qtnf_cmd_send(i32 noundef %28, ptr noundef nonnull %9) #2 %30 = load ptr, ptr %0, align 8, !tbaa !5 %31 = load i32, ptr %30, align 4, !tbaa !24 %32 = tail call i32 @qtnf_bus_unlock(i32 noundef %31) #2 br label %33 33: ; preds = %14, %11 %34 = phi i32 [ %29, %14 ], [ %13, %11 ] ret i32 %34 } declare ptr @qtnf_cmd_alloc_new_cmdskb(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ether_addr_copy(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cpu_to_le16(i32 noundef) local_unnamed_addr #1 declare i32 @qtnf_bus_lock(i32 noundef) local_unnamed_addr #1 declare i32 @qtnf_cmd_send(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @qtnf_bus_unlock(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"qtnf_vif", !7, i64 0, !10, i64 8} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!12, !10, i64 4} !12 = !{!"TYPE_2__", !10, i64 0, !10, i64 4} !13 = !{!6, !10, i64 8} !14 = !{!10, !10, i64 0} !15 = !{!16, !17, i64 0} !16 = !{!"sk_buff", !17, i64 0} !17 = !{!"long", !8, i64 0} !18 = !{!19, !10, i64 4} !19 = !{!"qlink_cmd_external_auth", !10, i64 0, !10, i64 4} !20 = !{!21, !10, i64 4} !21 = !{!"cfg80211_external_auth_params", !10, i64 0, !10, i64 4} !22 = !{!21, !10, i64 0} !23 = !{!19, !10, i64 0} !24 = !{!12, !10, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/quantenna/qtnfmac/extr_commands.c_qtnf_cmd_send_external_auth.c' source_filename = "AnghaBench/linux/drivers/net/wireless/quantenna/qtnfmac/extr_commands.c_qtnf_cmd_send_external_auth.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @QLINK_CMD_EXTERNAL_AUTH = common local_unnamed_addr global i32 0, align 4 @ENOMEM = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @qtnf_cmd_send_external_auth(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = getelementptr inbounds i8, ptr %3, i64 4 %5 = load i32, ptr %4, align 4, !tbaa !12 %6 = getelementptr inbounds i8, ptr %0, i64 8 %7 = load i32, ptr %6, align 8, !tbaa !14 %8 = load i32, ptr @QLINK_CMD_EXTERNAL_AUTH, align 4, !tbaa !15 %9 = tail call ptr @qtnf_cmd_alloc_new_cmdskb(i32 noundef %5, i32 noundef %7, i32 noundef %8, i32 noundef 8) #2 %10 = icmp eq ptr %9, null br i1 %10, label %11, label %14 11: ; preds = %2 %12 = load i32, ptr @ENOMEM, align 4, !tbaa !15 %13 = sub nsw i32 0, %12 br label %33 14: ; preds = %2 %15 = load i64, ptr %9, align 8, !tbaa !16 %16 = inttoptr i64 %15 to ptr %17 = getelementptr inbounds i8, ptr %16, i64 4 %18 = load i32, ptr %17, align 4, !tbaa !19 %19 = getelementptr inbounds i8, ptr %1, i64 4 %20 = load i32, ptr %19, align 4, !tbaa !21 %21 = tail call i32 @ether_addr_copy(i32 noundef %18, i32 noundef %20) #2 %22 = load i32, ptr %1, align 4, !tbaa !23 %23 = tail call i32 @cpu_to_le16(i32 noundef %22) #2 store i32 %23, ptr %16, align 4, !tbaa !24 %24 = load ptr, ptr %0, align 8, !tbaa !6 %25 = load i32, ptr %24, align 4, !tbaa !25 %26 = tail call i32 @qtnf_bus_lock(i32 noundef %25) #2 %27 = load ptr, ptr %0, align 8, !tbaa !6 %28 = load i32, ptr %27, align 4, !tbaa !25 %29 = tail call i32 @qtnf_cmd_send(i32 noundef %28, ptr noundef nonnull %9) #2 %30 = load ptr, ptr %0, align 8, !tbaa !6 %31 = load i32, ptr %30, align 4, !tbaa !25 %32 = tail call i32 @qtnf_bus_unlock(i32 noundef %31) #2 br label %33 33: ; preds = %14, %11 %34 = phi i32 [ %29, %14 ], [ %13, %11 ] ret i32 %34 } declare ptr @qtnf_cmd_alloc_new_cmdskb(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ether_addr_copy(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cpu_to_le16(i32 noundef) local_unnamed_addr #1 declare i32 @qtnf_bus_lock(i32 noundef) local_unnamed_addr #1 declare i32 @qtnf_cmd_send(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @qtnf_bus_unlock(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"qtnf_vif", !8, i64 0, !11, i64 8} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!13, !11, i64 4} !13 = !{!"TYPE_2__", !11, i64 0, !11, i64 4} !14 = !{!7, !11, i64 8} !15 = !{!11, !11, i64 0} !16 = !{!17, !18, i64 0} !17 = !{!"sk_buff", !18, i64 0} !18 = !{!"long", !9, i64 0} !19 = !{!20, !11, i64 4} !20 = !{!"qlink_cmd_external_auth", !11, i64 0, !11, i64 4} !21 = !{!22, !11, i64 4} !22 = !{!"cfg80211_external_auth_params", !11, i64 0, !11, i64 4} !23 = !{!22, !11, i64 0} !24 = !{!20, !11, i64 0} !25 = !{!13, !11, i64 0}
linux_drivers_net_wireless_quantenna_qtnfmac_extr_commands.c_qtnf_cmd_send_external_auth
; ModuleID = 'AnghaBench/linux/security/apparmor/extr_lib.c_aa_perms_accum.c' source_filename = "AnghaBench/linux/security/apparmor/extr_lib.c_aa_perms_accum.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.aa_perms = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 } ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable define dso_local void @aa_perms_accum(ptr nocapture noundef %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = load i32, ptr %1, align 4, !tbaa !5 %4 = load i32, ptr %0, align 4, !tbaa !5 %5 = or i32 %4, %3 store i32 %5, ptr %0, align 4, !tbaa !5 %6 = getelementptr inbounds %struct.aa_perms, ptr %1, i64 0, i32 1 %7 = load i32, ptr %6, align 4, !tbaa !10 %8 = xor i32 %5, -1 %9 = and i32 %7, %8 %10 = getelementptr inbounds %struct.aa_perms, ptr %0, i64 0, i32 1 %11 = load i32, ptr %10, align 4, !tbaa !10 %12 = getelementptr inbounds %struct.aa_perms, ptr %1, i64 0, i32 2 %13 = load i32, ptr %12, align 4, !tbaa !11 %14 = getelementptr inbounds %struct.aa_perms, ptr %0, i64 0, i32 2 %15 = load i32, ptr %14, align 4, !tbaa !11 %16 = getelementptr inbounds %struct.aa_perms, ptr %1, i64 0, i32 3 %17 = load i32, ptr %16, align 4, !tbaa !12 %18 = getelementptr inbounds %struct.aa_perms, ptr %0, i64 0, i32 3 %19 = load i32, ptr %18, align 4, !tbaa !12 %20 = and i32 %17, %19 %21 = getelementptr inbounds %struct.aa_perms, ptr %1, i64 0, i32 4 %22 = getelementptr inbounds %struct.aa_perms, ptr %0, i64 0, i32 4 %23 = and i32 %9, %11 store i32 %23, ptr %10, align 4, !tbaa !10 %24 = and i32 %13, %23 %25 = or i32 %15, %24 store i32 %25, ptr %14, align 4, !tbaa !11 %26 = or i32 %23, %5 %27 = insertelement <2 x i32> poison, i32 %23, i64 0 %28 = insertelement <2 x i32> %27, i32 %26, i64 1 %29 = xor <2 x i32> %28, <i32 -1, i32 -1> %30 = shufflevector <2 x i32> %29, <2 x i32> poison, <4 x i32> <i32 0, i32 0, i32 1, i32 1> %31 = extractelement <2 x i32> %29, i64 0 %32 = and i32 %20, %31 store i32 %32, ptr %18, align 4, !tbaa !12 %33 = load <4 x i32>, ptr %21, align 4, !tbaa !13 %34 = and <4 x i32> %33, %30 %35 = load <4 x i32>, ptr %22, align 4, !tbaa !13 %36 = or <4 x i32> %35, %34 store <4 x i32> %36, ptr %22, align 4, !tbaa !13 %37 = getelementptr inbounds %struct.aa_perms, ptr %1, i64 0, i32 8 %38 = load i32, ptr %37, align 4, !tbaa !14 %39 = getelementptr inbounds %struct.aa_perms, ptr %0, i64 0, i32 8 %40 = load i32, ptr %39, align 4, !tbaa !14 %41 = and i32 %38, %40 %42 = and i32 %41, %31 store i32 %42, ptr %39, align 4, !tbaa !14 %43 = getelementptr inbounds %struct.aa_perms, ptr %1, i64 0, i32 9 %44 = load i32, ptr %43, align 4, !tbaa !15 %45 = extractelement <2 x i32> %29, i64 1 %46 = and i32 %44, %45 %47 = getelementptr inbounds %struct.aa_perms, ptr %0, i64 0, i32 9 %48 = load i32, ptr %47, align 4, !tbaa !15 %49 = or i32 %48, %46 store i32 %49, ptr %47, align 4, !tbaa !15 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"aa_perms", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12, !7, i64 16, !7, i64 20, !7, i64 24, !7, i64 28, !7, i64 32, !7, i64 36} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 4} !11 = !{!6, !7, i64 8} !12 = !{!6, !7, i64 12} !13 = !{!7, !7, i64 0} !14 = !{!6, !7, i64 32} !15 = !{!6, !7, i64 36}
; ModuleID = 'AnghaBench/linux/security/apparmor/extr_lib.c_aa_perms_accum.c' source_filename = "AnghaBench/linux/security/apparmor/extr_lib.c_aa_perms_accum.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) define void @aa_perms_accum(ptr nocapture noundef %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = load i32, ptr %1, align 4, !tbaa !6 %4 = load i32, ptr %0, align 4, !tbaa !6 %5 = or i32 %4, %3 store i32 %5, ptr %0, align 4, !tbaa !6 %6 = getelementptr inbounds i8, ptr %1, i64 4 %7 = load i32, ptr %6, align 4, !tbaa !11 %8 = xor i32 %5, -1 %9 = and i32 %7, %8 %10 = getelementptr inbounds i8, ptr %0, i64 4 %11 = load i32, ptr %10, align 4, !tbaa !11 %12 = and i32 %9, %11 store i32 %12, ptr %10, align 4, !tbaa !11 %13 = getelementptr inbounds i8, ptr %1, i64 8 %14 = load i32, ptr %13, align 4, !tbaa !12 %15 = and i32 %14, %12 %16 = getelementptr inbounds i8, ptr %0, i64 8 %17 = load i32, ptr %16, align 4, !tbaa !12 %18 = or i32 %17, %15 store i32 %18, ptr %16, align 4, !tbaa !12 %19 = getelementptr inbounds i8, ptr %1, i64 12 %20 = load i32, ptr %19, align 4, !tbaa !13 %21 = getelementptr inbounds i8, ptr %0, i64 12 %22 = load i32, ptr %21, align 4, !tbaa !13 %23 = and i32 %20, %22 %24 = getelementptr inbounds i8, ptr %1, i64 16 %25 = getelementptr inbounds i8, ptr %0, i64 16 %26 = or i32 %12, %5 %27 = insertelement <2 x i32> poison, i32 %12, i64 0 %28 = insertelement <2 x i32> %27, i32 %26, i64 1 %29 = xor <2 x i32> %28, <i32 -1, i32 -1> %30 = shufflevector <2 x i32> %29, <2 x i32> poison, <4 x i32> <i32 0, i32 0, i32 1, i32 1> %31 = extractelement <2 x i32> %29, i64 0 %32 = and i32 %23, %31 store i32 %32, ptr %21, align 4, !tbaa !13 %33 = load <4 x i32>, ptr %24, align 4, !tbaa !14 %34 = and <4 x i32> %33, %30 %35 = load <4 x i32>, ptr %25, align 4, !tbaa !14 %36 = or <4 x i32> %35, %34 store <4 x i32> %36, ptr %25, align 4, !tbaa !14 %37 = getelementptr inbounds i8, ptr %1, i64 32 %38 = load i32, ptr %37, align 4, !tbaa !15 %39 = getelementptr inbounds i8, ptr %0, i64 32 %40 = load i32, ptr %39, align 4, !tbaa !15 %41 = and i32 %38, %40 %42 = and i32 %41, %31 store i32 %42, ptr %39, align 4, !tbaa !15 %43 = getelementptr inbounds i8, ptr %1, i64 36 %44 = load i32, ptr %43, align 4, !tbaa !16 %45 = extractelement <2 x i32> %29, i64 1 %46 = and i32 %44, %45 %47 = getelementptr inbounds i8, ptr %0, i64 36 %48 = load i32, ptr %47, align 4, !tbaa !16 %49 = or i32 %48, %46 store i32 %49, ptr %47, align 4, !tbaa !16 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"aa_perms", !8, i64 0, !8, i64 4, !8, i64 8, !8, i64 12, !8, i64 16, !8, i64 20, !8, i64 24, !8, i64 28, !8, i64 32, !8, i64 36} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 4} !12 = !{!7, !8, i64 8} !13 = !{!7, !8, i64 12} !14 = !{!8, !8, i64 0} !15 = !{!7, !8, i64 32} !16 = !{!7, !8, i64 36}
linux_security_apparmor_extr_lib.c_aa_perms_accum
; ModuleID = 'AnghaBench/freebsd/contrib/apr/time/unix/extr_time.c_get_offset.c' source_filename = "AnghaBench/freebsd/contrib/apr/time/unix/extr_time.c_get_offset.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @server_gmt_offset = dso_local local_unnamed_addr global i64 0, align 8 @daylightOffset = dso_local local_unnamed_addr global i64 0, align 8 @daylightOnOff = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @get_offset], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, inaccessiblemem: none) uwtable define internal i64 @get_offset(ptr nocapture noundef readonly %0) #0 { %2 = load i64, ptr %0, align 8, !tbaa !5 %3 = icmp eq i64 %2, 0 %4 = load i64, ptr @server_gmt_offset, align 8 %5 = add nsw i64 %4, 3600 %6 = select i1 %3, i64 %4, i64 %5 ret i64 %6 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"tm", !7, i64 0, !7, i64 8, !7, i64 16} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/contrib/apr/time/unix/extr_time.c_get_offset.c' source_filename = "AnghaBench/freebsd/contrib/apr/time/unix/extr_time.c_get_offset.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @server_gmt_offset = common local_unnamed_addr global i64 0, align 8 @daylightOffset = common local_unnamed_addr global i64 0, align 8 @daylightOnOff = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @get_offset], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, inaccessiblemem: none) uwtable(sync) define internal i64 @get_offset(ptr nocapture noundef readonly %0) #0 { %2 = load i64, ptr %0, align 8, !tbaa !6 %3 = icmp eq i64 %2, 0 %4 = load i64, ptr @server_gmt_offset, align 8 %5 = add nsw i64 %4, 3600 %6 = select i1 %3, i64 %4, i64 %5 ret i64 %6 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"tm", !8, i64 0, !8, i64 8, !8, i64 16} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_apr_time_unix_extr_time.c_get_offset
; ModuleID = 'AnghaBench/sumatrapdf/mupdf/source/pdf/extr_pdf-op-filter.c_pdf_filter_gs_begin.c' source_filename = "AnghaBench/sumatrapdf/mupdf/source/pdf/extr_pdf-op-filter.c_pdf_filter_gs_begin.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @FLUSH_ALL = dso_local local_unnamed_addr global i32 0, align 4 @ExtGState = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @pdf_filter_gs_begin], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @pdf_filter_gs_begin(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = load i32, ptr @FLUSH_ALL, align 4, !tbaa !5 %6 = tail call i32 @filter_flush(ptr noundef %0, ptr noundef %1, i32 noundef %5) #2 %7 = load ptr, ptr %1, align 8, !tbaa !9 %8 = load ptr, ptr %7, align 8, !tbaa !12 %9 = icmp eq ptr %8, null br i1 %9, label %12, label %10 10: ; preds = %4 %11 = tail call i32 %8(ptr noundef %0, ptr noundef nonnull %7, ptr noundef %2, ptr noundef %3) #2 br label %12 12: ; preds = %10, %4 %13 = load i32, ptr @ExtGState, align 4, !tbaa !5 %14 = tail call i32 @PDF_NAME(i32 noundef %13) #2 %15 = tail call i32 @copy_resource(ptr noundef %0, ptr noundef nonnull %1, i32 noundef %14, ptr noundef %2) #2 ret void } declare i32 @filter_flush(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @copy_resource(ptr noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @PDF_NAME(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 0} !10 = !{!"TYPE_5__", !11, i64 0} !11 = !{!"any pointer", !7, i64 0} !12 = !{!13, !11, i64 0} !13 = !{!"TYPE_6__", !11, i64 0}
; ModuleID = 'AnghaBench/sumatrapdf/mupdf/source/pdf/extr_pdf-op-filter.c_pdf_filter_gs_begin.c' source_filename = "AnghaBench/sumatrapdf/mupdf/source/pdf/extr_pdf-op-filter.c_pdf_filter_gs_begin.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @FLUSH_ALL = common local_unnamed_addr global i32 0, align 4 @ExtGState = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @pdf_filter_gs_begin], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @pdf_filter_gs_begin(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = load i32, ptr @FLUSH_ALL, align 4, !tbaa !6 %6 = tail call i32 @filter_flush(ptr noundef %0, ptr noundef %1, i32 noundef %5) #2 %7 = load ptr, ptr %1, align 8, !tbaa !10 %8 = load ptr, ptr %7, align 8, !tbaa !13 %9 = icmp eq ptr %8, null br i1 %9, label %12, label %10 10: ; preds = %4 %11 = tail call i32 %8(ptr noundef %0, ptr noundef nonnull %7, ptr noundef %2, ptr noundef %3) #2 br label %12 12: ; preds = %10, %4 %13 = load i32, ptr @ExtGState, align 4, !tbaa !6 %14 = tail call i32 @PDF_NAME(i32 noundef %13) #2 %15 = tail call i32 @copy_resource(ptr noundef %0, ptr noundef nonnull %1, i32 noundef %14, ptr noundef %2) #2 ret void } declare i32 @filter_flush(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @copy_resource(ptr noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @PDF_NAME(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"TYPE_5__", !12, i64 0} !12 = !{!"any pointer", !8, i64 0} !13 = !{!14, !12, i64 0} !14 = !{!"TYPE_6__", !12, i64 0}
sumatrapdf_mupdf_source_pdf_extr_pdf-op-filter.c_pdf_filter_gs_begin
; ModuleID = 'AnghaBench/linux/sound/usb/extr_midi.c_snd_usbmidi_out_endpoint_delete.c' source_filename = "AnghaBench/linux/sound/usb/extr_midi.c_snd_usbmidi_out_endpoint_delete.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @snd_usbmidi_out_endpoint_delete], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @snd_usbmidi_out_endpoint_delete(ptr noundef %0) #0 { %2 = tail call i32 @snd_usbmidi_out_endpoint_clear(ptr noundef %0) #2 %3 = tail call i32 @kfree(ptr noundef %0) #2 ret void } declare i32 @snd_usbmidi_out_endpoint_clear(ptr noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/sound/usb/extr_midi.c_snd_usbmidi_out_endpoint_delete.c' source_filename = "AnghaBench/linux/sound/usb/extr_midi.c_snd_usbmidi_out_endpoint_delete.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @snd_usbmidi_out_endpoint_delete], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @snd_usbmidi_out_endpoint_delete(ptr noundef %0) #0 { %2 = tail call i32 @snd_usbmidi_out_endpoint_clear(ptr noundef %0) #2 %3 = tail call i32 @kfree(ptr noundef %0) #2 ret void } declare i32 @snd_usbmidi_out_endpoint_clear(ptr noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_sound_usb_extr_midi.c_snd_usbmidi_out_endpoint_delete
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/vhost/extr_net.c_vhost_net_set_backend.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/vhost/extr_net.c_vhost_net_set_backend.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.vhost_net = type { %struct.TYPE_2__, ptr } %struct.TYPE_2__ = type { i32 } %struct.vhost_virtqueue = type { i32, ptr, ptr } @VHOST_NET_VQ_MAX = dso_local local_unnamed_addr global i32 0, align 4 @ENOBUFS = dso_local local_unnamed_addr global i32 0, align 4 @EFAULT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @vhost_net_set_backend], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i64 @vhost_net_set_backend(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = tail call i32 @mutex_lock(ptr noundef %0) #2 %5 = tail call i32 @vhost_dev_check_owner(ptr noundef %0) #2 %6 = icmp eq i32 %5, 0 br i1 %6, label %7, label %78 7: ; preds = %3 %8 = load i32, ptr @VHOST_NET_VQ_MAX, align 4, !tbaa !5 %9 = icmp ugt i32 %8, %1 br i1 %9, label %13, label %10 10: ; preds = %7 %11 = load i32, ptr @ENOBUFS, align 4, !tbaa !5 %12 = sub nsw i32 0, %11 br label %78 13: ; preds = %7 %14 = getelementptr inbounds %struct.vhost_net, ptr %0, i64 0, i32 1 %15 = load ptr, ptr %14, align 8, !tbaa !9 %16 = zext i32 %1 to i64 %17 = getelementptr inbounds %struct.vhost_virtqueue, ptr %15, i64 %16 %18 = tail call i32 @mutex_lock(ptr noundef %17) #2 %19 = tail call i32 @vhost_vq_access_ok(ptr noundef %17) #2 %20 = icmp eq i32 %19, 0 br i1 %20, label %21, label %24 21: ; preds = %13 %22 = load i32, ptr @EFAULT, align 4, !tbaa !5 %23 = sub nsw i32 0, %22 br label %75 24: ; preds = %13 %25 = tail call ptr @get_socket(i32 noundef %2) #2 %26 = tail call i64 @IS_ERR(ptr noundef %25) #2 %27 = icmp eq i64 %26, 0 br i1 %27, label %30, label %28 28: ; preds = %24 %29 = tail call i32 @PTR_ERR(ptr noundef %25) #2 br label %75 30: ; preds = %24 %31 = getelementptr inbounds %struct.vhost_virtqueue, ptr %15, i64 %16, i32 1 %32 = load ptr, ptr %31, align 8, !tbaa !13 %33 = icmp eq ptr %25, %32 br i1 %33, label %65, label %34 34: ; preds = %30 %35 = icmp eq ptr %25, null br i1 %35, label %40, label %36 36: ; preds = %34 %37 = tail call i64 @vhost_sock_zcopy(ptr noundef nonnull %25) #2 %38 = icmp ne i64 %37, 0 %39 = zext i1 %38 to i32 br label %40 40: ; preds = %36, %34 %41 = phi i32 [ 0, %34 ], [ %39, %36 ] %42 = tail call ptr @vhost_ubuf_alloc(ptr noundef nonnull %17, i32 noundef %41) #2 %43 = tail call i64 @IS_ERR(ptr noundef %42) #2 %44 = icmp eq i64 %43, 0 br i1 %44, label %49, label %45 45: ; preds = %40 %46 = tail call i32 @PTR_ERR(ptr noundef %42) #2 %47 = load i32, ptr %25, align 4, !tbaa !15 %48 = tail call i32 @fput(i32 noundef %47) #2 br label %75 49: ; preds = %40 %50 = getelementptr inbounds %struct.vhost_virtqueue, ptr %15, i64 %16, i32 2 %51 = load ptr, ptr %50, align 8, !tbaa !17 store ptr %42, ptr %50, align 8, !tbaa !17 %52 = tail call i32 @vhost_net_disable_vq(ptr noundef nonnull %0, ptr noundef nonnull %17) #2 %53 = load ptr, ptr %31, align 8, !tbaa !13 %54 = tail call i32 @rcu_assign_pointer(ptr noundef %53, ptr noundef %25) #2 %55 = tail call i32 @vhost_net_enable_vq(ptr noundef nonnull %0, ptr noundef nonnull %17) #2 %56 = tail call i32 @vhost_init_used(ptr noundef nonnull %17) #2 %57 = icmp eq i32 %56, 0 br i1 %57, label %58, label %75 58: ; preds = %49 %59 = tail call i32 @mutex_unlock(ptr noundef nonnull %17) #2 %60 = icmp eq ptr %51, null br i1 %60, label %67, label %61 61: ; preds = %58 %62 = tail call i32 @vhost_ubuf_put_and_wait(ptr noundef nonnull %51) #2 %63 = tail call i32 @mutex_lock(ptr noundef nonnull %17) #2 %64 = tail call i32 @vhost_zerocopy_signal_used(ptr noundef nonnull %17) #2 br label %65 65: ; preds = %30, %61 %66 = tail call i32 @mutex_unlock(ptr noundef nonnull %17) #2 br label %67 67: ; preds = %65, %58 %68 = icmp eq ptr %32, null br i1 %68, label %73, label %69 69: ; preds = %67 %70 = tail call i32 @vhost_net_flush_vq(ptr noundef nonnull %0, i32 noundef %1) #2 %71 = load i32, ptr %32, align 4, !tbaa !15 %72 = tail call i32 @fput(i32 noundef %71) #2 br label %73 73: ; preds = %69, %67 %74 = tail call i32 @mutex_unlock(ptr noundef nonnull %0) #2 br label %82 75: ; preds = %49, %45, %28, %21 %76 = phi i32 [ %29, %28 ], [ %46, %45 ], [ %56, %49 ], [ %23, %21 ] %77 = tail call i32 @mutex_unlock(ptr noundef %17) #2 br label %78 78: ; preds = %3, %75, %10 %79 = phi i32 [ %5, %3 ], [ %12, %10 ], [ %76, %75 ] %80 = tail call i32 @mutex_unlock(ptr noundef %0) #2 %81 = sext i32 %79 to i64 br label %82 82: ; preds = %78, %73 %83 = phi i64 [ %81, %78 ], [ 0, %73 ] ret i64 %83 } declare i32 @mutex_lock(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_dev_check_owner(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_vq_access_ok(ptr noundef) local_unnamed_addr #1 declare ptr @get_socket(i32 noundef) local_unnamed_addr #1 declare i64 @IS_ERR(ptr noundef) local_unnamed_addr #1 declare i32 @PTR_ERR(ptr noundef) local_unnamed_addr #1 declare ptr @vhost_ubuf_alloc(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @vhost_sock_zcopy(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_net_disable_vq(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @rcu_assign_pointer(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @vhost_net_enable_vq(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @vhost_init_used(ptr noundef) local_unnamed_addr #1 declare i32 @mutex_unlock(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_ubuf_put_and_wait(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_zerocopy_signal_used(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_net_flush_vq(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @fput(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !12, i64 8} !10 = !{!"vhost_net", !11, i64 0, !12, i64 8} !11 = !{!"TYPE_2__", !6, i64 0} !12 = !{!"any pointer", !7, i64 0} !13 = !{!14, !12, i64 8} !14 = !{!"vhost_virtqueue", !6, i64 0, !12, i64 8, !12, i64 16} !15 = !{!16, !6, i64 0} !16 = !{!"socket", !6, i64 0} !17 = !{!14, !12, i64 16}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/vhost/extr_net.c_vhost_net_set_backend.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/vhost/extr_net.c_vhost_net_set_backend.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.vhost_virtqueue = type { i32, ptr, ptr } @VHOST_NET_VQ_MAX = common local_unnamed_addr global i32 0, align 4 @ENOBUFS = common local_unnamed_addr global i32 0, align 4 @EFAULT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @vhost_net_set_backend], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i64 -2147483648, 2147483648) i64 @vhost_net_set_backend(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = tail call i32 @mutex_lock(ptr noundef %0) #2 %5 = tail call i32 @vhost_dev_check_owner(ptr noundef %0) #2 %6 = icmp eq i32 %5, 0 br i1 %6, label %7, label %78 7: ; preds = %3 %8 = load i32, ptr @VHOST_NET_VQ_MAX, align 4, !tbaa !6 %9 = icmp ugt i32 %8, %1 br i1 %9, label %13, label %10 10: ; preds = %7 %11 = load i32, ptr @ENOBUFS, align 4, !tbaa !6 %12 = sub nsw i32 0, %11 br label %78 13: ; preds = %7 %14 = getelementptr inbounds i8, ptr %0, i64 8 %15 = load ptr, ptr %14, align 8, !tbaa !10 %16 = zext i32 %1 to i64 %17 = getelementptr inbounds %struct.vhost_virtqueue, ptr %15, i64 %16 %18 = tail call i32 @mutex_lock(ptr noundef %17) #2 %19 = tail call i32 @vhost_vq_access_ok(ptr noundef %17) #2 %20 = icmp eq i32 %19, 0 br i1 %20, label %21, label %24 21: ; preds = %13 %22 = load i32, ptr @EFAULT, align 4, !tbaa !6 %23 = sub nsw i32 0, %22 br label %75 24: ; preds = %13 %25 = tail call ptr @get_socket(i32 noundef %2) #2 %26 = tail call i64 @IS_ERR(ptr noundef %25) #2 %27 = icmp eq i64 %26, 0 br i1 %27, label %30, label %28 28: ; preds = %24 %29 = tail call i32 @PTR_ERR(ptr noundef %25) #2 br label %75 30: ; preds = %24 %31 = getelementptr inbounds i8, ptr %17, i64 8 %32 = load ptr, ptr %31, align 8, !tbaa !14 %33 = icmp eq ptr %25, %32 br i1 %33, label %65, label %34 34: ; preds = %30 %35 = icmp eq ptr %25, null br i1 %35, label %40, label %36 36: ; preds = %34 %37 = tail call i64 @vhost_sock_zcopy(ptr noundef nonnull %25) #2 %38 = icmp ne i64 %37, 0 %39 = zext i1 %38 to i32 br label %40 40: ; preds = %36, %34 %41 = phi i32 [ 0, %34 ], [ %39, %36 ] %42 = tail call ptr @vhost_ubuf_alloc(ptr noundef nonnull %17, i32 noundef %41) #2 %43 = tail call i64 @IS_ERR(ptr noundef %42) #2 %44 = icmp eq i64 %43, 0 br i1 %44, label %49, label %45 45: ; preds = %40 %46 = tail call i32 @PTR_ERR(ptr noundef %42) #2 %47 = load i32, ptr %25, align 4, !tbaa !16 %48 = tail call i32 @fput(i32 noundef %47) #2 br label %75 49: ; preds = %40 %50 = getelementptr inbounds i8, ptr %17, i64 16 %51 = load ptr, ptr %50, align 8, !tbaa !18 store ptr %42, ptr %50, align 8, !tbaa !18 %52 = tail call i32 @vhost_net_disable_vq(ptr noundef nonnull %0, ptr noundef nonnull %17) #2 %53 = load ptr, ptr %31, align 8, !tbaa !14 %54 = tail call i32 @rcu_assign_pointer(ptr noundef %53, ptr noundef %25) #2 %55 = tail call i32 @vhost_net_enable_vq(ptr noundef nonnull %0, ptr noundef nonnull %17) #2 %56 = tail call i32 @vhost_init_used(ptr noundef nonnull %17) #2 %57 = icmp eq i32 %56, 0 br i1 %57, label %58, label %75 58: ; preds = %49 %59 = tail call i32 @mutex_unlock(ptr noundef nonnull %17) #2 %60 = icmp eq ptr %51, null br i1 %60, label %67, label %61 61: ; preds = %58 %62 = tail call i32 @vhost_ubuf_put_and_wait(ptr noundef nonnull %51) #2 %63 = tail call i32 @mutex_lock(ptr noundef nonnull %17) #2 %64 = tail call i32 @vhost_zerocopy_signal_used(ptr noundef nonnull %17) #2 br label %65 65: ; preds = %30, %61 %66 = tail call i32 @mutex_unlock(ptr noundef nonnull %17) #2 br label %67 67: ; preds = %65, %58 %68 = icmp eq ptr %32, null br i1 %68, label %73, label %69 69: ; preds = %67 %70 = tail call i32 @vhost_net_flush_vq(ptr noundef nonnull %0, i32 noundef %1) #2 %71 = load i32, ptr %32, align 4, !tbaa !16 %72 = tail call i32 @fput(i32 noundef %71) #2 br label %73 73: ; preds = %69, %67 %74 = tail call i32 @mutex_unlock(ptr noundef nonnull %0) #2 br label %82 75: ; preds = %49, %45, %28, %21 %76 = phi i32 [ %29, %28 ], [ %46, %45 ], [ %56, %49 ], [ %23, %21 ] %77 = tail call i32 @mutex_unlock(ptr noundef %17) #2 br label %78 78: ; preds = %3, %75, %10 %79 = phi i32 [ %5, %3 ], [ %12, %10 ], [ %76, %75 ] %80 = tail call i32 @mutex_unlock(ptr noundef %0) #2 %81 = sext i32 %79 to i64 br label %82 82: ; preds = %78, %73 %83 = phi i64 [ %81, %78 ], [ 0, %73 ] ret i64 %83 } declare i32 @mutex_lock(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_dev_check_owner(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_vq_access_ok(ptr noundef) local_unnamed_addr #1 declare ptr @get_socket(i32 noundef) local_unnamed_addr #1 declare i64 @IS_ERR(ptr noundef) local_unnamed_addr #1 declare i32 @PTR_ERR(ptr noundef) local_unnamed_addr #1 declare ptr @vhost_ubuf_alloc(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @vhost_sock_zcopy(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_net_disable_vq(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @rcu_assign_pointer(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @vhost_net_enable_vq(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @vhost_init_used(ptr noundef) local_unnamed_addr #1 declare i32 @mutex_unlock(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_ubuf_put_and_wait(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_zerocopy_signal_used(ptr noundef) local_unnamed_addr #1 declare i32 @vhost_net_flush_vq(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @fput(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !13, i64 8} !11 = !{!"vhost_net", !12, i64 0, !13, i64 8} !12 = !{!"TYPE_2__", !7, i64 0} !13 = !{!"any pointer", !8, i64 0} !14 = !{!15, !13, i64 8} !15 = !{!"vhost_virtqueue", !7, i64 0, !13, i64 8, !13, i64 16} !16 = !{!17, !7, i64 0} !17 = !{!"socket", !7, i64 0} !18 = !{!15, !13, i64 16}
fastsocket_kernel_drivers_vhost_extr_net.c_vhost_net_set_backend
; ModuleID = 'AnghaBench/linux/drivers/infiniband/hw/hfi1/extr_pio.c_packet_occupancy.c' source_filename = "AnghaBench/linux/drivers/infiniband/hw/hfi1/extr_pio.c_packet_occupancy.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SMASK = dso_local local_unnamed_addr global i32 0, align 4 @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SHIFT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @packet_occupancy], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable define internal i32 @packet_occupancy(i32 noundef %0) #0 { %2 = load i32, ptr @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SMASK, align 4, !tbaa !5 %3 = and i32 %2, %0 %4 = load i32, ptr @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SHIFT, align 4, !tbaa !5 %5 = ashr i32 %3, %4 ret i32 %5 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/infiniband/hw/hfi1/extr_pio.c_packet_occupancy.c' source_filename = "AnghaBench/linux/drivers/infiniband/hw/hfi1/extr_pio.c_packet_occupancy.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SMASK = common local_unnamed_addr global i32 0, align 4 @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SHIFT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @packet_occupancy], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable(sync) define internal i32 @packet_occupancy(i32 noundef %0) #0 { %2 = load i32, ptr @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SMASK, align 4, !tbaa !6 %3 = and i32 %2, %0 %4 = load i32, ptr @SEND_EGRESS_CTXT_STATUS_CTXT_EGRESS_PACKET_OCCUPANCY_SHIFT, align 4, !tbaa !6 %5 = ashr i32 %3, %4 ret i32 %5 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
linux_drivers_infiniband_hw_hfi1_extr_pio.c_packet_occupancy
; ModuleID = 'AnghaBench/freebsd/usr.sbin/bhyve/extr_hda_codec.c_hda_codec_audio_output_do_setup.c' source_filename = "AnghaBench/freebsd/usr.sbin/bhyve/extr_hda_codec.c_hda_codec_audio_output_do_setup.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.audio_params = type { i32, i32, i32 } %struct.hda_codec_stream = type { i32, ptr } @HDA_CODEC_STREAM_OUTPUT = dso_local local_unnamed_addr global i64 0, align 8 @.str = private unnamed_addr constant [38 x i8] c"rate: %d, channels: %d, format: 0x%x\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @hda_codec_audio_output_do_setup], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @hda_codec_audio_output_do_setup(ptr nocapture noundef readonly %0) #0 { %2 = alloca %struct.audio_params, align 4 call void @llvm.lifetime.start.p0(i64 12, ptr nonnull %2) #3 %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = load i64, ptr @HDA_CODEC_STREAM_OUTPUT, align 8, !tbaa !10 %5 = getelementptr inbounds %struct.hda_codec_stream, ptr %3, i64 %4 %6 = getelementptr inbounds %struct.hda_codec_stream, ptr %3, i64 %4, i32 1 %7 = load ptr, ptr %6, align 8, !tbaa !12 %8 = load i32, ptr %5, align 8, !tbaa !15 %9 = call i32 @hda_codec_parse_format(i32 noundef %8, ptr noundef nonnull %2) #3 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %19 11: ; preds = %1 %12 = getelementptr inbounds %struct.audio_params, ptr %2, i64 0, i32 2 %13 = load i32, ptr %12, align 4, !tbaa !16 %14 = getelementptr inbounds %struct.audio_params, ptr %2, i64 0, i32 1 %15 = load i32, ptr %14, align 4, !tbaa !18 %16 = load i32, ptr %2, align 4, !tbaa !19 %17 = call i32 @DPRINTF(ptr noundef nonnull @.str, i32 noundef %13, i32 noundef %15, i32 noundef %16) #3 %18 = call i32 @audio_set_params(ptr noundef %7, ptr noundef nonnull %2) #3 br label %19 19: ; preds = %1, %11 %20 = phi i32 [ %18, %11 ], [ -1, %1 ] call void @llvm.lifetime.end.p0(i64 12, ptr nonnull %2) #3 ret i32 %20 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @hda_codec_parse_format(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @DPRINTF(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @audio_set_params(ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"hda_codec_softc", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"long", !8, i64 0} !12 = !{!13, !7, i64 8} !13 = !{!"hda_codec_stream", !14, i64 0, !7, i64 8} !14 = !{!"int", !8, i64 0} !15 = !{!13, !14, i64 0} !16 = !{!17, !14, i64 8} !17 = !{!"audio_params", !14, i64 0, !14, i64 4, !14, i64 8} !18 = !{!17, !14, i64 4} !19 = !{!17, !14, i64 0}
; ModuleID = 'AnghaBench/freebsd/usr.sbin/bhyve/extr_hda_codec.c_hda_codec_audio_output_do_setup.c' source_filename = "AnghaBench/freebsd/usr.sbin/bhyve/extr_hda_codec.c_hda_codec_audio_output_do_setup.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.audio_params = type { i32, i32, i32 } %struct.hda_codec_stream = type { i32, ptr } @HDA_CODEC_STREAM_OUTPUT = common local_unnamed_addr global i64 0, align 8 @.str = private unnamed_addr constant [38 x i8] c"rate: %d, channels: %d, format: 0x%x\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @hda_codec_audio_output_do_setup], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @hda_codec_audio_output_do_setup(ptr nocapture noundef readonly %0) #0 { %2 = alloca %struct.audio_params, align 4 call void @llvm.lifetime.start.p0(i64 12, ptr nonnull %2) #3 %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = load i64, ptr @HDA_CODEC_STREAM_OUTPUT, align 8, !tbaa !11 %5 = getelementptr inbounds %struct.hda_codec_stream, ptr %3, i64 %4 %6 = getelementptr inbounds i8, ptr %5, i64 8 %7 = load ptr, ptr %6, align 8, !tbaa !13 %8 = load i32, ptr %5, align 8, !tbaa !16 %9 = call i32 @hda_codec_parse_format(i32 noundef %8, ptr noundef nonnull %2) #3 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %19 11: ; preds = %1 %12 = getelementptr inbounds i8, ptr %2, i64 8 %13 = load i32, ptr %12, align 4, !tbaa !17 %14 = getelementptr inbounds i8, ptr %2, i64 4 %15 = load i32, ptr %14, align 4, !tbaa !19 %16 = load i32, ptr %2, align 4, !tbaa !20 %17 = call i32 @DPRINTF(ptr noundef nonnull @.str, i32 noundef %13, i32 noundef %15, i32 noundef %16) #3 %18 = call i32 @audio_set_params(ptr noundef %7, ptr noundef nonnull %2) #3 br label %19 19: ; preds = %1, %11 %20 = phi i32 [ %18, %11 ], [ -1, %1 ] call void @llvm.lifetime.end.p0(i64 12, ptr nonnull %2) #3 ret i32 %20 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @hda_codec_parse_format(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @DPRINTF(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @audio_set_params(ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"hda_codec_softc", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !12, i64 0} !12 = !{!"long", !9, i64 0} !13 = !{!14, !8, i64 8} !14 = !{!"hda_codec_stream", !15, i64 0, !8, i64 8} !15 = !{!"int", !9, i64 0} !16 = !{!14, !15, i64 0} !17 = !{!18, !15, i64 8} !18 = !{!"audio_params", !15, i64 0, !15, i64 4, !15, i64 8} !19 = !{!18, !15, i64 4} !20 = !{!18, !15, i64 0}
freebsd_usr.sbin_bhyve_extr_hda_codec.c_hda_codec_audio_output_do_setup
; ModuleID = 'AnghaBench/linux/drivers/staging/rtl8188eu/core/extr_rtw_xmit.c_set_qos.c' source_filename = "AnghaBench/linux/drivers/staging/rtl8188eu/core/extr_rtw_xmit.c_set_qos.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.iphdr = type { i32 } %struct.pkt_attrib = type { i32, i32, i32, i32 } @ETH_HLEN = dso_local local_unnamed_addr global i32 0, align 4 @ETH_P_PAE = dso_local local_unnamed_addr global i32 0, align 4 @WLAN_HDR_A3_QOS_LEN = dso_local local_unnamed_addr global i32 0, align 4 @WIFI_QOS_DATA_TYPE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @set_qos], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @set_qos(ptr noundef %0, ptr nocapture noundef %1) #0 { %3 = alloca %struct.iphdr, align 4 %4 = load i32, ptr %1, align 4, !tbaa !5 %5 = icmp eq i32 %4, 2048 br i1 %5, label %6, label %12 6: ; preds = %2 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 %7 = load i32, ptr @ETH_HLEN, align 4, !tbaa !10 %8 = call i32 @skb_copy_bits(ptr noundef %0, i32 noundef %7, ptr noundef nonnull %3, i32 noundef 4) #3 %9 = load i32, ptr %3, align 4, !tbaa !11 %10 = ashr i32 %9, 5 %11 = getelementptr inbounds %struct.pkt_attrib, ptr %1, i64 0, i32 1 store i32 %10, ptr %11, align 4, !tbaa !13 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 br label %18 12: ; preds = %2 %13 = load i32, ptr @ETH_P_PAE, align 4, !tbaa !10 %14 = icmp eq i32 %4, %13 %15 = getelementptr inbounds %struct.pkt_attrib, ptr %1, i64 0, i32 1 br i1 %14, label %16, label %17 16: ; preds = %12 store i32 7, ptr %15, align 4, !tbaa !13 br label %18 17: ; preds = %12 store i32 0, ptr %15, align 4, !tbaa !13 br label %18 18: ; preds = %16, %17, %6 %19 = load i32, ptr @WLAN_HDR_A3_QOS_LEN, align 4, !tbaa !10 %20 = getelementptr inbounds %struct.pkt_attrib, ptr %1, i64 0, i32 3 store i32 %19, ptr %20, align 4, !tbaa !14 %21 = load i32, ptr @WIFI_QOS_DATA_TYPE, align 4, !tbaa !10 %22 = getelementptr inbounds %struct.pkt_attrib, ptr %1, i64 0, i32 2 store i32 %21, ptr %22, align 4, !tbaa !15 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @skb_copy_bits(ptr noundef, i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"pkt_attrib", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0} !11 = !{!12, !7, i64 0} !12 = !{!"iphdr", !7, i64 0} !13 = !{!6, !7, i64 4} !14 = !{!6, !7, i64 12} !15 = !{!6, !7, i64 8}
; ModuleID = 'AnghaBench/linux/drivers/staging/rtl8188eu/core/extr_rtw_xmit.c_set_qos.c' source_filename = "AnghaBench/linux/drivers/staging/rtl8188eu/core/extr_rtw_xmit.c_set_qos.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.iphdr = type { i32 } @ETH_HLEN = common local_unnamed_addr global i32 0, align 4 @ETH_P_PAE = common local_unnamed_addr global i32 0, align 4 @WLAN_HDR_A3_QOS_LEN = common local_unnamed_addr global i32 0, align 4 @WIFI_QOS_DATA_TYPE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @set_qos], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @set_qos(ptr noundef %0, ptr nocapture noundef %1) #0 { %3 = alloca %struct.iphdr, align 4 %4 = load i32, ptr %1, align 4, !tbaa !6 %5 = icmp eq i32 %4, 2048 br i1 %5, label %6, label %12 6: ; preds = %2 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 %7 = load i32, ptr @ETH_HLEN, align 4, !tbaa !11 %8 = call i32 @skb_copy_bits(ptr noundef %0, i32 noundef %7, ptr noundef nonnull %3, i32 noundef 4) #3 %9 = load i32, ptr %3, align 4, !tbaa !12 %10 = ashr i32 %9, 5 %11 = getelementptr inbounds i8, ptr %1, i64 4 store i32 %10, ptr %11, align 4, !tbaa !14 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 br label %18 12: ; preds = %2 %13 = load i32, ptr @ETH_P_PAE, align 4, !tbaa !11 %14 = icmp eq i32 %4, %13 %15 = getelementptr inbounds i8, ptr %1, i64 4 br i1 %14, label %16, label %17 16: ; preds = %12 store i32 7, ptr %15, align 4, !tbaa !14 br label %18 17: ; preds = %12 store i32 0, ptr %15, align 4, !tbaa !14 br label %18 18: ; preds = %16, %17, %6 %19 = load i32, ptr @WLAN_HDR_A3_QOS_LEN, align 4, !tbaa !11 %20 = getelementptr inbounds i8, ptr %1, i64 12 store i32 %19, ptr %20, align 4, !tbaa !15 %21 = load i32, ptr @WIFI_QOS_DATA_TYPE, align 4, !tbaa !11 %22 = getelementptr inbounds i8, ptr %1, i64 8 store i32 %21, ptr %22, align 4, !tbaa !16 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @skb_copy_bits(ptr noundef, i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"pkt_attrib", !8, i64 0, !8, i64 4, !8, i64 8, !8, i64 12} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0} !12 = !{!13, !8, i64 0} !13 = !{!"iphdr", !8, i64 0} !14 = !{!7, !8, i64 4} !15 = !{!7, !8, i64 12} !16 = !{!7, !8, i64 8}
linux_drivers_staging_rtl8188eu_core_extr_rtw_xmit.c_set_qos
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/xfs/extr_xfs_btree_trace.c_xfs_btree_trace_argipk.c' source_filename = "AnghaBench/fastsocket/kernel/fs/xfs/extr_xfs_btree_trace.c_xfs_btree_trace_argipk.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_2__ = type { ptr, ptr } @XBT_ARGS = dso_local local_unnamed_addr global i32 0, align 4 @XFS_BTREE_KTRACE_ARGIPK = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @xfs_btree_trace_argipk(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 %3, ptr noundef %4, i32 noundef %5) local_unnamed_addr #0 { %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %7) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %8) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %9) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %10) #3 %11 = call i32 @xfs_btree_trace_ptr(ptr noundef %1, i32 %3, ptr noundef nonnull %7, ptr noundef nonnull %8) #3 %12 = load ptr, ptr %1, align 8, !tbaa !5 %13 = getelementptr inbounds %struct.TYPE_2__, ptr %12, i64 0, i32 1 %14 = load ptr, ptr %13, align 8, !tbaa !10 %15 = call i32 %14(ptr noundef nonnull %1, ptr noundef %4, ptr noundef nonnull %9, ptr noundef nonnull %10) #3 %16 = load ptr, ptr %1, align 8, !tbaa !5 %17 = load ptr, ptr %16, align 8, !tbaa !12 %18 = load i32, ptr @XBT_ARGS, align 4, !tbaa !13 %19 = load i32, ptr @XFS_BTREE_KTRACE_ARGIPK, align 4, !tbaa !13 %20 = load i32, ptr %7, align 4, !tbaa !13 %21 = load i32, ptr %8, align 4, !tbaa !13 %22 = load i32, ptr %9, align 4, !tbaa !13 %23 = load i32, ptr %10, align 4, !tbaa !13 %24 = call i32 %17(ptr noundef nonnull %1, ptr noundef %0, i32 noundef %18, i32 noundef %19, i32 noundef %5, i32 noundef %2, i32 noundef %20, i32 noundef %21, i32 noundef poison, i32 noundef %22, i32 noundef poison, i32 noundef %23, i32 noundef 0, i32 noundef 0, i32 noundef 0, i32 noundef 0) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %10) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %9) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %8) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %7) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @xfs_btree_trace_ptr(ptr noundef, i32, ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"xfs_btree_cur", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 8} !11 = !{!"TYPE_2__", !7, i64 0, !7, i64 8} !12 = !{!11, !7, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/xfs/extr_xfs_btree_trace.c_xfs_btree_trace_argipk.c' source_filename = "AnghaBench/fastsocket/kernel/fs/xfs/extr_xfs_btree_trace.c_xfs_btree_trace_argipk.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @XBT_ARGS = common local_unnamed_addr global i32 0, align 4 @XFS_BTREE_KTRACE_ARGIPK = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @xfs_btree_trace_argipk(ptr noundef %0, ptr noundef %1, i32 noundef %2, i64 %3, ptr noundef %4, i32 noundef %5) local_unnamed_addr #0 { %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %7) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %8) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %9) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %10) #3 %11 = and i64 %3, 4294967295 %12 = call i32 @xfs_btree_trace_ptr(ptr noundef %1, i64 %11, ptr noundef nonnull %7, ptr noundef nonnull %8) #3 %13 = load ptr, ptr %1, align 8, !tbaa !6 %14 = getelementptr inbounds i8, ptr %13, i64 8 %15 = load ptr, ptr %14, align 8, !tbaa !11 %16 = call i32 %15(ptr noundef nonnull %1, ptr noundef %4, ptr noundef nonnull %9, ptr noundef nonnull %10) #3 %17 = load ptr, ptr %1, align 8, !tbaa !6 %18 = load ptr, ptr %17, align 8, !tbaa !13 %19 = load i32, ptr @XBT_ARGS, align 4, !tbaa !14 %20 = load i32, ptr @XFS_BTREE_KTRACE_ARGIPK, align 4, !tbaa !14 %21 = load i32, ptr %7, align 4, !tbaa !14 %22 = load i32, ptr %8, align 4, !tbaa !14 %23 = load i32, ptr %9, align 4, !tbaa !14 %24 = load i32, ptr %10, align 4, !tbaa !14 %25 = call i32 %18(ptr noundef nonnull %1, ptr noundef %0, i32 noundef %19, i32 noundef %20, i32 noundef %5, i32 noundef %2, i32 noundef %21, i32 noundef %22, i32 noundef poison, i32 noundef %23, i32 noundef poison, i32 noundef %24, i32 noundef 0, i32 noundef 0, i32 noundef 0, i32 noundef 0) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %10) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %9) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %8) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %7) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @xfs_btree_trace_ptr(ptr noundef, i64, ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"xfs_btree_cur", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !8, i64 8} !12 = !{!"TYPE_2__", !8, i64 0, !8, i64 8} !13 = !{!12, !8, i64 0} !14 = !{!15, !15, i64 0} !15 = !{!"int", !9, i64 0}
fastsocket_kernel_fs_xfs_extr_xfs_btree_trace.c_xfs_btree_trace_argipk
; ModuleID = 'AnghaBench/redcarpet/ext/redcarpet/extr_rc_render.c_rndr_underline.c' source_filename = "AnghaBench/redcarpet/ext/redcarpet/extr_rc_render.c_rndr_underline.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [10 x i8] c"underline\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @rndr_underline], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @rndr_underline(ptr nocapture readnone %0, ptr noundef %1, ptr nocapture readnone %2) #0 { %4 = tail call i32 @buf2str(ptr noundef %1) #2 %5 = tail call i32 @SPAN_CALLBACK(ptr noundef nonnull @.str, i32 noundef 1, i32 noundef %4) #2 ret i32 undef } declare i32 @SPAN_CALLBACK(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @buf2str(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/redcarpet/ext/redcarpet/extr_rc_render.c_rndr_underline.c' source_filename = "AnghaBench/redcarpet/ext/redcarpet/extr_rc_render.c_rndr_underline.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [10 x i8] c"underline\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @rndr_underline], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @rndr_underline(ptr nocapture readnone %0, ptr noundef %1, ptr nocapture readnone %2) #0 { %4 = tail call i32 @buf2str(ptr noundef %1) #2 %5 = tail call i32 @SPAN_CALLBACK(ptr noundef nonnull @.str, i32 noundef 1, i32 noundef %4) #2 ret i32 undef } declare i32 @SPAN_CALLBACK(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @buf2str(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
redcarpet_ext_redcarpet_extr_rc_render.c_rndr_underline
; ModuleID = 'AnghaBench/RetroArch/griffin/extr_..libretro-commonlistsstring_list.c_string_list_append.c' source_filename = "AnghaBench/RetroArch/griffin/extr_..libretro-commonlistsstring_list.c_string_list_append.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.string_list = type { i32, i32, ptr } %struct.TYPE_2__ = type { ptr, %union.string_list_elem_attr } %union.string_list_elem_attr = type { i32 } ; Function Attrs: nounwind uwtable define dso_local noundef i32 @string_list_append(ptr noundef %0, ptr nocapture noundef readonly %1, i32 %2) local_unnamed_addr #0 { %4 = load i32, ptr %0, align 8, !tbaa !5 %5 = getelementptr inbounds %struct.string_list, ptr %0, i64 0, i32 1 %6 = load i32, ptr %5, align 4, !tbaa !11 %7 = icmp slt i32 %4, %6 br i1 %7, label %12, label %8 8: ; preds = %3 %9 = shl nsw i32 %6, 1 %10 = tail call i32 @string_list_capacity(ptr noundef nonnull %0, i32 noundef %9) #3 %11 = icmp eq i32 %10, 0 br i1 %11, label %24, label %12 12: ; preds = %8, %3 %13 = tail call ptr @strdup(ptr noundef %1) %14 = icmp eq ptr %13, null br i1 %14, label %24, label %15 15: ; preds = %12 %16 = getelementptr inbounds %struct.string_list, ptr %0, i64 0, i32 2 %17 = load ptr, ptr %16, align 8, !tbaa !12 %18 = load i32, ptr %0, align 8, !tbaa !5 %19 = sext i32 %18 to i64 %20 = getelementptr inbounds %struct.TYPE_2__, ptr %17, i64 %19 store ptr %13, ptr %20, align 8, !tbaa !13 %21 = getelementptr inbounds %struct.TYPE_2__, ptr %17, i64 %19, i32 1 store i32 %2, ptr %21, align 8, !tbaa.struct !15 %22 = load i32, ptr %0, align 8, !tbaa !5 %23 = add nsw i32 %22, 1 store i32 %23, ptr %0, align 8, !tbaa !5 br label %24 24: ; preds = %12, %8, %15 %25 = phi i32 [ 1, %15 ], [ 0, %8 ], [ 0, %12 ] ret i32 %25 } declare i32 @string_list_capacity(ptr noundef, i32 noundef) local_unnamed_addr #1 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) "alloc-family"="malloc" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"string_list", !7, i64 0, !7, i64 4, !10, i64 8} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !7, i64 4} !12 = !{!6, !10, i64 8} !13 = !{!14, !10, i64 0} !14 = !{!"TYPE_2__", !10, i64 0, !8, i64 8} !15 = !{i64 0, i64 4, !16} !16 = !{!7, !7, i64 0}
; ModuleID = 'AnghaBench/RetroArch/griffin/extr_..libretro-commonlistsstring_list.c_string_list_append.c' source_filename = "AnghaBench/RetroArch/griffin/extr_..libretro-commonlistsstring_list.c_string_list_append.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_2__ = type { ptr, %union.string_list_elem_attr } %union.string_list_elem_attr = type { i32 } ; Function Attrs: nounwind ssp uwtable(sync) define range(i32 0, 2) i32 @string_list_append(ptr noundef %0, ptr nocapture noundef readonly %1, i64 %2) local_unnamed_addr #0 { %4 = trunc i64 %2 to i32 %5 = load i32, ptr %0, align 8, !tbaa !6 %6 = getelementptr inbounds i8, ptr %0, i64 4 %7 = load i32, ptr %6, align 4, !tbaa !12 %8 = icmp slt i32 %5, %7 br i1 %8, label %13, label %9 9: ; preds = %3 %10 = shl nsw i32 %7, 1 %11 = tail call i32 @string_list_capacity(ptr noundef nonnull %0, i32 noundef %10) #3 %12 = icmp eq i32 %11, 0 br i1 %12, label %25, label %13 13: ; preds = %9, %3 %14 = tail call ptr @strdup(ptr noundef %1) #3 %15 = icmp eq ptr %14, null br i1 %15, label %25, label %16 16: ; preds = %13 %17 = getelementptr inbounds i8, ptr %0, i64 8 %18 = load ptr, ptr %17, align 8, !tbaa !13 %19 = load i32, ptr %0, align 8, !tbaa !6 %20 = sext i32 %19 to i64 %21 = getelementptr inbounds %struct.TYPE_2__, ptr %18, i64 %20 store ptr %14, ptr %21, align 8, !tbaa !14 %22 = getelementptr inbounds %struct.TYPE_2__, ptr %18, i64 %20, i32 1 store i32 %4, ptr %22, align 8, !tbaa !16 %23 = load i32, ptr %0, align 8, !tbaa !6 %24 = add nsw i32 %23, 1 store i32 %24, ptr %0, align 8, !tbaa !6 br label %25 25: ; preds = %13, %9, %16 %26 = phi i32 [ 1, %16 ], [ 0, %9 ], [ 0, %13 ] ret i32 %26 } declare i32 @string_list_capacity(ptr noundef, i32 noundef) local_unnamed_addr #1 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) "alloc-family"="malloc" "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"string_list", !8, i64 0, !8, i64 4, !11, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !8, i64 4} !13 = !{!7, !11, i64 8} !14 = !{!15, !11, i64 0} !15 = !{!"TYPE_2__", !11, i64 0, !9, i64 8} !16 = !{!9, !9, i64 0}
RetroArch_griffin_extr_..libretro-commonlistsstring_list.c_string_list_append
; ModuleID = 'AnghaBench/darwin-xnu/libsyscall/wrappers/extr_coalition.c_coalition_reap.c' source_filename = "AnghaBench/darwin-xnu/libsyscall/wrappers/extr_coalition.c_coalition_reap.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @COALITION_OP_REAP = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @coalition_reap(i32 noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca i32, align 4 store i32 %0, ptr %3, align 4, !tbaa !5 %4 = load i32, ptr @COALITION_OP_REAP, align 4, !tbaa !5 %5 = call i32 @__coalition(i32 noundef %4, ptr noundef nonnull %3, i32 noundef %1) #2 ret i32 %5 } declare i32 @__coalition(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/darwin-xnu/libsyscall/wrappers/extr_coalition.c_coalition_reap.c' source_filename = "AnghaBench/darwin-xnu/libsyscall/wrappers/extr_coalition.c_coalition_reap.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @COALITION_OP_REAP = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @coalition_reap(i32 noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca i32, align 4 store i32 %0, ptr %3, align 4, !tbaa !6 %4 = load i32, ptr @COALITION_OP_REAP, align 4, !tbaa !6 %5 = call i32 @__coalition(i32 noundef %4, ptr noundef nonnull %3, i32 noundef %1) #2 ret i32 %5 } declare i32 @__coalition(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
darwin-xnu_libsyscall_wrappers_extr_coalition.c_coalition_reap
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/ti/wlcore/extr_tx.c_wlcore_vif_dequeue_high_prio.c' source_filename = "AnghaBench/linux/drivers/net/wireless/ti/wlcore/extr_tx.c_wlcore_vif_dequeue_high_prio.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.wl12xx_vif = type { i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @wlcore_vif_dequeue_high_prio], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @wlcore_vif_dequeue_high_prio(ptr noundef %0, ptr nocapture noundef %1, i32 noundef %2, ptr nocapture noundef writeonly %3, ptr noundef %4) #0 { %6 = load i32, ptr %1, align 4, !tbaa !5 %7 = add nsw i32 %6, 1 %8 = load i32, ptr %0, align 4, !tbaa !10 %9 = srem i32 %7, %8 %10 = icmp sgt i32 %8, 0 br i1 %10, label %11, label %28 11: ; preds = %5 %12 = getelementptr inbounds %struct.wl12xx_vif, ptr %1, i64 0, i32 1 br label %13 13: ; preds = %11, %24 %14 = phi i32 [ %8, %11 ], [ %26, %24 ] %15 = phi i32 [ 0, %11 ], [ %25, %24 ] %16 = add nsw i32 %15, %9 %17 = srem i32 %16, %14 %18 = load i32, ptr %12, align 4, !tbaa !12 %19 = tail call i32 @test_bit(i32 noundef %17, i32 noundef %18) #2 %20 = icmp eq i32 %19, 0 br i1 %20, label %24, label %21 21: ; preds = %13 %22 = tail call ptr @wlcore_lnk_dequeue_high_prio(ptr noundef nonnull %0, i32 noundef %17, i32 noundef %2, ptr noundef %4) #2 %23 = icmp eq ptr %22, null br i1 %23, label %24, label %28 24: ; preds = %21, %13 %25 = add nuw nsw i32 %15, 1 %26 = load i32, ptr %0, align 4, !tbaa !10 %27 = icmp slt i32 %25, %26 br i1 %27, label %13, label %28, !llvm.loop !13 28: ; preds = %21, %24, %5 %29 = phi i32 [ 0, %5 ], [ 0, %24 ], [ %17, %21 ] %30 = phi ptr [ null, %5 ], [ null, %24 ], [ %22, %21 ] store i32 %29, ptr %1, align 4, !tbaa !5 store i32 %29, ptr %3, align 4, !tbaa !15 ret ptr %30 } declare i32 @test_bit(i32 noundef, i32 noundef) local_unnamed_addr #1 declare ptr @wlcore_lnk_dequeue_high_prio(ptr noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"wl12xx_vif", !7, i64 0, !7, i64 4} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"wl1271", !7, i64 0} !12 = !{!6, !7, i64 4} !13 = distinct !{!13, !14} !14 = !{!"llvm.loop.mustprogress"} !15 = !{!7, !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/ti/wlcore/extr_tx.c_wlcore_vif_dequeue_high_prio.c' source_filename = "AnghaBench/linux/drivers/net/wireless/ti/wlcore/extr_tx.c_wlcore_vif_dequeue_high_prio.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @wlcore_vif_dequeue_high_prio], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @wlcore_vif_dequeue_high_prio(ptr noundef %0, ptr nocapture noundef %1, i32 noundef %2, ptr nocapture noundef writeonly %3, ptr noundef %4) #0 { %6 = load i32, ptr %1, align 4, !tbaa !6 %7 = add nsw i32 %6, 1 %8 = load i32, ptr %0, align 4, !tbaa !11 %9 = srem i32 %7, %8 %10 = icmp sgt i32 %8, 0 br i1 %10, label %11, label %28 11: ; preds = %5 %12 = getelementptr inbounds i8, ptr %1, i64 4 br label %13 13: ; preds = %11, %24 %14 = phi i32 [ %8, %11 ], [ %26, %24 ] %15 = phi i32 [ 0, %11 ], [ %25, %24 ] %16 = add nsw i32 %15, %9 %17 = srem i32 %16, %14 %18 = load i32, ptr %12, align 4, !tbaa !13 %19 = tail call i32 @test_bit(i32 noundef %17, i32 noundef %18) #2 %20 = icmp eq i32 %19, 0 br i1 %20, label %24, label %21 21: ; preds = %13 %22 = tail call ptr @wlcore_lnk_dequeue_high_prio(ptr noundef nonnull %0, i32 noundef %17, i32 noundef %2, ptr noundef %4) #2 %23 = icmp eq ptr %22, null br i1 %23, label %24, label %28 24: ; preds = %21, %13 %25 = add nuw nsw i32 %15, 1 %26 = load i32, ptr %0, align 4, !tbaa !11 %27 = icmp slt i32 %25, %26 br i1 %27, label %13, label %28, !llvm.loop !14 28: ; preds = %21, %24, %5 %29 = phi i32 [ 0, %5 ], [ 0, %24 ], [ %17, %21 ] %30 = phi ptr [ null, %5 ], [ null, %24 ], [ %22, %21 ] store i32 %29, ptr %1, align 4, !tbaa !6 store i32 %29, ptr %3, align 4, !tbaa !16 ret ptr %30 } declare i32 @test_bit(i32 noundef, i32 noundef) local_unnamed_addr #1 declare ptr @wlcore_lnk_dequeue_high_prio(ptr noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"wl12xx_vif", !8, i64 0, !8, i64 4} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !8, i64 0} !12 = !{!"wl1271", !8, i64 0} !13 = !{!7, !8, i64 4} !14 = distinct !{!14, !15} !15 = !{!"llvm.loop.mustprogress"} !16 = !{!8, !8, i64 0}
linux_drivers_net_wireless_ti_wlcore_extr_tx.c_wlcore_vif_dequeue_high_prio
; ModuleID = 'AnghaBench/Provenance/Cores/Mupen64Plus/png/contrib/libtests/extr_pngvalid.c_white_point.c' source_filename = "AnghaBench/Provenance/Cores/Mupen64Plus/png/contrib/libtests/extr_pngvalid.c_white_point.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_12__ = type { i64, i64, i64 } %struct.TYPE_11__ = type { %struct.TYPE_8__, %struct.TYPE_10__, %struct.TYPE_9__ } %struct.TYPE_8__ = type { i64, i64, i64 } %struct.TYPE_10__ = type { i64, i64, i64 } %struct.TYPE_9__ = type { i64, i64, i64 } @llvm.compiler.used = appending global [1 x ptr] [ptr @white_point], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable define internal void @white_point(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.TYPE_12__) align 8 %0, ptr nocapture noundef readonly %1) #0 { %3 = getelementptr inbounds %struct.TYPE_11__, ptr %1, i64 0, i32 2 %4 = getelementptr inbounds %struct.TYPE_11__, ptr %1, i64 0, i32 2, i32 2 %5 = load i64, ptr %4, align 8, !tbaa !5 %6 = getelementptr inbounds %struct.TYPE_11__, ptr %1, i64 0, i32 1 %7 = getelementptr inbounds %struct.TYPE_11__, ptr %1, i64 0, i32 1, i32 2 %8 = load i64, ptr %7, align 8, !tbaa !13 %9 = add nsw i64 %8, %5 %10 = getelementptr inbounds %struct.TYPE_8__, ptr %1, i64 0, i32 2 %11 = load i64, ptr %10, align 8, !tbaa !14 %12 = add nsw i64 %9, %11 %13 = getelementptr inbounds %struct.TYPE_12__, ptr %0, i64 0, i32 2 store i64 %12, ptr %13, align 8, !tbaa !15 %14 = load <2 x i64>, ptr %3, align 8, !tbaa !17 %15 = load <2 x i64>, ptr %6, align 8, !tbaa !17 %16 = add nsw <2 x i64> %15, %14 %17 = load <2 x i64>, ptr %1, align 8, !tbaa !17 %18 = add nsw <2 x i64> %16, %17 store <2 x i64> %18, ptr %0, align 8, !tbaa !17 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !8, i64 64} !6 = !{!"TYPE_11__", !7, i64 0, !11, i64 24, !12, i64 48} !7 = !{!"TYPE_8__", !8, i64 0, !8, i64 8, !8, i64 16} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"TYPE_10__", !8, i64 0, !8, i64 8, !8, i64 16} !12 = !{!"TYPE_9__", !8, i64 0, !8, i64 8, !8, i64 16} !13 = !{!6, !8, i64 40} !14 = !{!6, !8, i64 16} !15 = !{!16, !8, i64 16} !16 = !{!"TYPE_12__", !8, i64 0, !8, i64 8, !8, i64 16} !17 = !{!8, !8, i64 0}
; ModuleID = 'AnghaBench/Provenance/Cores/Mupen64Plus/png/contrib/libtests/extr_pngvalid.c_white_point.c' source_filename = "AnghaBench/Provenance/Cores/Mupen64Plus/png/contrib/libtests/extr_pngvalid.c_white_point.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_12__ = type { i64, i64, i64 } @llvm.used = appending global [1 x ptr] [ptr @white_point], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) define internal void @white_point(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.TYPE_12__) align 8 %0, ptr nocapture noundef readonly %1) #0 { %3 = getelementptr inbounds i8, ptr %1, i64 48 %4 = getelementptr inbounds i8, ptr %1, i64 64 %5 = load i64, ptr %4, align 8, !tbaa !6 %6 = getelementptr inbounds i8, ptr %1, i64 24 %7 = getelementptr inbounds i8, ptr %1, i64 40 %8 = load i64, ptr %7, align 8, !tbaa !14 %9 = add nsw i64 %8, %5 %10 = getelementptr inbounds i8, ptr %1, i64 16 %11 = load i64, ptr %10, align 8, !tbaa !15 %12 = add nsw i64 %9, %11 %13 = getelementptr inbounds i8, ptr %0, i64 16 store i64 %12, ptr %13, align 8, !tbaa !16 %14 = load <2 x i64>, ptr %3, align 8, !tbaa !18 %15 = load <2 x i64>, ptr %6, align 8, !tbaa !18 %16 = add nsw <2 x i64> %15, %14 %17 = load <2 x i64>, ptr %1, align 8, !tbaa !18 %18 = add nsw <2 x i64> %16, %17 store <2 x i64> %18, ptr %0, align 8, !tbaa !18 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !9, i64 64} !7 = !{!"TYPE_11__", !8, i64 0, !12, i64 24, !13, i64 48} !8 = !{!"TYPE_8__", !9, i64 0, !9, i64 8, !9, i64 16} !9 = !{!"long", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"TYPE_10__", !9, i64 0, !9, i64 8, !9, i64 16} !13 = !{!"TYPE_9__", !9, i64 0, !9, i64 8, !9, i64 16} !14 = !{!7, !9, i64 40} !15 = !{!7, !9, i64 16} !16 = !{!17, !9, i64 16} !17 = !{!"TYPE_12__", !9, i64 0, !9, i64 8, !9, i64 16} !18 = !{!9, !9, i64 0}
Provenance_Cores_Mupen64Plus_png_contrib_libtests_extr_pngvalid.c_white_point
; ModuleID = 'AnghaBench/freebsd/sys/kern/extr_kern_event.c_knote_attach.c' source_filename = "AnghaBench/freebsd/sys/kern/extr_kern_event.c_knote_attach.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.knote = type { i64, ptr } %struct.kqueue = type { i32, i64, i32, ptr, ptr } %struct.klist = type { i32 } @KQ_CLOSING = dso_local local_unnamed_addr global i32 0, align 4 @EBADF = dso_local local_unnamed_addr global i32 0, align 4 @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 @kn_link = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @knote_attach], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @knote_attach(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @kn_in_flux(ptr noundef %0) #2 %4 = tail call i32 @KASSERT(i32 noundef %3, ptr noundef %0) #2 %5 = tail call i32 @KQ_OWNED(ptr noundef %1) #2 %6 = load i32, ptr %1, align 8, !tbaa !5 %7 = load i32, ptr @KQ_CLOSING, align 4, !tbaa !12 %8 = and i32 %7, %6 %9 = icmp eq i32 %8, 0 br i1 %9, label %12, label %10 10: ; preds = %2 %11 = load i32, ptr @EBADF, align 4, !tbaa !12 br label %44 12: ; preds = %2 %13 = getelementptr inbounds %struct.knote, ptr %0, i64 0, i32 1 %14 = load ptr, ptr %13, align 8, !tbaa !13 %15 = load i64, ptr %14, align 8, !tbaa !15 %16 = icmp eq i64 %15, 0 br i1 %16, label %28, label %17 17: ; preds = %12 %18 = load i64, ptr %0, align 8, !tbaa !17 %19 = getelementptr inbounds %struct.kqueue, ptr %1, i64 0, i32 1 %20 = load i64, ptr %19, align 8, !tbaa !18 %21 = icmp ult i64 %18, %20 br i1 %21, label %24, label %22 22: ; preds = %17 %23 = load i32, ptr @ENOMEM, align 4, !tbaa !12 br label %44 24: ; preds = %17 %25 = getelementptr inbounds %struct.kqueue, ptr %1, i64 0, i32 4 %26 = load ptr, ptr %25, align 8, !tbaa !19 %27 = getelementptr inbounds %struct.klist, ptr %26, i64 %18 br label %40 28: ; preds = %12 %29 = getelementptr inbounds %struct.kqueue, ptr %1, i64 0, i32 3 %30 = load ptr, ptr %29, align 8, !tbaa !20 %31 = icmp eq ptr %30, null br i1 %31, label %32, label %34 32: ; preds = %28 %33 = load i32, ptr @ENOMEM, align 4, !tbaa !12 br label %44 34: ; preds = %28 %35 = load i64, ptr %0, align 8, !tbaa !17 %36 = getelementptr inbounds %struct.kqueue, ptr %1, i64 0, i32 2 %37 = load i32, ptr %36, align 8, !tbaa !21 %38 = tail call i64 @KN_HASH(i64 noundef %35, i32 noundef %37) #2 %39 = getelementptr inbounds %struct.klist, ptr %30, i64 %38 br label %40 40: ; preds = %34, %24 %41 = phi ptr [ %27, %24 ], [ %39, %34 ] %42 = load i32, ptr @kn_link, align 4, !tbaa !12 %43 = tail call i32 @SLIST_INSERT_HEAD(ptr noundef %41, ptr noundef nonnull %0, i32 noundef %42) #2 br label %44 44: ; preds = %40, %32, %22, %10 %45 = phi i32 [ %11, %10 ], [ %23, %22 ], [ 0, %40 ], [ %33, %32 ] ret i32 %45 } declare i32 @KASSERT(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @kn_in_flux(ptr noundef) local_unnamed_addr #1 declare i32 @KQ_OWNED(ptr noundef) local_unnamed_addr #1 declare i64 @KN_HASH(i64 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SLIST_INSERT_HEAD(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"kqueue", !7, i64 0, !10, i64 8, !7, i64 16, !11, i64 24, !11, i64 32} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!7, !7, i64 0} !13 = !{!14, !11, i64 8} !14 = !{!"knote", !10, i64 0, !11, i64 8} !15 = !{!16, !10, i64 0} !16 = !{!"TYPE_2__", !10, i64 0} !17 = !{!14, !10, i64 0} !18 = !{!6, !10, i64 8} !19 = !{!6, !11, i64 32} !20 = !{!6, !11, i64 24} !21 = !{!6, !7, i64 16}
; ModuleID = 'AnghaBench/freebsd/sys/kern/extr_kern_event.c_knote_attach.c' source_filename = "AnghaBench/freebsd/sys/kern/extr_kern_event.c_knote_attach.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.klist = type { i32 } @KQ_CLOSING = common local_unnamed_addr global i32 0, align 4 @EBADF = common local_unnamed_addr global i32 0, align 4 @ENOMEM = common local_unnamed_addr global i32 0, align 4 @kn_link = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @knote_attach], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @knote_attach(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @kn_in_flux(ptr noundef %0) #2 %4 = tail call i32 @KASSERT(i32 noundef %3, ptr noundef %0) #2 %5 = tail call i32 @KQ_OWNED(ptr noundef %1) #2 %6 = load i32, ptr %1, align 8, !tbaa !6 %7 = load i32, ptr @KQ_CLOSING, align 4, !tbaa !13 %8 = and i32 %7, %6 %9 = icmp eq i32 %8, 0 br i1 %9, label %12, label %10 10: ; preds = %2 %11 = load i32, ptr @EBADF, align 4, !tbaa !13 br label %44 12: ; preds = %2 %13 = getelementptr inbounds i8, ptr %0, i64 8 %14 = load ptr, ptr %13, align 8, !tbaa !14 %15 = load i64, ptr %14, align 8, !tbaa !16 %16 = icmp eq i64 %15, 0 br i1 %16, label %28, label %17 17: ; preds = %12 %18 = load i64, ptr %0, align 8, !tbaa !18 %19 = getelementptr inbounds i8, ptr %1, i64 8 %20 = load i64, ptr %19, align 8, !tbaa !19 %21 = icmp ult i64 %18, %20 br i1 %21, label %24, label %22 22: ; preds = %17 %23 = load i32, ptr @ENOMEM, align 4, !tbaa !13 br label %44 24: ; preds = %17 %25 = getelementptr inbounds i8, ptr %1, i64 32 %26 = load ptr, ptr %25, align 8, !tbaa !20 %27 = getelementptr inbounds %struct.klist, ptr %26, i64 %18 br label %40 28: ; preds = %12 %29 = getelementptr inbounds i8, ptr %1, i64 24 %30 = load ptr, ptr %29, align 8, !tbaa !21 %31 = icmp eq ptr %30, null br i1 %31, label %32, label %34 32: ; preds = %28 %33 = load i32, ptr @ENOMEM, align 4, !tbaa !13 br label %44 34: ; preds = %28 %35 = load i64, ptr %0, align 8, !tbaa !18 %36 = getelementptr inbounds i8, ptr %1, i64 16 %37 = load i32, ptr %36, align 8, !tbaa !22 %38 = tail call i64 @KN_HASH(i64 noundef %35, i32 noundef %37) #2 %39 = getelementptr inbounds %struct.klist, ptr %30, i64 %38 br label %40 40: ; preds = %34, %24 %41 = phi ptr [ %27, %24 ], [ %39, %34 ] %42 = load i32, ptr @kn_link, align 4, !tbaa !13 %43 = tail call i32 @SLIST_INSERT_HEAD(ptr noundef %41, ptr noundef nonnull %0, i32 noundef %42) #2 br label %44 44: ; preds = %40, %32, %22, %10 %45 = phi i32 [ %11, %10 ], [ %23, %22 ], [ 0, %40 ], [ %33, %32 ] ret i32 %45 } declare i32 @KASSERT(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @kn_in_flux(ptr noundef) local_unnamed_addr #1 declare i32 @KQ_OWNED(ptr noundef) local_unnamed_addr #1 declare i64 @KN_HASH(i64 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SLIST_INSERT_HEAD(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"kqueue", !8, i64 0, !11, i64 8, !8, i64 16, !12, i64 24, !12, i64 32} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!8, !8, i64 0} !14 = !{!15, !12, i64 8} !15 = !{!"knote", !11, i64 0, !12, i64 8} !16 = !{!17, !11, i64 0} !17 = !{!"TYPE_2__", !11, i64 0} !18 = !{!15, !11, i64 0} !19 = !{!7, !11, i64 8} !20 = !{!7, !12, i64 32} !21 = !{!7, !12, i64 24} !22 = !{!7, !8, i64 16}
freebsd_sys_kern_extr_kern_event.c_knote_attach
; ModuleID = 'AnghaBench/freebsd/crypto/heimdal/lib/krb5/extr_crc.c__krb5_crc_init_table.c' source_filename = "AnghaBench/freebsd/crypto/heimdal/lib/krb5/extr_crc.c__krb5_crc_init_table.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @_krb5_crc_init_table.flag = internal unnamed_addr global i1 false, align 4 @CRC_GEN = dso_local local_unnamed_addr global i64 0, align 8 @table = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nofree norecurse nosync nounwind memory(readwrite, argmem: write, inaccessiblemem: none) uwtable define dso_local void @_krb5_crc_init_table() local_unnamed_addr #0 { %1 = load i1, ptr @_krb5_crc_init_table.flag, align 4 br i1 %1, label %55, label %2 2: ; preds = %0 %3 = load ptr, ptr @table, align 8, !tbaa !5 %4 = load i64, ptr @CRC_GEN, align 8, !tbaa !9 %5 = insertelement <2 x i64> poison, i64 %4, i64 0 %6 = shufflevector <2 x i64> %5, <2 x i64> poison, <2 x i32> zeroinitializer br label %7 7: ; preds = %7, %2 %8 = phi i64 [ 0, %2 ], [ %51, %7 ] %9 = phi <2 x i64> [ <i64 0, i64 1>, %2 ], [ %52, %7 ] %10 = and <2 x i64> %9, <i64 1, i64 1> %11 = icmp eq <2 x i64> %10, zeroinitializer %12 = lshr <2 x i64> %9, <i64 1, i64 1> %13 = select <2 x i1> %11, <2 x i64> zeroinitializer, <2 x i64> %6 %14 = xor <2 x i64> %13, %12 %15 = and <2 x i64> %14, <i64 1, i64 1> %16 = icmp eq <2 x i64> %15, zeroinitializer %17 = lshr <2 x i64> %14, <i64 1, i64 1> %18 = select <2 x i1> %16, <2 x i64> zeroinitializer, <2 x i64> %6 %19 = xor <2 x i64> %18, %17 %20 = and <2 x i64> %19, <i64 1, i64 1> %21 = icmp eq <2 x i64> %20, zeroinitializer %22 = lshr <2 x i64> %19, <i64 1, i64 1> %23 = select <2 x i1> %21, <2 x i64> zeroinitializer, <2 x i64> %6 %24 = xor <2 x i64> %23, %22 %25 = and <2 x i64> %24, <i64 1, i64 1> %26 = icmp eq <2 x i64> %25, zeroinitializer %27 = lshr <2 x i64> %24, <i64 1, i64 1> %28 = select <2 x i1> %26, <2 x i64> zeroinitializer, <2 x i64> %6 %29 = xor <2 x i64> %28, %27 %30 = and <2 x i64> %29, <i64 1, i64 1> %31 = icmp eq <2 x i64> %30, zeroinitializer %32 = lshr <2 x i64> %29, <i64 1, i64 1> %33 = select <2 x i1> %31, <2 x i64> zeroinitializer, <2 x i64> %6 %34 = xor <2 x i64> %33, %32 %35 = and <2 x i64> %34, <i64 1, i64 1> %36 = icmp eq <2 x i64> %35, zeroinitializer %37 = lshr <2 x i64> %34, <i64 1, i64 1> %38 = select <2 x i1> %36, <2 x i64> zeroinitializer, <2 x i64> %6 %39 = xor <2 x i64> %38, %37 %40 = and <2 x i64> %39, <i64 1, i64 1> %41 = icmp eq <2 x i64> %40, zeroinitializer %42 = lshr <2 x i64> %39, <i64 1, i64 1> %43 = select <2 x i1> %41, <2 x i64> zeroinitializer, <2 x i64> %6 %44 = xor <2 x i64> %43, %42 %45 = and <2 x i64> %44, <i64 1, i64 1> %46 = icmp eq <2 x i64> %45, zeroinitializer %47 = lshr <2 x i64> %44, <i64 1, i64 1> %48 = select <2 x i1> %46, <2 x i64> zeroinitializer, <2 x i64> %6 %49 = xor <2 x i64> %48, %47 %50 = getelementptr inbounds i64, ptr %3, i64 %8 store <2 x i64> %49, ptr %50, align 8, !tbaa !9 %51 = add nuw i64 %8, 2 %52 = add <2 x i64> %9, <i64 2, i64 2> %53 = icmp eq i64 %51, 256 br i1 %53, label %54, label %7, !llvm.loop !11 54: ; preds = %7 store i1 true, ptr @_krb5_crc_init_table.flag, align 4 br label %55 55: ; preds = %0, %54 ret void } attributes #0 = { nofree norecurse nosync nounwind memory(readwrite, argmem: write, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"long", !7, i64 0} !11 = distinct !{!11, !12, !13, !14} !12 = !{!"llvm.loop.mustprogress"} !13 = !{!"llvm.loop.isvectorized", i32 1} !14 = !{!"llvm.loop.unroll.runtime.disable"}
; ModuleID = 'AnghaBench/freebsd/crypto/heimdal/lib/krb5/extr_crc.c__krb5_crc_init_table.c' source_filename = "AnghaBench/freebsd/crypto/heimdal/lib/krb5/extr_crc.c__krb5_crc_init_table.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @_krb5_crc_init_table.flag = internal unnamed_addr global i1 false, align 4 @CRC_GEN = common local_unnamed_addr global i64 0, align 8 @table = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nofree norecurse nosync nounwind ssp memory(readwrite, argmem: write, inaccessiblemem: none) uwtable(sync) define void @_krb5_crc_init_table() local_unnamed_addr #0 { %1 = load i1, ptr @_krb5_crc_init_table.flag, align 4 br i1 %1, label %54, label %2 2: ; preds = %0 %3 = load ptr, ptr @table, align 8, !tbaa !6 %4 = load <1 x i64>, ptr @CRC_GEN, align 8 %5 = shufflevector <1 x i64> %4, <1 x i64> poison, <2 x i32> zeroinitializer br label %6 6: ; preds = %6, %2 %7 = phi i64 [ 0, %2 ], [ %50, %6 ] %8 = phi <2 x i64> [ <i64 0, i64 1>, %2 ], [ %51, %6 ] %9 = and <2 x i64> %8, <i64 1, i64 1> %10 = icmp eq <2 x i64> %9, zeroinitializer %11 = lshr <2 x i64> %8, <i64 1, i64 1> %12 = select <2 x i1> %10, <2 x i64> zeroinitializer, <2 x i64> %5 %13 = xor <2 x i64> %12, %11 %14 = and <2 x i64> %13, <i64 1, i64 1> %15 = icmp eq <2 x i64> %14, zeroinitializer %16 = lshr <2 x i64> %13, <i64 1, i64 1> %17 = select <2 x i1> %15, <2 x i64> zeroinitializer, <2 x i64> %5 %18 = xor <2 x i64> %17, %16 %19 = and <2 x i64> %18, <i64 1, i64 1> %20 = icmp eq <2 x i64> %19, zeroinitializer %21 = lshr <2 x i64> %18, <i64 1, i64 1> %22 = select <2 x i1> %20, <2 x i64> zeroinitializer, <2 x i64> %5 %23 = xor <2 x i64> %22, %21 %24 = and <2 x i64> %23, <i64 1, i64 1> %25 = icmp eq <2 x i64> %24, zeroinitializer %26 = lshr <2 x i64> %23, <i64 1, i64 1> %27 = select <2 x i1> %25, <2 x i64> zeroinitializer, <2 x i64> %5 %28 = xor <2 x i64> %27, %26 %29 = and <2 x i64> %28, <i64 1, i64 1> %30 = icmp eq <2 x i64> %29, zeroinitializer %31 = lshr <2 x i64> %28, <i64 1, i64 1> %32 = select <2 x i1> %30, <2 x i64> zeroinitializer, <2 x i64> %5 %33 = xor <2 x i64> %32, %31 %34 = and <2 x i64> %33, <i64 1, i64 1> %35 = icmp eq <2 x i64> %34, zeroinitializer %36 = lshr <2 x i64> %33, <i64 1, i64 1> %37 = select <2 x i1> %35, <2 x i64> zeroinitializer, <2 x i64> %5 %38 = xor <2 x i64> %37, %36 %39 = and <2 x i64> %38, <i64 1, i64 1> %40 = icmp eq <2 x i64> %39, zeroinitializer %41 = lshr <2 x i64> %38, <i64 1, i64 1> %42 = select <2 x i1> %40, <2 x i64> zeroinitializer, <2 x i64> %5 %43 = xor <2 x i64> %42, %41 %44 = and <2 x i64> %43, <i64 1, i64 1> %45 = icmp eq <2 x i64> %44, zeroinitializer %46 = lshr <2 x i64> %43, <i64 1, i64 1> %47 = select <2 x i1> %45, <2 x i64> zeroinitializer, <2 x i64> %5 %48 = xor <2 x i64> %47, %46 %49 = getelementptr inbounds i64, ptr %3, i64 %7 store <2 x i64> %48, ptr %49, align 8, !tbaa !10 %50 = add nuw i64 %7, 2 %51 = add <2 x i64> %8, <i64 2, i64 2> %52 = icmp eq i64 %50, 256 br i1 %52, label %53, label %6, !llvm.loop !12 53: ; preds = %6 store i1 true, ptr @_krb5_crc_init_table.flag, align 4 br label %54 54: ; preds = %0, %53 ret void } attributes #0 = { nofree norecurse nosync nounwind ssp memory(readwrite, argmem: write, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"long", !8, i64 0} !12 = distinct !{!12, !13, !14, !15} !13 = !{!"llvm.loop.mustprogress"} !14 = !{!"llvm.loop.isvectorized", i32 1} !15 = !{!"llvm.loop.unroll.runtime.disable"}
freebsd_crypto_heimdal_lib_krb5_extr_crc.c__krb5_crc_init_table
; ModuleID = 'AnghaBench/upx/src/stub/src/extr_amd64-linux.elf-main.c_xread.c' source_filename = "AnghaBench/upx/src/stub/src/extr_amd64-linux.elf-main.c_xread.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_3__ = type { i64, ptr } @.str = private unnamed_addr constant [50 x i8] c"xread x.size=%%x x.buf=%%p buf=%%p count=%%x\\n\00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"xread done\\n\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @xread], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @xread(ptr nocapture noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = ptrtoint ptr %1 to i64 %5 = load i64, ptr %0, align 8, !tbaa !5 %6 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 %7 = load ptr, ptr %6, align 8, !tbaa !11 %8 = tail call i32 (ptr, i64, ...) @DPRINTF(ptr noundef nonnull @.str, i64 noundef %5, ptr noundef %7, ptr noundef %1, i64 noundef %2) #3 %9 = load i64, ptr %0, align 8, !tbaa !5 %10 = icmp ult i64 %9, %2 br i1 %10, label %11, label %13 11: ; preds = %3 %12 = tail call i32 @exit(i32 noundef 127) #4 unreachable 13: ; preds = %3 %14 = load ptr, ptr %6, align 8, !tbaa !11 %15 = icmp eq i64 %2, 0 br i1 %15, label %115, label %16 16: ; preds = %13 %17 = ptrtoint ptr %14 to i64 %18 = icmp ult i64 %2, 8 %19 = sub i64 %4, %17 %20 = icmp ult i64 %19, 32 %21 = select i1 %18, i1 true, i1 %20 br i1 %21, label %59, label %22 22: ; preds = %16 %23 = icmp ult i64 %2, 32 br i1 %23, label %44, label %24 24: ; preds = %22 %25 = and i64 %2, -32 br label %26 26: ; preds = %26, %24 %27 = phi i64 [ 0, %24 ], [ %34, %26 ] %28 = getelementptr i8, ptr %1, i64 %27 %29 = getelementptr i8, ptr %14, i64 %27 %30 = getelementptr i8, ptr %29, i64 16 %31 = load <16 x i8>, ptr %29, align 1, !tbaa !12 %32 = load <16 x i8>, ptr %30, align 1, !tbaa !12 %33 = getelementptr i8, ptr %28, i64 16 store <16 x i8> %31, ptr %28, align 1, !tbaa !12 store <16 x i8> %32, ptr %33, align 1, !tbaa !12 %34 = add nuw i64 %27, 32 %35 = icmp eq i64 %34, %25 br i1 %35, label %36, label %26, !llvm.loop !13 36: ; preds = %26 %37 = icmp eq i64 %25, %2 br i1 %37, label %112, label %38 38: ; preds = %36 %39 = getelementptr i8, ptr %14, i64 %25 %40 = getelementptr i8, ptr %1, i64 %25 %41 = and i64 %2, 31 %42 = and i64 %2, 24 %43 = icmp eq i64 %42, 0 br i1 %43, label %59, label %44 44: ; preds = %22, %38 %45 = phi i64 [ %25, %38 ], [ 0, %22 ] %46 = and i64 %2, -8 %47 = and i64 %2, 7 %48 = getelementptr i8, ptr %1, i64 %46 %49 = getelementptr i8, ptr %14, i64 %46 br label %50 50: ; preds = %50, %44 %51 = phi i64 [ %45, %44 ], [ %55, %50 ] %52 = getelementptr i8, ptr %1, i64 %51 %53 = getelementptr i8, ptr %14, i64 %51 %54 = load <8 x i8>, ptr %53, align 1, !tbaa !12 store <8 x i8> %54, ptr %52, align 1, !tbaa !12 %55 = add nuw i64 %51, 8 %56 = icmp eq i64 %55, %46 br i1 %56, label %57, label %50, !llvm.loop !17 57: ; preds = %50 %58 = icmp eq i64 %46, %2 br i1 %58, label %112, label %59 59: ; preds = %16, %38, %57 %60 = phi i64 [ %2, %16 ], [ %41, %38 ], [ %47, %57 ] %61 = phi ptr [ %1, %16 ], [ %40, %38 ], [ %48, %57 ] %62 = phi ptr [ %14, %16 ], [ %39, %38 ], [ %49, %57 ] %63 = add i64 %60, -1 %64 = and i64 %60, 7 %65 = icmp eq i64 %64, 0 br i1 %65, label %77, label %66 66: ; preds = %59, %66 %67 = phi i64 [ %71, %66 ], [ %60, %59 ] %68 = phi ptr [ %74, %66 ], [ %61, %59 ] %69 = phi ptr [ %73, %66 ], [ %62, %59 ] %70 = phi i64 [ %75, %66 ], [ 0, %59 ] %71 = add i64 %67, -1 %72 = load i8, ptr %69, align 1, !tbaa !12 store i8 %72, ptr %68, align 1, !tbaa !12 %73 = getelementptr inbounds i8, ptr %69, i64 1 %74 = getelementptr inbounds i8, ptr %68, i64 1 %75 = add i64 %70, 1 %76 = icmp eq i64 %75, %64 br i1 %76, label %77, label %66, !llvm.loop !18 77: ; preds = %66, %59 %78 = phi i64 [ %60, %59 ], [ %71, %66 ] %79 = phi ptr [ %61, %59 ], [ %74, %66 ] %80 = phi ptr [ %62, %59 ], [ %73, %66 ] %81 = icmp ult i64 %63, 7 br i1 %81, label %112, label %82 82: ; preds = %77, %82 %83 = phi i64 [ %107, %82 ], [ %78, %77 ] %84 = phi ptr [ %110, %82 ], [ %79, %77 ] %85 = phi ptr [ %109, %82 ], [ %80, %77 ] %86 = load i8, ptr %85, align 1, !tbaa !12 store i8 %86, ptr %84, align 1, !tbaa !12 %87 = getelementptr inbounds i8, ptr %85, i64 1 %88 = getelementptr inbounds i8, ptr %84, i64 1 %89 = load i8, ptr %87, align 1, !tbaa !12 store i8 %89, ptr %88, align 1, !tbaa !12 %90 = getelementptr inbounds i8, ptr %85, i64 2 %91 = getelementptr inbounds i8, ptr %84, i64 2 %92 = load i8, ptr %90, align 1, !tbaa !12 store i8 %92, ptr %91, align 1, !tbaa !12 %93 = getelementptr inbounds i8, ptr %85, i64 3 %94 = getelementptr inbounds i8, ptr %84, i64 3 %95 = load i8, ptr %93, align 1, !tbaa !12 store i8 %95, ptr %94, align 1, !tbaa !12 %96 = getelementptr inbounds i8, ptr %85, i64 4 %97 = getelementptr inbounds i8, ptr %84, i64 4 %98 = load i8, ptr %96, align 1, !tbaa !12 store i8 %98, ptr %97, align 1, !tbaa !12 %99 = getelementptr inbounds i8, ptr %85, i64 5 %100 = getelementptr inbounds i8, ptr %84, i64 5 %101 = load i8, ptr %99, align 1, !tbaa !12 store i8 %101, ptr %100, align 1, !tbaa !12 %102 = getelementptr inbounds i8, ptr %85, i64 6 %103 = getelementptr inbounds i8, ptr %84, i64 6 %104 = load i8, ptr %102, align 1, !tbaa !12 store i8 %104, ptr %103, align 1, !tbaa !12 %105 = getelementptr inbounds i8, ptr %85, i64 7 %106 = getelementptr inbounds i8, ptr %84, i64 7 %107 = add i64 %83, -8 %108 = load i8, ptr %105, align 1, !tbaa !12 store i8 %108, ptr %106, align 1, !tbaa !12 %109 = getelementptr inbounds i8, ptr %85, i64 8 %110 = getelementptr inbounds i8, ptr %84, i64 8 %111 = icmp eq i64 %107, 0 br i1 %111, label %112, label %82, !llvm.loop !20 112: ; preds = %77, %82, %57, %36 %113 = load ptr, ptr %6, align 8, !tbaa !11 %114 = load i64, ptr %0, align 8, !tbaa !5 br label %115 115: ; preds = %112, %13 %116 = phi i64 [ %114, %112 ], [ %9, %13 ] %117 = phi ptr [ %113, %112 ], [ %14, %13 ] %118 = getelementptr inbounds i8, ptr %117, i64 %2 store ptr %118, ptr %6, align 8, !tbaa !11 %119 = sub i64 %116, %2 store i64 %119, ptr %0, align 8, !tbaa !5 %120 = tail call i32 (ptr, i64, ...) @DPRINTF(ptr noundef nonnull @.str.1, i64 noundef 0) #3 ret void } declare i32 @DPRINTF(ptr noundef, i64 noundef, ...) local_unnamed_addr #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) local_unnamed_addr #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } attributes #4 = { noreturn nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_3__", !7, i64 0, !10, i64 8} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !10, i64 8} !12 = !{!8, !8, i64 0} !13 = distinct !{!13, !14, !15, !16} !14 = !{!"llvm.loop.mustprogress"} !15 = !{!"llvm.loop.isvectorized", i32 1} !16 = !{!"llvm.loop.unroll.runtime.disable"} !17 = distinct !{!17, !14, !15, !16} !18 = distinct !{!18, !19} !19 = !{!"llvm.loop.unroll.disable"} !20 = distinct !{!20, !14, !15}
; ModuleID = 'AnghaBench/upx/src/stub/src/extr_amd64-linux.elf-main.c_xread.c' source_filename = "AnghaBench/upx/src/stub/src/extr_amd64-linux.elf-main.c_xread.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [50 x i8] c"xread x.size=%%x x.buf=%%p buf=%%p count=%%x\\n\00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"xread done\\n\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @xread], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @xread(ptr nocapture noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = ptrtoint ptr %1 to i64 %5 = load i64, ptr %0, align 8, !tbaa !6 %6 = getelementptr inbounds i8, ptr %0, i64 8 %7 = load ptr, ptr %6, align 8, !tbaa !12 %8 = tail call i32 (ptr, i64, ...) @DPRINTF(ptr noundef nonnull @.str, i64 noundef %5, ptr noundef %7, ptr noundef %1, i64 noundef %2) #3 %9 = load i64, ptr %0, align 8, !tbaa !6 %10 = icmp ult i64 %9, %2 br i1 %10, label %11, label %13 11: ; preds = %3 %12 = tail call i32 @exit(i32 noundef 127) #4 unreachable 13: ; preds = %3 %14 = load ptr, ptr %6, align 8, !tbaa !12 %15 = icmp eq i64 %2, 0 br i1 %15, label %81, label %16 16: ; preds = %13 %17 = ptrtoint ptr %14 to i64 %18 = icmp ult i64 %2, 8 %19 = sub i64 %4, %17 %20 = icmp ult i64 %19, 64 %21 = select i1 %18, i1 true, i1 %20 br i1 %21, label %65, label %22 22: ; preds = %16 %23 = icmp ult i64 %2, 64 br i1 %23, label %50, label %24 24: ; preds = %22 %25 = and i64 %2, -64 br label %26 26: ; preds = %26, %24 %27 = phi i64 [ 0, %24 ], [ %40, %26 ] %28 = getelementptr i8, ptr %1, i64 %27 %29 = getelementptr i8, ptr %14, i64 %27 %30 = getelementptr i8, ptr %29, i64 16 %31 = getelementptr i8, ptr %29, i64 32 %32 = getelementptr i8, ptr %29, i64 48 %33 = load <16 x i8>, ptr %29, align 1, !tbaa !13 %34 = load <16 x i8>, ptr %30, align 1, !tbaa !13 %35 = load <16 x i8>, ptr %31, align 1, !tbaa !13 %36 = load <16 x i8>, ptr %32, align 1, !tbaa !13 %37 = getelementptr i8, ptr %28, i64 16 %38 = getelementptr i8, ptr %28, i64 32 %39 = getelementptr i8, ptr %28, i64 48 store <16 x i8> %33, ptr %28, align 1, !tbaa !13 store <16 x i8> %34, ptr %37, align 1, !tbaa !13 store <16 x i8> %35, ptr %38, align 1, !tbaa !13 store <16 x i8> %36, ptr %39, align 1, !tbaa !13 %40 = add nuw i64 %27, 64 %41 = icmp eq i64 %40, %25 br i1 %41, label %42, label %26, !llvm.loop !14 42: ; preds = %26 %43 = icmp eq i64 %25, %2 br i1 %43, label %78, label %44 44: ; preds = %42 %45 = getelementptr i8, ptr %14, i64 %25 %46 = getelementptr i8, ptr %1, i64 %25 %47 = and i64 %2, 63 %48 = and i64 %2, 56 %49 = icmp eq i64 %48, 0 br i1 %49, label %65, label %50 50: ; preds = %22, %44 %51 = phi i64 [ %25, %44 ], [ 0, %22 ] %52 = and i64 %2, -8 %53 = and i64 %2, 7 %54 = getelementptr i8, ptr %1, i64 %52 %55 = getelementptr i8, ptr %14, i64 %52 br label %56 56: ; preds = %56, %50 %57 = phi i64 [ %51, %50 ], [ %61, %56 ] %58 = getelementptr i8, ptr %1, i64 %57 %59 = getelementptr i8, ptr %14, i64 %57 %60 = load <8 x i8>, ptr %59, align 1, !tbaa !13 store <8 x i8> %60, ptr %58, align 1, !tbaa !13 %61 = add nuw i64 %57, 8 %62 = icmp eq i64 %61, %52 br i1 %62, label %63, label %56, !llvm.loop !18 63: ; preds = %56 %64 = icmp eq i64 %52, %2 br i1 %64, label %78, label %65 65: ; preds = %63, %16, %44 %66 = phi i64 [ %2, %16 ], [ %47, %44 ], [ %53, %63 ] %67 = phi ptr [ %1, %16 ], [ %46, %44 ], [ %54, %63 ] %68 = phi ptr [ %14, %16 ], [ %45, %44 ], [ %55, %63 ] br label %69 69: ; preds = %65, %69 %70 = phi i64 [ %73, %69 ], [ %66, %65 ] %71 = phi ptr [ %76, %69 ], [ %67, %65 ] %72 = phi ptr [ %75, %69 ], [ %68, %65 ] %73 = add i64 %70, -1 %74 = load i8, ptr %72, align 1, !tbaa !13 store i8 %74, ptr %71, align 1, !tbaa !13 %75 = getelementptr inbounds i8, ptr %72, i64 1 %76 = getelementptr inbounds i8, ptr %71, i64 1 %77 = icmp eq i64 %73, 0 br i1 %77, label %78, label %69, !llvm.loop !19 78: ; preds = %69, %63, %42 %79 = load ptr, ptr %6, align 8, !tbaa !12 %80 = load i64, ptr %0, align 8, !tbaa !6 br label %81 81: ; preds = %78, %13 %82 = phi i64 [ %80, %78 ], [ %9, %13 ] %83 = phi ptr [ %79, %78 ], [ %14, %13 ] %84 = getelementptr inbounds i8, ptr %83, i64 %2 store ptr %84, ptr %6, align 8, !tbaa !12 %85 = sub i64 %82, %2 store i64 %85, ptr %0, align 8, !tbaa !6 %86 = tail call i32 (ptr, i64, ...) @DPRINTF(ptr noundef nonnull @.str.1, i64 noundef 0) #3 ret void } declare i32 @DPRINTF(ptr noundef, i64 noundef, ...) local_unnamed_addr #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) local_unnamed_addr #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { noreturn "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } attributes #4 = { noreturn nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_3__", !8, i64 0, !11, i64 8} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !11, i64 8} !13 = !{!9, !9, i64 0} !14 = distinct !{!14, !15, !16, !17} !15 = !{!"llvm.loop.mustprogress"} !16 = !{!"llvm.loop.isvectorized", i32 1} !17 = !{!"llvm.loop.unroll.runtime.disable"} !18 = distinct !{!18, !15, !16, !17} !19 = distinct !{!19, !15, !16}
upx_src_stub_src_extr_amd64-linux.elf-main.c_xread
; ModuleID = 'AnghaBench/ccv/lib/nnc/extr_ccv_nnc_stream.c_ccv_nnc_stream_scheduler_append_task.c' source_filename = "AnghaBench/ccv/lib/nnc/extr_ccv_nnc_stream.c_ccv_nnc_stream_scheduler_append_task.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_6__ = type { ptr, ptr } %struct.TYPE_5__ = type { ptr, ptr } ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(write, argmem: readwrite, inaccessiblemem: none) uwtable define dso_local void @ccv_nnc_stream_scheduler_append_task(ptr nocapture noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = icmp eq ptr %3, null %5 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 1 %6 = select i1 %4, ptr %5, ptr %3 store ptr %1, ptr %6, align 8, !tbaa !10 %7 = getelementptr inbounds %struct.TYPE_5__, ptr %1, i64 0, i32 1 store ptr %3, ptr %7, align 8 store ptr %1, ptr %0, align 8, !tbaa !5 store ptr null, ptr %1, align 8, !tbaa !11 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(write, argmem: readwrite, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_6__", !7, i64 0, !7, i64 8} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0} !11 = !{!12, !7, i64 0} !12 = !{!"TYPE_5__", !7, i64 0, !7, i64 8}
; ModuleID = 'AnghaBench/ccv/lib/nnc/extr_ccv_nnc_stream.c_ccv_nnc_stream_scheduler_append_task.c' source_filename = "AnghaBench/ccv/lib/nnc/extr_ccv_nnc_stream.c_ccv_nnc_stream_scheduler_append_task.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(write, argmem: readwrite, inaccessiblemem: none) uwtable(sync) define void @ccv_nnc_stream_scheduler_append_task(ptr nocapture noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = icmp eq ptr %3, null %5 = getelementptr inbounds i8, ptr %0, i64 8 %6 = select i1 %4, ptr %5, ptr %3 store ptr %1, ptr %6, align 8, !tbaa !11 %7 = getelementptr inbounds i8, ptr %1, i64 8 store ptr %3, ptr %7, align 8 store ptr %1, ptr %0, align 8, !tbaa !6 store ptr null, ptr %1, align 8, !tbaa !12 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(write, argmem: readwrite, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_6__", !8, i64 0, !8, i64 8} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0} !12 = !{!13, !8, i64 0} !13 = !{!"TYPE_5__", !8, i64 0, !8, i64 8}
ccv_lib_nnc_extr_ccv_nnc_stream.c_ccv_nnc_stream_scheduler_append_task
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/serial/extr_ioc4_serial.c_set_rx_timeout.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/serial/extr_ioc4_serial.c_set_rx_timeout.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.ioc4_port = type { i32, i32, i32, ptr } %struct.TYPE_2__ = type { i32, i32 } @IOC4_SSCR_RX_THRESHOLD = dso_local local_unnamed_addr global i32 0, align 4 @IOC4_SRTR_HZ = dso_local local_unnamed_addr global i32 0, align 4 @IOC4_SRTR_CNT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @set_rx_timeout], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal noundef i32 @set_rx_timeout(ptr nocapture noundef %0, i32 noundef %1) #0 { store i32 %1, ptr %0, align 8, !tbaa !5 %3 = getelementptr inbounds %struct.ioc4_port, ptr %0, i64 0, i32 1 %4 = load i32, ptr %3, align 4, !tbaa !11 %5 = mul nsw i32 %4, %1 %6 = sdiv i32 %5, 4000 %7 = add i32 %5, 3999 %8 = icmp ult i32 %7, 7999 %9 = select i1 %8, i32 1, i32 %6 %10 = load i32, ptr @IOC4_SSCR_RX_THRESHOLD, align 4, !tbaa !12 %11 = icmp ugt i32 %9, %10 br i1 %11, label %29, label %12 12: ; preds = %2 %13 = xor i32 %10, -1 %14 = getelementptr inbounds %struct.ioc4_port, ptr %0, i64 0, i32 2 %15 = load i32, ptr %14, align 8, !tbaa !13 %16 = and i32 %15, %13 %17 = or i32 %16, %9 store i32 %17, ptr %14, align 8, !tbaa !13 %18 = getelementptr inbounds %struct.ioc4_port, ptr %0, i64 0, i32 3 %19 = load ptr, ptr %18, align 8, !tbaa !14 %20 = getelementptr inbounds %struct.TYPE_2__, ptr %19, i64 0, i32 1 %21 = tail call i32 @writel(i32 noundef %17, ptr noundef nonnull %20) #3 %22 = load i32, ptr @IOC4_SRTR_HZ, align 4, !tbaa !12 %23 = mul nsw i32 %22, %1 %24 = sdiv i32 %23, 100 %25 = load i32, ptr @IOC4_SRTR_CNT, align 4, !tbaa !12 %26 = tail call i32 @llvm.smin.i32(i32 %24, i32 %25) %27 = load ptr, ptr %18, align 8, !tbaa !14 %28 = tail call i32 @writel(i32 noundef %26, ptr noundef %27) #3 br label %29 29: ; preds = %2, %12 %30 = phi i32 [ 0, %12 ], [ 1, %2 ] ret i32 %30 } declare i32 @writel(i32 noundef, ptr noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smin.i32(i32, i32) #2 attributes #0 = { inlinehint nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"ioc4_port", !7, i64 0, !7, i64 4, !7, i64 8, !10, i64 16} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !7, i64 4} !12 = !{!7, !7, i64 0} !13 = !{!6, !7, i64 8} !14 = !{!6, !10, i64 16}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/serial/extr_ioc4_serial.c_set_rx_timeout.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/serial/extr_ioc4_serial.c_set_rx_timeout.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @IOC4_SSCR_RX_THRESHOLD = common local_unnamed_addr global i32 0, align 4 @IOC4_SRTR_HZ = common local_unnamed_addr global i32 0, align 4 @IOC4_SRTR_CNT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @set_rx_timeout], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal range(i32 0, 2) i32 @set_rx_timeout(ptr nocapture noundef %0, i32 noundef %1) #0 { store i32 %1, ptr %0, align 8, !tbaa !6 %3 = getelementptr inbounds i8, ptr %0, i64 4 %4 = load i32, ptr %3, align 4, !tbaa !12 %5 = mul nsw i32 %4, %1 %6 = sdiv i32 %5, 4000 %7 = add i32 %5, 3999 %8 = icmp ult i32 %7, 7999 %9 = select i1 %8, i32 1, i32 %6 %10 = load i32, ptr @IOC4_SSCR_RX_THRESHOLD, align 4, !tbaa !13 %11 = icmp ugt i32 %9, %10 br i1 %11, label %29, label %12 12: ; preds = %2 %13 = xor i32 %10, -1 %14 = getelementptr inbounds i8, ptr %0, i64 8 %15 = load i32, ptr %14, align 8, !tbaa !14 %16 = and i32 %15, %13 %17 = or i32 %16, %9 store i32 %17, ptr %14, align 8, !tbaa !14 %18 = getelementptr inbounds i8, ptr %0, i64 16 %19 = load ptr, ptr %18, align 8, !tbaa !15 %20 = getelementptr inbounds i8, ptr %19, i64 4 %21 = tail call i32 @writel(i32 noundef %17, ptr noundef nonnull %20) #3 %22 = load i32, ptr @IOC4_SRTR_HZ, align 4, !tbaa !13 %23 = mul nsw i32 %22, %1 %24 = sdiv i32 %23, 100 %25 = load i32, ptr @IOC4_SRTR_CNT, align 4, !tbaa !13 %26 = tail call i32 @llvm.smin.i32(i32 %24, i32 %25) %27 = load ptr, ptr %18, align 8, !tbaa !15 %28 = tail call i32 @writel(i32 noundef %26, ptr noundef %27) #3 br label %29 29: ; preds = %2, %12 %30 = phi i32 [ 0, %12 ], [ 1, %2 ] ret i32 %30 } declare i32 @writel(i32 noundef, ptr noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smin.i32(i32, i32) #2 attributes #0 = { inlinehint nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"ioc4_port", !8, i64 0, !8, i64 4, !8, i64 8, !11, i64 16} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !8, i64 4} !13 = !{!8, !8, i64 0} !14 = !{!7, !8, i64 8} !15 = !{!7, !11, i64 16}
fastsocket_kernel_drivers_serial_extr_ioc4_serial.c_set_rx_timeout
; ModuleID = 'AnghaBench/linux/drivers/block/aoe/extr_aoecmd.c_resend.c' source_filename = "AnghaBench/linux/drivers/block/aoe/extr_aoecmd.c_resend.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.sk_buff_head = type { i32 } %struct.frame = type { i32, i32, i32, ptr, ptr } %struct.aoedev = type { i32, i32 } %struct.aoe_hdr = type { i32, i32, i32 } %struct.aoetgt = type { ptr, i32, i32 } @.str = private unnamed_addr constant [42 x i8] c"aoe: resend: no interfaces to rotate to.\0A\00", align 1 @FFL_PROBE = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [64 x i8] c"%15s e%ld.%d oldtag=%08x@%08lx newtag=%08x s=%pm d=%pm nout=%d\0A\00", align 1 @.str.2 = private unnamed_addr constant [11 x i8] c"retransmit\00", align 1 @jiffies = dso_local local_unnamed_addr global i32 0, align 4 @GFP_ATOMIC = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @resend], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @resend(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca %struct.sk_buff_head, align 4 %4 = alloca [128 x i8], align 16 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 call void @llvm.lifetime.start.p0(i64 128, ptr nonnull %4) #3 %5 = getelementptr inbounds %struct.frame, ptr %1, i64 0, i32 4 %6 = load ptr, ptr %5, align 8, !tbaa !5 %7 = tail call i32 @newtag(ptr noundef %0) #3 %8 = getelementptr inbounds %struct.frame, ptr %1, i64 0, i32 3 %9 = load ptr, ptr %8, align 8, !tbaa !11 %10 = tail call ptr @ifrotate(ptr noundef %6) #3 %11 = icmp eq ptr %10, null br i1 %11, label %12, label %15 12: ; preds = %2 %13 = tail call i32 @pr_info(ptr noundef nonnull @.str) #3 %14 = tail call i32 @ktcomplete(ptr noundef nonnull %1, ptr noundef null) #3 br label %62 15: ; preds = %2 %16 = tail call i64 @skb_mac_header(ptr noundef %9) #3 %17 = inttoptr i64 %16 to ptr %18 = load i32, ptr %1, align 8, !tbaa !12 %19 = load i32, ptr @FFL_PROBE, align 4, !tbaa !13 %20 = and i32 %19, %18 %21 = icmp eq i32 %20, 0 br i1 %21, label %22, label %36 22: ; preds = %15 %23 = getelementptr inbounds %struct.aoedev, ptr %0, i64 0, i32 1 %24 = load i32, ptr %23, align 4, !tbaa !14 %25 = load i32, ptr %0, align 4, !tbaa !16 %26 = getelementptr inbounds %struct.frame, ptr %1, i64 0, i32 2 %27 = load i32, ptr %26, align 8, !tbaa !17 %28 = load i32, ptr @jiffies, align 4, !tbaa !13 %29 = load i32, ptr %17, align 4, !tbaa !18 %30 = getelementptr inbounds %struct.aoe_hdr, ptr %17, i64 0, i32 1 %31 = load i32, ptr %30, align 4, !tbaa !20 %32 = getelementptr inbounds %struct.aoetgt, ptr %6, i64 0, i32 2 %33 = load i32, ptr %32, align 4, !tbaa !21 %34 = call i32 @snprintf(ptr noundef nonnull %4, i32 noundef 128, ptr noundef nonnull @.str.1, ptr noundef nonnull @.str.2, i32 noundef %24, i32 noundef %25, i32 noundef %27, i32 noundef %28, i32 noundef %7, i32 noundef %29, i32 noundef %31, i32 noundef %33) #3 %35 = call i32 @aoechr_error(ptr noundef nonnull %4) #3 br label %36 36: ; preds = %22, %15 %37 = getelementptr inbounds %struct.frame, ptr %1, i64 0, i32 2 store i32 %7, ptr %37, align 8, !tbaa !17 %38 = call i32 @fhash(ptr noundef nonnull %1) #3 %39 = call i32 @cpu_to_be32(i32 noundef %7) #3 %40 = getelementptr inbounds %struct.aoe_hdr, ptr %17, i64 0, i32 2 store i32 %39, ptr %40, align 4, !tbaa !23 %41 = getelementptr inbounds %struct.aoe_hdr, ptr %17, i64 0, i32 1 %42 = load i32, ptr %41, align 4, !tbaa !20 %43 = getelementptr inbounds %struct.aoetgt, ptr %6, i64 0, i32 1 %44 = load i32, ptr %43, align 8, !tbaa !24 %45 = call i32 @memcpy(i32 noundef %42, i32 noundef %44, i32 noundef 4) #3 %46 = load i32, ptr %17, align 4, !tbaa !18 %47 = load ptr, ptr %6, align 8, !tbaa !25 %48 = load ptr, ptr %47, align 8, !tbaa !26 %49 = load i32, ptr %48, align 4, !tbaa !28 %50 = call i32 @memcpy(i32 noundef %46, i32 noundef %49, i32 noundef 4) #3 %51 = load ptr, ptr %6, align 8, !tbaa !25 %52 = load ptr, ptr %51, align 8, !tbaa !26 store ptr %52, ptr %9, align 8, !tbaa !30 %53 = load i32, ptr @GFP_ATOMIC, align 4, !tbaa !13 %54 = call ptr @skb_clone(ptr noundef nonnull %9, i32 noundef %53) #3 %55 = icmp eq ptr %54, null br i1 %55, label %62, label %56 56: ; preds = %36 %57 = call i32 (...) @ktime_get() #3 %58 = getelementptr inbounds %struct.frame, ptr %1, i64 0, i32 1 store i32 %57, ptr %58, align 4, !tbaa !32 %59 = call i32 @__skb_queue_head_init(ptr noundef nonnull %3) #3 %60 = call i32 @__skb_queue_tail(ptr noundef nonnull %3, ptr noundef nonnull %54) #3 %61 = call i32 @aoenet_xmit(ptr noundef nonnull %3) #3 br label %62 62: ; preds = %36, %56, %12 call void @llvm.lifetime.end.p0(i64 128, ptr nonnull %4) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @newtag(ptr noundef) local_unnamed_addr #2 declare ptr @ifrotate(ptr noundef) local_unnamed_addr #2 declare i32 @pr_info(ptr noundef) local_unnamed_addr #2 declare i32 @ktcomplete(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @skb_mac_header(ptr noundef) local_unnamed_addr #2 declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @aoechr_error(ptr noundef) local_unnamed_addr #2 declare i32 @fhash(ptr noundef) local_unnamed_addr #2 declare i32 @cpu_to_be32(i32 noundef) local_unnamed_addr #2 declare i32 @memcpy(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare ptr @skb_clone(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @ktime_get(...) local_unnamed_addr #2 declare i32 @__skb_queue_head_init(ptr noundef) local_unnamed_addr #2 declare i32 @__skb_queue_tail(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @aoenet_xmit(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !10, i64 24} !6 = !{!"frame", !7, i64 0, !7, i64 4, !7, i64 8, !10, i64 16, !10, i64 24} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !10, i64 16} !12 = !{!6, !7, i64 0} !13 = !{!7, !7, i64 0} !14 = !{!15, !7, i64 4} !15 = !{!"aoedev", !7, i64 0, !7, i64 4} !16 = !{!15, !7, i64 0} !17 = !{!6, !7, i64 8} !18 = !{!19, !7, i64 0} !19 = !{!"aoe_hdr", !7, i64 0, !7, i64 4, !7, i64 8} !20 = !{!19, !7, i64 4} !21 = !{!22, !7, i64 12} !22 = !{!"aoetgt", !10, i64 0, !7, i64 8, !7, i64 12} !23 = !{!19, !7, i64 8} !24 = !{!22, !7, i64 8} !25 = !{!22, !10, i64 0} !26 = !{!27, !10, i64 0} !27 = !{!"TYPE_4__", !10, i64 0} !28 = !{!29, !7, i64 0} !29 = !{!"TYPE_3__", !7, i64 0} !30 = !{!31, !10, i64 0} !31 = !{!"sk_buff", !10, i64 0} !32 = !{!6, !7, i64 4}
; ModuleID = 'AnghaBench/linux/drivers/block/aoe/extr_aoecmd.c_resend.c' source_filename = "AnghaBench/linux/drivers/block/aoe/extr_aoecmd.c_resend.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.sk_buff_head = type { i32 } @.str = private unnamed_addr constant [42 x i8] c"aoe: resend: no interfaces to rotate to.\0A\00", align 1 @FFL_PROBE = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [64 x i8] c"%15s e%ld.%d oldtag=%08x@%08lx newtag=%08x s=%pm d=%pm nout=%d\0A\00", align 1 @.str.2 = private unnamed_addr constant [11 x i8] c"retransmit\00", align 1 @jiffies = common local_unnamed_addr global i32 0, align 4 @GFP_ATOMIC = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @resend], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @resend(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca %struct.sk_buff_head, align 4 %4 = alloca [128 x i8], align 1 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 call void @llvm.lifetime.start.p0(i64 128, ptr nonnull %4) #3 %5 = getelementptr inbounds i8, ptr %1, i64 24 %6 = load ptr, ptr %5, align 8, !tbaa !6 %7 = tail call i32 @newtag(ptr noundef %0) #3 %8 = getelementptr inbounds i8, ptr %1, i64 16 %9 = load ptr, ptr %8, align 8, !tbaa !12 %10 = tail call ptr @ifrotate(ptr noundef %6) #3 %11 = icmp eq ptr %10, null br i1 %11, label %12, label %15 12: ; preds = %2 %13 = tail call i32 @pr_info(ptr noundef nonnull @.str) #3 %14 = tail call i32 @ktcomplete(ptr noundef nonnull %1, ptr noundef null) #3 br label %62 15: ; preds = %2 %16 = tail call i64 @skb_mac_header(ptr noundef %9) #3 %17 = inttoptr i64 %16 to ptr %18 = load i32, ptr %1, align 8, !tbaa !13 %19 = load i32, ptr @FFL_PROBE, align 4, !tbaa !14 %20 = and i32 %19, %18 %21 = icmp eq i32 %20, 0 br i1 %21, label %22, label %36 22: ; preds = %15 %23 = getelementptr inbounds i8, ptr %0, i64 4 %24 = load i32, ptr %23, align 4, !tbaa !15 %25 = load i32, ptr %0, align 4, !tbaa !17 %26 = getelementptr inbounds i8, ptr %1, i64 8 %27 = load i32, ptr %26, align 8, !tbaa !18 %28 = load i32, ptr @jiffies, align 4, !tbaa !14 %29 = load i32, ptr %17, align 4, !tbaa !19 %30 = getelementptr inbounds i8, ptr %17, i64 4 %31 = load i32, ptr %30, align 4, !tbaa !21 %32 = getelementptr inbounds i8, ptr %6, i64 12 %33 = load i32, ptr %32, align 4, !tbaa !22 %34 = call i32 @snprintf(ptr noundef nonnull %4, i32 noundef 128, ptr noundef nonnull @.str.1, ptr noundef nonnull @.str.2, i32 noundef %24, i32 noundef %25, i32 noundef %27, i32 noundef %28, i32 noundef %7, i32 noundef %29, i32 noundef %31, i32 noundef %33) #3 %35 = call i32 @aoechr_error(ptr noundef nonnull %4) #3 br label %36 36: ; preds = %22, %15 %37 = getelementptr inbounds i8, ptr %1, i64 8 store i32 %7, ptr %37, align 8, !tbaa !18 %38 = call i32 @fhash(ptr noundef nonnull %1) #3 %39 = call i32 @cpu_to_be32(i32 noundef %7) #3 %40 = getelementptr inbounds i8, ptr %17, i64 8 store i32 %39, ptr %40, align 4, !tbaa !24 %41 = getelementptr inbounds i8, ptr %17, i64 4 %42 = load i32, ptr %41, align 4, !tbaa !21 %43 = getelementptr inbounds i8, ptr %6, i64 8 %44 = load i32, ptr %43, align 8, !tbaa !25 %45 = call i32 @memcpy(i32 noundef %42, i32 noundef %44, i32 noundef 4) #3 %46 = load i32, ptr %17, align 4, !tbaa !19 %47 = load ptr, ptr %6, align 8, !tbaa !26 %48 = load ptr, ptr %47, align 8, !tbaa !27 %49 = load i32, ptr %48, align 4, !tbaa !29 %50 = call i32 @memcpy(i32 noundef %46, i32 noundef %49, i32 noundef 4) #3 %51 = load ptr, ptr %6, align 8, !tbaa !26 %52 = load ptr, ptr %51, align 8, !tbaa !27 store ptr %52, ptr %9, align 8, !tbaa !31 %53 = load i32, ptr @GFP_ATOMIC, align 4, !tbaa !14 %54 = call ptr @skb_clone(ptr noundef nonnull %9, i32 noundef %53) #3 %55 = icmp eq ptr %54, null br i1 %55, label %62, label %56 56: ; preds = %36 %57 = call i32 @ktime_get() #3 %58 = getelementptr inbounds i8, ptr %1, i64 4 store i32 %57, ptr %58, align 4, !tbaa !33 %59 = call i32 @__skb_queue_head_init(ptr noundef nonnull %3) #3 %60 = call i32 @__skb_queue_tail(ptr noundef nonnull %3, ptr noundef nonnull %54) #3 %61 = call i32 @aoenet_xmit(ptr noundef nonnull %3) #3 br label %62 62: ; preds = %36, %56, %12 call void @llvm.lifetime.end.p0(i64 128, ptr nonnull %4) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @newtag(ptr noundef) local_unnamed_addr #2 declare ptr @ifrotate(ptr noundef) local_unnamed_addr #2 declare i32 @pr_info(ptr noundef) local_unnamed_addr #2 declare i32 @ktcomplete(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @skb_mac_header(ptr noundef) local_unnamed_addr #2 declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @aoechr_error(ptr noundef) local_unnamed_addr #2 declare i32 @fhash(ptr noundef) local_unnamed_addr #2 declare i32 @cpu_to_be32(i32 noundef) local_unnamed_addr #2 declare i32 @memcpy(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare ptr @skb_clone(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @ktime_get(...) local_unnamed_addr #2 declare i32 @__skb_queue_head_init(ptr noundef) local_unnamed_addr #2 declare i32 @__skb_queue_tail(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @aoenet_xmit(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !11, i64 24} !7 = !{!"frame", !8, i64 0, !8, i64 4, !8, i64 8, !11, i64 16, !11, i64 24} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !11, i64 16} !13 = !{!7, !8, i64 0} !14 = !{!8, !8, i64 0} !15 = !{!16, !8, i64 4} !16 = !{!"aoedev", !8, i64 0, !8, i64 4} !17 = !{!16, !8, i64 0} !18 = !{!7, !8, i64 8} !19 = !{!20, !8, i64 0} !20 = !{!"aoe_hdr", !8, i64 0, !8, i64 4, !8, i64 8} !21 = !{!20, !8, i64 4} !22 = !{!23, !8, i64 12} !23 = !{!"aoetgt", !11, i64 0, !8, i64 8, !8, i64 12} !24 = !{!20, !8, i64 8} !25 = !{!23, !8, i64 8} !26 = !{!23, !11, i64 0} !27 = !{!28, !11, i64 0} !28 = !{!"TYPE_4__", !11, i64 0} !29 = !{!30, !8, i64 0} !30 = !{!"TYPE_3__", !8, i64 0} !31 = !{!32, !11, i64 0} !32 = !{!"sk_buff", !11, i64 0} !33 = !{!7, !8, i64 4}
linux_drivers_block_aoe_extr_aoecmd.c_resend
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/usb/extr_plusb.c_pl_reset.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/usb/extr_plusb.c_pl_reset.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @PL_S_EN = dso_local local_unnamed_addr global i32 0, align 4 @PL_RESET_OUT = dso_local local_unnamed_addr global i32 0, align 4 @PL_RESET_IN = dso_local local_unnamed_addr global i32 0, align 4 @PL_PEER_E = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @pl_reset], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @pl_reset(ptr noundef %0) #0 { %2 = load i32, ptr @PL_S_EN, align 4, !tbaa !5 %3 = load i32, ptr @PL_RESET_OUT, align 4, !tbaa !5 %4 = or i32 %3, %2 %5 = load i32, ptr @PL_RESET_IN, align 4, !tbaa !5 %6 = or i32 %4, %5 %7 = load i32, ptr @PL_PEER_E, align 4, !tbaa !5 %8 = or i32 %6, %7 %9 = tail call i32 @pl_set_QuickLink_features(ptr noundef %0, i32 noundef %8) #2 ret i32 0 } declare i32 @pl_set_QuickLink_features(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/usb/extr_plusb.c_pl_reset.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/usb/extr_plusb.c_pl_reset.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @PL_S_EN = common local_unnamed_addr global i32 0, align 4 @PL_RESET_OUT = common local_unnamed_addr global i32 0, align 4 @PL_RESET_IN = common local_unnamed_addr global i32 0, align 4 @PL_PEER_E = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @pl_reset], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @pl_reset(ptr noundef %0) #0 { %2 = load i32, ptr @PL_S_EN, align 4, !tbaa !6 %3 = load i32, ptr @PL_RESET_OUT, align 4, !tbaa !6 %4 = or i32 %3, %2 %5 = load i32, ptr @PL_RESET_IN, align 4, !tbaa !6 %6 = or i32 %4, %5 %7 = load i32, ptr @PL_PEER_E, align 4, !tbaa !6 %8 = or i32 %6, %7 %9 = tail call i32 @pl_set_QuickLink_features(ptr noundef %0, i32 noundef %8) #2 ret i32 0 } declare i32 @pl_set_QuickLink_features(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_net_usb_extr_plusb.c_pl_reset
; ModuleID = 'AnghaBench/reactos/win32ss/printing/providers/localspl/extr_monitors.c__LocalGetMonitorLevel1.c' source_filename = "AnghaBench/reactos/win32ss/printing/providers/localspl/extr_monitors.c__LocalGetMonitorLevel1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @dwMonitorInfo1Offsets = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @_LocalGetMonitorLevel1], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @_LocalGetMonitorLevel1(ptr nocapture noundef readonly %0, ptr noundef %1, ptr nocapture noundef %2, ptr nocapture noundef %3) #0 { %5 = alloca [1 x i32], align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %6 = icmp eq ptr %1, null %7 = load i32, ptr %0, align 4, !tbaa !5 br i1 %6, label %8, label %14 8: ; preds = %4 %9 = tail call i32 @wcslen(i32 noundef %7) #3 %10 = shl i32 %9, 2 %11 = add i32 %10, 8 %12 = load i32, ptr %3, align 4, !tbaa !10 %13 = add i32 %11, %12 store i32 %13, ptr %3, align 4, !tbaa !10 br label %22 14: ; preds = %4 store i32 %7, ptr %5, align 4, !tbaa !10 %15 = load i64, ptr %1, align 8, !tbaa !11 %16 = trunc i64 %15 to i32 %17 = load i32, ptr @dwMonitorInfo1Offsets, align 4, !tbaa !10 %18 = load i32, ptr %2, align 4, !tbaa !10 %19 = call i32 @PackStrings(ptr noundef nonnull %5, i32 noundef %16, i32 noundef %17, i32 noundef %18) #3 store i32 %19, ptr %2, align 4, !tbaa !10 %20 = load i64, ptr %1, align 8, !tbaa !11 %21 = add nsw i64 %20, 1 store i64 %21, ptr %1, align 8, !tbaa !11 br label %22 22: ; preds = %14, %8 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @wcslen(i32 noundef) local_unnamed_addr #2 declare i32 @PackStrings(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_3__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"long", !8, i64 0}
; ModuleID = 'AnghaBench/reactos/win32ss/printing/providers/localspl/extr_monitors.c__LocalGetMonitorLevel1.c' source_filename = "AnghaBench/reactos/win32ss/printing/providers/localspl/extr_monitors.c__LocalGetMonitorLevel1.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @dwMonitorInfo1Offsets = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @_LocalGetMonitorLevel1], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @_LocalGetMonitorLevel1(ptr nocapture noundef readonly %0, ptr noundef %1, ptr nocapture noundef %2, ptr nocapture noundef %3) #0 { %5 = alloca [1 x i32], align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %6 = icmp eq ptr %1, null %7 = load i32, ptr %0, align 4, !tbaa !6 br i1 %6, label %8, label %14 8: ; preds = %4 %9 = tail call i32 @wcslen(i32 noundef %7) #3 %10 = shl i32 %9, 2 %11 = add i32 %10, 8 %12 = load i32, ptr %3, align 4, !tbaa !11 %13 = add i32 %11, %12 store i32 %13, ptr %3, align 4, !tbaa !11 br label %22 14: ; preds = %4 store i32 %7, ptr %5, align 4, !tbaa !11 %15 = load i64, ptr %1, align 8, !tbaa !12 %16 = trunc i64 %15 to i32 %17 = load i32, ptr @dwMonitorInfo1Offsets, align 4, !tbaa !11 %18 = load i32, ptr %2, align 4, !tbaa !11 %19 = call i32 @PackStrings(ptr noundef nonnull %5, i32 noundef %16, i32 noundef %17, i32 noundef %18) #3 store i32 %19, ptr %2, align 4, !tbaa !11 %20 = load i64, ptr %1, align 8, !tbaa !12 %21 = add nsw i64 %20, 1 store i64 %21, ptr %1, align 8, !tbaa !12 br label %22 22: ; preds = %14, %8 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @wcslen(i32 noundef) local_unnamed_addr #2 declare i32 @PackStrings(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_3__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"long", !9, i64 0}
reactos_win32ss_printing_providers_localspl_extr_monitors.c__LocalGetMonitorLevel1
; ModuleID = 'AnghaBench/linux/drivers/misc/extr_isl29003.c___isl29003_read_reg.c' source_filename = "AnghaBench/linux/drivers/misc/extr_isl29003.c___isl29003_read_reg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @__isl29003_read_reg], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @__isl29003_read_reg(ptr noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = tail call ptr @i2c_get_clientdata(ptr noundef %0) #2 %6 = load ptr, ptr %5, align 8, !tbaa !5 %7 = getelementptr inbounds i32, ptr %6, i64 %1 %8 = load i32, ptr %7, align 4, !tbaa !10 %9 = and i32 %8, %2 %10 = ashr i32 %9, %3 ret i32 %10 } declare ptr @i2c_get_clientdata(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"isl29003_data", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/misc/extr_isl29003.c___isl29003_read_reg.c' source_filename = "AnghaBench/linux/drivers/misc/extr_isl29003.c___isl29003_read_reg.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @__isl29003_read_reg], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @__isl29003_read_reg(ptr noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = tail call ptr @i2c_get_clientdata(ptr noundef %0) #2 %6 = load ptr, ptr %5, align 8, !tbaa !6 %7 = getelementptr inbounds i32, ptr %6, i64 %1 %8 = load i32, ptr %7, align 4, !tbaa !11 %9 = and i32 %8, %2 %10 = ashr i32 %9, %3 ret i32 %10 } declare ptr @i2c_get_clientdata(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"isl29003_data", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !12, i64 0} !12 = !{!"int", !9, i64 0}
linux_drivers_misc_extr_isl29003.c___isl29003_read_reg
; ModuleID = 'AnghaBench/esp-idf/examples/protocols/http_server/persistent_sockets/main/extr_main.c_disconnect_handler.c' source_filename = "AnghaBench/esp-idf/examples/protocols/http_server/persistent_sockets/main/extr_main.c_disconnect_handler.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @TAG = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [19 x i8] c"Stopping webserver\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @disconnect_handler], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @disconnect_handler(ptr nocapture noundef %0, i32 %1, i32 %2, ptr nocapture readnone %3) #0 { %5 = load ptr, ptr %0, align 8, !tbaa !5 %6 = icmp eq ptr %5, null br i1 %6, label %12, label %7 7: ; preds = %4 %8 = load i32, ptr @TAG, align 4, !tbaa !9 %9 = tail call i32 @ESP_LOGI(i32 noundef %8, ptr noundef nonnull @.str) #2 %10 = load ptr, ptr %0, align 8, !tbaa !5 %11 = tail call i32 @stop_webserver(ptr noundef %10) #2 store ptr null, ptr %0, align 8, !tbaa !5 br label %12 12: ; preds = %7, %4 ret void } declare i32 @ESP_LOGI(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @stop_webserver(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0}
; ModuleID = 'AnghaBench/esp-idf/examples/protocols/http_server/persistent_sockets/main/extr_main.c_disconnect_handler.c' source_filename = "AnghaBench/esp-idf/examples/protocols/http_server/persistent_sockets/main/extr_main.c_disconnect_handler.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @TAG = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [19 x i8] c"Stopping webserver\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @disconnect_handler], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @disconnect_handler(ptr nocapture noundef %0, i32 %1, i32 %2, ptr nocapture readnone %3) #0 { %5 = load ptr, ptr %0, align 8, !tbaa !6 %6 = icmp eq ptr %5, null br i1 %6, label %12, label %7 7: ; preds = %4 %8 = load i32, ptr @TAG, align 4, !tbaa !10 %9 = tail call i32 @ESP_LOGI(i32 noundef %8, ptr noundef nonnull @.str) #2 %10 = load ptr, ptr %0, align 8, !tbaa !6 %11 = tail call i32 @stop_webserver(ptr noundef %10) #2 store ptr null, ptr %0, align 8, !tbaa !6 br label %12 12: ; preds = %7, %4 ret void } declare i32 @ESP_LOGI(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @stop_webserver(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0}
esp-idf_examples_protocols_http_server_persistent_sockets_main_extr_main.c_disconnect_handler
; ModuleID = 'AnghaBench/linux/net/tipc/extr_socket.c___tipc_nl_add_sk_info.c' source_filename = "AnghaBench/linux/net/tipc/extr_socket.c___tipc_nl_add_sk_info.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.tipc_sock = type { i32, i32, %struct.sock } %struct.sock = type { i32 } @TIPC_NLA_SOCK_REF = dso_local local_unnamed_addr global i32 0, align 4 @TIPC_NLA_SOCK_ADDR = dso_local local_unnamed_addr global i32 0, align 4 @EMSGSIZE = dso_local local_unnamed_addr global i32 0, align 4 @TIPC_NLA_SOCK_HAS_PUBL = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @__tipc_nl_add_sk_info], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @__tipc_nl_add_sk_info(ptr noundef %0, ptr noundef %1) #0 { %3 = load i32, ptr %0, align 4, !tbaa !5 %4 = tail call ptr @sock_net(i32 noundef %3) #2 %5 = getelementptr inbounds %struct.tipc_sock, ptr %1, i64 0, i32 2 %6 = load i32, ptr @TIPC_NLA_SOCK_REF, align 4, !tbaa !10 %7 = getelementptr inbounds %struct.tipc_sock, ptr %1, i64 0, i32 1 %8 = load i32, ptr %7, align 4, !tbaa !11 %9 = tail call i64 @nla_put_u32(ptr noundef nonnull %0, i32 noundef %6, i32 noundef %8) #2 %10 = icmp eq i64 %9, 0 br i1 %10, label %11, label %16 11: ; preds = %2 %12 = load i32, ptr @TIPC_NLA_SOCK_ADDR, align 4, !tbaa !10 %13 = tail call i32 @tipc_own_addr(ptr noundef %4) #2 %14 = tail call i64 @nla_put_u32(ptr noundef nonnull %0, i32 noundef %12, i32 noundef %13) #2 %15 = icmp eq i64 %14, 0 br i1 %15, label %19, label %16 16: ; preds = %11, %2 %17 = load i32, ptr @EMSGSIZE, align 4, !tbaa !10 %18 = sub nsw i32 0, %17 br label %38 19: ; preds = %11 %20 = tail call i64 @tipc_sk_connected(ptr noundef nonnull %5) #2 %21 = icmp eq i64 %20, 0 br i1 %21, label %28, label %22 22: ; preds = %19 %23 = tail call i64 @__tipc_nl_add_sk_con(ptr noundef nonnull %0, ptr noundef nonnull %1) #2 %24 = icmp eq i64 %23, 0 br i1 %24, label %38, label %25 25: ; preds = %22 %26 = load i32, ptr @EMSGSIZE, align 4, !tbaa !10 %27 = sub nsw i32 0, %26 br label %38 28: ; preds = %19 %29 = tail call i32 @list_empty(ptr noundef nonnull %1) #2 %30 = icmp eq i32 %29, 0 br i1 %30, label %31, label %38 31: ; preds = %28 %32 = load i32, ptr @TIPC_NLA_SOCK_HAS_PUBL, align 4, !tbaa !10 %33 = tail call i64 @nla_put_flag(ptr noundef nonnull %0, i32 noundef %32) #2 %34 = icmp eq i64 %33, 0 br i1 %34, label %38, label %35 35: ; preds = %31 %36 = load i32, ptr @EMSGSIZE, align 4, !tbaa !10 %37 = sub nsw i32 0, %36 br label %38 38: ; preds = %22, %31, %28, %35, %25, %16 %39 = phi i32 [ %18, %16 ], [ %27, %25 ], [ %37, %35 ], [ 0, %28 ], [ 0, %31 ], [ 0, %22 ] ret i32 %39 } declare ptr @sock_net(i32 noundef) local_unnamed_addr #1 declare i64 @nla_put_u32(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @tipc_own_addr(ptr noundef) local_unnamed_addr #1 declare i64 @tipc_sk_connected(ptr noundef) local_unnamed_addr #1 declare i64 @__tipc_nl_add_sk_con(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @list_empty(ptr noundef) local_unnamed_addr #1 declare i64 @nla_put_flag(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"sk_buff", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0} !11 = !{!12, !7, i64 4} !12 = !{!"tipc_sock", !7, i64 0, !7, i64 4, !13, i64 8} !13 = !{!"sock", !7, i64 0}
; ModuleID = 'AnghaBench/linux/net/tipc/extr_socket.c___tipc_nl_add_sk_info.c' source_filename = "AnghaBench/linux/net/tipc/extr_socket.c___tipc_nl_add_sk_info.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @TIPC_NLA_SOCK_REF = common local_unnamed_addr global i32 0, align 4 @TIPC_NLA_SOCK_ADDR = common local_unnamed_addr global i32 0, align 4 @EMSGSIZE = common local_unnamed_addr global i32 0, align 4 @TIPC_NLA_SOCK_HAS_PUBL = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @__tipc_nl_add_sk_info], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @__tipc_nl_add_sk_info(ptr noundef %0, ptr noundef %1) #0 { %3 = load i32, ptr %0, align 4, !tbaa !6 %4 = tail call ptr @sock_net(i32 noundef %3) #2 %5 = getelementptr inbounds i8, ptr %1, i64 8 %6 = load i32, ptr @TIPC_NLA_SOCK_REF, align 4, !tbaa !11 %7 = getelementptr inbounds i8, ptr %1, i64 4 %8 = load i32, ptr %7, align 4, !tbaa !12 %9 = tail call i64 @nla_put_u32(ptr noundef nonnull %0, i32 noundef %6, i32 noundef %8) #2 %10 = icmp eq i64 %9, 0 br i1 %10, label %11, label %16 11: ; preds = %2 %12 = load i32, ptr @TIPC_NLA_SOCK_ADDR, align 4, !tbaa !11 %13 = tail call i32 @tipc_own_addr(ptr noundef %4) #2 %14 = tail call i64 @nla_put_u32(ptr noundef nonnull %0, i32 noundef %12, i32 noundef %13) #2 %15 = icmp eq i64 %14, 0 br i1 %15, label %19, label %16 16: ; preds = %11, %2 %17 = load i32, ptr @EMSGSIZE, align 4, !tbaa !11 %18 = sub nsw i32 0, %17 br label %38 19: ; preds = %11 %20 = tail call i64 @tipc_sk_connected(ptr noundef nonnull %5) #2 %21 = icmp eq i64 %20, 0 br i1 %21, label %28, label %22 22: ; preds = %19 %23 = tail call i64 @__tipc_nl_add_sk_con(ptr noundef nonnull %0, ptr noundef nonnull %1) #2 %24 = icmp eq i64 %23, 0 br i1 %24, label %38, label %25 25: ; preds = %22 %26 = load i32, ptr @EMSGSIZE, align 4, !tbaa !11 %27 = sub nsw i32 0, %26 br label %38 28: ; preds = %19 %29 = tail call i32 @list_empty(ptr noundef nonnull %1) #2 %30 = icmp eq i32 %29, 0 br i1 %30, label %31, label %38 31: ; preds = %28 %32 = load i32, ptr @TIPC_NLA_SOCK_HAS_PUBL, align 4, !tbaa !11 %33 = tail call i64 @nla_put_flag(ptr noundef nonnull %0, i32 noundef %32) #2 %34 = icmp eq i64 %33, 0 br i1 %34, label %38, label %35 35: ; preds = %31 %36 = load i32, ptr @EMSGSIZE, align 4, !tbaa !11 %37 = sub nsw i32 0, %36 br label %38 38: ; preds = %22, %31, %28, %35, %25, %16 %39 = phi i32 [ %18, %16 ], [ %27, %25 ], [ %37, %35 ], [ 0, %28 ], [ 0, %31 ], [ 0, %22 ] ret i32 %39 } declare ptr @sock_net(i32 noundef) local_unnamed_addr #1 declare i64 @nla_put_u32(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @tipc_own_addr(ptr noundef) local_unnamed_addr #1 declare i64 @tipc_sk_connected(ptr noundef) local_unnamed_addr #1 declare i64 @__tipc_nl_add_sk_con(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @list_empty(ptr noundef) local_unnamed_addr #1 declare i64 @nla_put_flag(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"sk_buff", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0} !12 = !{!13, !8, i64 4} !13 = !{!"tipc_sock", !8, i64 0, !8, i64 4, !14, i64 8} !14 = !{!"sock", !8, i64 0}
linux_net_tipc_extr_socket.c___tipc_nl_add_sk_info
; ModuleID = 'AnghaBench/linux/sound/soc/sof/extr_loader.c_check_header.c' source_filename = "AnghaBench/linux/sound/soc/sof/extr_loader.c_check_header.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.firmware = type { i64, i64 } %struct.snd_sof_fw_header = type { i64, i32, i32, i32 } @SND_SOF_FW_SIG = dso_local local_unnamed_addr global i32 0, align 4 @SND_SOF_FW_SIG_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [35 x i8] c"error: invalid firmware signature\0A\00", align 1 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [59 x i8] c"error: invalid filesize mismatch got 0x%zx expected 0x%zx\0A\00", align 1 @.str.2 = private unnamed_addr constant [49 x i8] c"header size=0x%x modules=0x%x abi=0x%x size=%zu\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @check_header], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @check_header(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) #0 { %3 = getelementptr inbounds %struct.firmware, ptr %1, i64 0, i32 1 %4 = load i64, ptr %3, align 8, !tbaa !5 %5 = inttoptr i64 %4 to ptr %6 = getelementptr inbounds %struct.snd_sof_fw_header, ptr %5, i64 0, i32 3 %7 = load i32, ptr %6, align 8, !tbaa !10 %8 = load i32, ptr @SND_SOF_FW_SIG, align 4, !tbaa !13 %9 = load i32, ptr @SND_SOF_FW_SIG_SIZE, align 4, !tbaa !13 %10 = tail call i64 @strncmp(i32 noundef %7, i32 noundef %8, i32 noundef %9) #2 %11 = icmp eq i64 %10, 0 br i1 %11, label %17, label %12 12: ; preds = %2 %13 = load i32, ptr %0, align 4, !tbaa !14 %14 = tail call i32 (i32, ptr, ...) @dev_err(i32 noundef %13, ptr noundef nonnull @.str) #2 %15 = load i32, ptr @EINVAL, align 4, !tbaa !13 %16 = sub nsw i32 0, %15 br label %33 17: ; preds = %2 %18 = load i64, ptr %1, align 8, !tbaa !16 %19 = load i64, ptr %5, align 8, !tbaa !17 %20 = add i64 %19, 24 %21 = icmp eq i64 %18, %20 %22 = load i32, ptr %0, align 4, !tbaa !14 br i1 %21, label %27, label %23 23: ; preds = %17 %24 = tail call i32 (i32, ptr, ...) @dev_err(i32 noundef %22, ptr noundef nonnull @.str.1, i64 noundef %18, i64 noundef %20) #2 %25 = load i32, ptr @EINVAL, align 4, !tbaa !13 %26 = sub nsw i32 0, %25 br label %33 27: ; preds = %17 %28 = getelementptr inbounds %struct.snd_sof_fw_header, ptr %5, i64 0, i32 2 %29 = load i32, ptr %28, align 4, !tbaa !18 %30 = getelementptr inbounds %struct.snd_sof_fw_header, ptr %5, i64 0, i32 1 %31 = load i32, ptr %30, align 8, !tbaa !19 %32 = tail call i32 @dev_dbg(i32 noundef %22, ptr noundef nonnull @.str.2, i64 noundef %19, i32 noundef %29, i32 noundef %31, i32 noundef 24) #2 br label %33 33: ; preds = %27, %23, %12 %34 = phi i32 [ %16, %12 ], [ %26, %23 ], [ 0, %27 ] ret i32 %34 } declare i64 @strncmp(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_err(i32 noundef, ptr noundef, ...) local_unnamed_addr #1 declare i32 @dev_dbg(i32 noundef, ptr noundef, i64 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 8} !6 = !{!"firmware", !7, i64 0, !7, i64 8} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 16} !11 = !{!"snd_sof_fw_header", !7, i64 0, !12, i64 8, !12, i64 12, !12, i64 16} !12 = !{!"int", !8, i64 0} !13 = !{!12, !12, i64 0} !14 = !{!15, !12, i64 0} !15 = !{!"snd_sof_dev", !12, i64 0} !16 = !{!6, !7, i64 0} !17 = !{!11, !7, i64 0} !18 = !{!11, !12, i64 12} !19 = !{!11, !12, i64 8}
; ModuleID = 'AnghaBench/linux/sound/soc/sof/extr_loader.c_check_header.c' source_filename = "AnghaBench/linux/sound/soc/sof/extr_loader.c_check_header.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SND_SOF_FW_SIG = common local_unnamed_addr global i32 0, align 4 @SND_SOF_FW_SIG_SIZE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [35 x i8] c"error: invalid firmware signature\0A\00", align 1 @EINVAL = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [59 x i8] c"error: invalid filesize mismatch got 0x%zx expected 0x%zx\0A\00", align 1 @.str.2 = private unnamed_addr constant [49 x i8] c"header size=0x%x modules=0x%x abi=0x%x size=%zu\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @check_header], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @check_header(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) #0 { %3 = getelementptr inbounds i8, ptr %1, i64 8 %4 = load i64, ptr %3, align 8, !tbaa !6 %5 = inttoptr i64 %4 to ptr %6 = getelementptr inbounds i8, ptr %5, i64 16 %7 = load i32, ptr %6, align 8, !tbaa !11 %8 = load i32, ptr @SND_SOF_FW_SIG, align 4, !tbaa !14 %9 = load i32, ptr @SND_SOF_FW_SIG_SIZE, align 4, !tbaa !14 %10 = tail call i64 @strncmp(i32 noundef %7, i32 noundef %8, i32 noundef %9) #2 %11 = icmp eq i64 %10, 0 br i1 %11, label %17, label %12 12: ; preds = %2 %13 = load i32, ptr %0, align 4, !tbaa !15 %14 = tail call i32 (i32, ptr, ...) @dev_err(i32 noundef %13, ptr noundef nonnull @.str) #2 %15 = load i32, ptr @EINVAL, align 4, !tbaa !14 %16 = sub nsw i32 0, %15 br label %33 17: ; preds = %2 %18 = load i64, ptr %1, align 8, !tbaa !17 %19 = load i64, ptr %5, align 8, !tbaa !18 %20 = add i64 %19, 24 %21 = icmp eq i64 %18, %20 %22 = load i32, ptr %0, align 4, !tbaa !15 br i1 %21, label %27, label %23 23: ; preds = %17 %24 = tail call i32 (i32, ptr, ...) @dev_err(i32 noundef %22, ptr noundef nonnull @.str.1, i64 noundef %18, i64 noundef %20) #2 %25 = load i32, ptr @EINVAL, align 4, !tbaa !14 %26 = sub nsw i32 0, %25 br label %33 27: ; preds = %17 %28 = getelementptr inbounds i8, ptr %5, i64 12 %29 = load i32, ptr %28, align 4, !tbaa !19 %30 = getelementptr inbounds i8, ptr %5, i64 8 %31 = load i32, ptr %30, align 8, !tbaa !20 %32 = tail call i32 @dev_dbg(i32 noundef %22, ptr noundef nonnull @.str.2, i64 noundef %19, i32 noundef %29, i32 noundef %31, i32 noundef 24) #2 br label %33 33: ; preds = %27, %23, %12 %34 = phi i32 [ %16, %12 ], [ %26, %23 ], [ 0, %27 ] ret i32 %34 } declare i64 @strncmp(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_err(i32 noundef, ptr noundef, ...) local_unnamed_addr #1 declare i32 @dev_dbg(i32 noundef, ptr noundef, i64 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 8} !7 = !{!"firmware", !8, i64 0, !8, i64 8} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !13, i64 16} !12 = !{!"snd_sof_fw_header", !8, i64 0, !13, i64 8, !13, i64 12, !13, i64 16} !13 = !{!"int", !9, i64 0} !14 = !{!13, !13, i64 0} !15 = !{!16, !13, i64 0} !16 = !{!"snd_sof_dev", !13, i64 0} !17 = !{!7, !8, i64 0} !18 = !{!12, !8, i64 0} !19 = !{!12, !13, i64 12} !20 = !{!12, !13, i64 8}
linux_sound_soc_sof_extr_loader.c_check_header
; ModuleID = 'AnghaBench/esp-idf/components/mdns/extr_mdns.c__mdns_strdup_check.c' source_filename = "AnghaBench/esp-idf/components/mdns/extr_mdns.c__mdns_strdup_check.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @ESP_FAIL = dso_local local_unnamed_addr global i32 0, align 4 @ESP_OK = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @_mdns_strdup_check], section "llvm.metadata" ; Function Attrs: mustprogress nofree nounwind willreturn memory(read, argmem: readwrite, inaccessiblemem: readwrite) uwtable define internal i32 @_mdns_strdup_check(ptr nocapture noundef writeonly %0, ptr noundef readonly %1) #0 { %3 = icmp eq ptr %1, null br i1 %3, label %11, label %4 4: ; preds = %2 %5 = load i8, ptr %1, align 1, !tbaa !5 %6 = icmp eq i8 %5, 0 br i1 %6, label %11, label %7 7: ; preds = %4 %8 = tail call ptr @strdup(ptr noundef nonnull %1) store ptr %8, ptr %0, align 8, !tbaa !8 %9 = icmp eq ptr %8, null %10 = select i1 %9, ptr @ESP_FAIL, ptr @ESP_OK br label %12 11: ; preds = %4, %2 store ptr null, ptr %0, align 8, !tbaa !8 br label %12 12: ; preds = %7, %11 %13 = phi ptr [ @ESP_OK, %11 ], [ %10, %7 ] %14 = load i32, ptr %13, align 4, !tbaa !10 ret i32 %14 } ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #1 attributes #0 = { mustprogress nofree nounwind willreturn memory(read, argmem: readwrite, inaccessiblemem: readwrite) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) "alloc-family"="malloc" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"omnipotent char", !7, i64 0} !7 = !{!"Simple C/C++ TBAA"} !8 = !{!9, !9, i64 0} !9 = !{!"any pointer", !6, i64 0} !10 = !{!11, !11, i64 0} !11 = !{!"int", !6, i64 0}
; ModuleID = 'AnghaBench/esp-idf/components/mdns/extr_mdns.c__mdns_strdup_check.c' source_filename = "AnghaBench/esp-idf/components/mdns/extr_mdns.c__mdns_strdup_check.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ESP_FAIL = common local_unnamed_addr global i32 0, align 4 @ESP_OK = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @_mdns_strdup_check], section "llvm.metadata" ; Function Attrs: mustprogress nofree nounwind ssp willreturn memory(read, argmem: readwrite, inaccessiblemem: readwrite) uwtable(sync) define internal i32 @_mdns_strdup_check(ptr nocapture noundef writeonly %0, ptr noundef readonly %1) #0 { %3 = icmp eq ptr %1, null br i1 %3, label %11, label %4 4: ; preds = %2 %5 = load i8, ptr %1, align 1, !tbaa !6 %6 = icmp eq i8 %5, 0 br i1 %6, label %11, label %7 7: ; preds = %4 %8 = tail call ptr @strdup(ptr noundef nonnull %1) store ptr %8, ptr %0, align 8, !tbaa !9 %9 = icmp eq ptr %8, null %10 = select i1 %9, ptr @ESP_FAIL, ptr @ESP_OK br label %12 11: ; preds = %4, %2 store ptr null, ptr %0, align 8, !tbaa !9 br label %12 12: ; preds = %7, %11 %13 = phi ptr [ @ESP_OK, %11 ], [ %10, %7 ] %14 = load i32, ptr %13, align 4, !tbaa !11 ret i32 %14 } ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #1 attributes #0 = { mustprogress nofree nounwind ssp willreturn memory(read, argmem: readwrite, inaccessiblemem: readwrite) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) "alloc-family"="malloc" "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"any pointer", !7, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"int", !7, i64 0}
esp-idf_components_mdns_extr_mdns.c__mdns_strdup_check
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/mellanox/mlx4/extr_cmd.c_mlx4_multi_func_cleanup.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/mellanox/mlx4/extr_cmd.c_mlx4_multi_func_cleanup.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_5__ = type { ptr, %struct.TYPE_4__ } %struct.TYPE_4__ = type { ptr, ptr, ptr, i32 } %struct.TYPE_6__ = type { ptr } @MLX4_MAX_PORTS = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @mlx4_multi_func_cleanup(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call ptr @mlx4_priv(ptr noundef %0) #2 %3 = tail call i64 @mlx4_is_master(ptr noundef %0) #2 %4 = icmp eq i64 %3, 0 br i1 %4, label %51, label %5 5: ; preds = %1 %6 = getelementptr inbounds %struct.TYPE_5__, ptr %2, i64 0, i32 1 %7 = getelementptr inbounds %struct.TYPE_5__, ptr %2, i64 0, i32 1, i32 3 %8 = load i32, ptr %7, align 8, !tbaa !5 %9 = tail call i32 @flush_workqueue(i32 noundef %8) #2 %10 = load i32, ptr %7, align 8, !tbaa !5 %11 = tail call i32 @destroy_workqueue(i32 noundef %10) #2 %12 = load i32, ptr %0, align 4, !tbaa !13 %13 = icmp sgt i32 %12, 0 br i1 %13, label %14, label %42 14: ; preds = %5 %15 = getelementptr inbounds %struct.TYPE_5__, ptr %2, i64 0, i32 1, i32 2 %16 = load i32, ptr @MLX4_MAX_PORTS, align 4, !tbaa !15 br label %17 17: ; preds = %14, %36 %18 = phi i32 [ %12, %14 ], [ %37, %36 ] %19 = phi i32 [ %16, %14 ], [ %38, %36 ] %20 = phi i64 [ 0, %14 ], [ %39, %36 ] %21 = icmp slt i32 %19, 1 br i1 %21, label %36, label %22 22: ; preds = %17, %22 %23 = phi i64 [ %30, %22 ], [ 1, %17 ] %24 = load ptr, ptr %15, align 8, !tbaa !16 %25 = getelementptr inbounds %struct.TYPE_6__, ptr %24, i64 %20 %26 = load ptr, ptr %25, align 8, !tbaa !17 %27 = getelementptr inbounds ptr, ptr %26, i64 %23 %28 = load ptr, ptr %27, align 8, !tbaa !19 %29 = tail call i32 @kfree(ptr noundef %28) #2 %30 = add nuw nsw i64 %23, 1 %31 = load i32, ptr @MLX4_MAX_PORTS, align 4, !tbaa !15 %32 = sext i32 %31 to i64 %33 = icmp slt i64 %23, %32 br i1 %33, label %22, label %34, !llvm.loop !20 34: ; preds = %22 %35 = load i32, ptr %0, align 4, !tbaa !13 br label %36 36: ; preds = %34, %17 %37 = phi i32 [ %35, %34 ], [ %18, %17 ] %38 = phi i32 [ %31, %34 ], [ %19, %17 ] %39 = add nuw nsw i64 %20, 1 %40 = sext i32 %37 to i64 %41 = icmp slt i64 %39, %40 br i1 %41, label %17, label %42, !llvm.loop !22 42: ; preds = %36, %5 %43 = getelementptr inbounds %struct.TYPE_5__, ptr %2, i64 0, i32 1, i32 2 %44 = load ptr, ptr %43, align 8, !tbaa !16 %45 = tail call i32 @kfree(ptr noundef %44) #2 %46 = getelementptr inbounds %struct.TYPE_5__, ptr %2, i64 0, i32 1, i32 1 %47 = load ptr, ptr %46, align 8, !tbaa !23 %48 = tail call i32 @kfree(ptr noundef %47) #2 %49 = load ptr, ptr %6, align 8, !tbaa !24 %50 = tail call i32 @kfree(ptr noundef %49) #2 store i32 0, ptr %0, align 4, !tbaa !13 br label %51 51: ; preds = %42, %1 %52 = load ptr, ptr %2, align 8, !tbaa !25 %53 = tail call i32 @iounmap(ptr noundef %52) #2 store ptr null, ptr %2, align 8, !tbaa !25 ret void } declare ptr @mlx4_priv(ptr noundef) local_unnamed_addr #1 declare i64 @mlx4_is_master(ptr noundef) local_unnamed_addr #1 declare i32 @flush_workqueue(i32 noundef) local_unnamed_addr #1 declare i32 @destroy_workqueue(i32 noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 declare i32 @iounmap(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !12, i64 32} !6 = !{!"mlx4_priv", !7, i64 0} !7 = !{!"TYPE_5__", !8, i64 0, !11, i64 8} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"TYPE_4__", !8, i64 0, !8, i64 8, !8, i64 16, !12, i64 24} !12 = !{!"int", !9, i64 0} !13 = !{!14, !12, i64 0} !14 = !{!"mlx4_dev", !12, i64 0} !15 = !{!12, !12, i64 0} !16 = !{!6, !8, i64 24} !17 = !{!18, !8, i64 0} !18 = !{!"TYPE_6__", !8, i64 0} !19 = !{!8, !8, i64 0} !20 = distinct !{!20, !21} !21 = !{!"llvm.loop.mustprogress"} !22 = distinct !{!22, !21} !23 = !{!6, !8, i64 16} !24 = !{!6, !8, i64 8} !25 = !{!6, !8, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/mellanox/mlx4/extr_cmd.c_mlx4_multi_func_cleanup.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/mellanox/mlx4/extr_cmd.c_mlx4_multi_func_cleanup.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_6__ = type { ptr } @MLX4_MAX_PORTS = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @mlx4_multi_func_cleanup(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call ptr @mlx4_priv(ptr noundef %0) #2 %3 = tail call i64 @mlx4_is_master(ptr noundef %0) #2 %4 = icmp eq i64 %3, 0 br i1 %4, label %51, label %5 5: ; preds = %1 %6 = getelementptr inbounds i8, ptr %2, i64 8 %7 = getelementptr inbounds i8, ptr %2, i64 32 %8 = load i32, ptr %7, align 8, !tbaa !6 %9 = tail call i32 @flush_workqueue(i32 noundef %8) #2 %10 = load i32, ptr %7, align 8, !tbaa !6 %11 = tail call i32 @destroy_workqueue(i32 noundef %10) #2 %12 = load i32, ptr %0, align 4, !tbaa !14 %13 = icmp sgt i32 %12, 0 br i1 %13, label %14, label %42 14: ; preds = %5 %15 = getelementptr inbounds i8, ptr %2, i64 24 %16 = load i32, ptr @MLX4_MAX_PORTS, align 4, !tbaa !16 br label %17 17: ; preds = %14, %36 %18 = phi i32 [ %12, %14 ], [ %37, %36 ] %19 = phi i32 [ %16, %14 ], [ %38, %36 ] %20 = phi i64 [ 0, %14 ], [ %39, %36 ] %21 = icmp slt i32 %19, 1 br i1 %21, label %36, label %22 22: ; preds = %17, %22 %23 = phi i64 [ %30, %22 ], [ 1, %17 ] %24 = load ptr, ptr %15, align 8, !tbaa !17 %25 = getelementptr inbounds %struct.TYPE_6__, ptr %24, i64 %20 %26 = load ptr, ptr %25, align 8, !tbaa !18 %27 = getelementptr inbounds ptr, ptr %26, i64 %23 %28 = load ptr, ptr %27, align 8, !tbaa !20 %29 = tail call i32 @kfree(ptr noundef %28) #2 %30 = add nuw nsw i64 %23, 1 %31 = load i32, ptr @MLX4_MAX_PORTS, align 4, !tbaa !16 %32 = sext i32 %31 to i64 %33 = icmp slt i64 %23, %32 br i1 %33, label %22, label %34, !llvm.loop !21 34: ; preds = %22 %35 = load i32, ptr %0, align 4, !tbaa !14 br label %36 36: ; preds = %34, %17 %37 = phi i32 [ %35, %34 ], [ %18, %17 ] %38 = phi i32 [ %31, %34 ], [ %19, %17 ] %39 = add nuw nsw i64 %20, 1 %40 = sext i32 %37 to i64 %41 = icmp slt i64 %39, %40 br i1 %41, label %17, label %42, !llvm.loop !23 42: ; preds = %36, %5 %43 = getelementptr inbounds i8, ptr %2, i64 24 %44 = load ptr, ptr %43, align 8, !tbaa !17 %45 = tail call i32 @kfree(ptr noundef %44) #2 %46 = getelementptr inbounds i8, ptr %2, i64 16 %47 = load ptr, ptr %46, align 8, !tbaa !24 %48 = tail call i32 @kfree(ptr noundef %47) #2 %49 = load ptr, ptr %6, align 8, !tbaa !25 %50 = tail call i32 @kfree(ptr noundef %49) #2 store i32 0, ptr %0, align 4, !tbaa !14 br label %51 51: ; preds = %42, %1 %52 = load ptr, ptr %2, align 8, !tbaa !26 %53 = tail call i32 @iounmap(ptr noundef %52) #2 store ptr null, ptr %2, align 8, !tbaa !26 ret void } declare ptr @mlx4_priv(ptr noundef) local_unnamed_addr #1 declare i64 @mlx4_is_master(ptr noundef) local_unnamed_addr #1 declare i32 @flush_workqueue(i32 noundef) local_unnamed_addr #1 declare i32 @destroy_workqueue(i32 noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 declare i32 @iounmap(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !13, i64 32} !7 = !{!"mlx4_priv", !8, i64 0} !8 = !{!"TYPE_5__", !9, i64 0, !12, i64 8} !9 = !{!"any pointer", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"TYPE_4__", !9, i64 0, !9, i64 8, !9, i64 16, !13, i64 24} !13 = !{!"int", !10, i64 0} !14 = !{!15, !13, i64 0} !15 = !{!"mlx4_dev", !13, i64 0} !16 = !{!13, !13, i64 0} !17 = !{!7, !9, i64 24} !18 = !{!19, !9, i64 0} !19 = !{!"TYPE_6__", !9, i64 0} !20 = !{!9, !9, i64 0} !21 = distinct !{!21, !22} !22 = !{!"llvm.loop.mustprogress"} !23 = distinct !{!23, !22} !24 = !{!7, !9, i64 16} !25 = !{!7, !9, i64 8} !26 = !{!7, !9, i64 0}
linux_drivers_net_ethernet_mellanox_mlx4_extr_cmd.c_mlx4_multi_func_cleanup
; ModuleID = 'AnghaBench/php-src/ext/openssl/extr_xp_ssl.c_php_openssl_sockop_cast.c' source_filename = "AnghaBench/php-src/ext/openssl/extr_xp_ssl.c_php_openssl_sockop_cast.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_7__ = type { i64, i32, i32, i32, i64 } %struct.TYPE_8__ = type { %struct.TYPE_6__, i32, i32 } %struct.TYPE_6__ = type { i32 } @FAILURE = dso_local local_unnamed_addr global i32 0, align 4 @SUCCESS = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @php_openssl_sockop_cast], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @php_openssl_sockop_cast(ptr noundef %0, i32 noundef %1, ptr noundef writeonly %2) #0 { %4 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 4 %5 = load i64, ptr %4, align 8, !tbaa !5 %6 = inttoptr i64 %5 to ptr switch i32 %1, label %52 [ i32 128, label %7 i32 130, label %20 i32 131, label %44 i32 129, label %44 ] 7: ; preds = %3 %8 = getelementptr inbounds %struct.TYPE_8__, ptr %6, i64 0, i32 1 %9 = load i32, ptr %8, align 4, !tbaa !11 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %52 11: ; preds = %7 %12 = icmp eq ptr %2, null br i1 %12, label %52, label %13 13: ; preds = %11 %14 = load i32, ptr %6, align 4, !tbaa !14 %15 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 3 %16 = load i32, ptr %15, align 8, !tbaa !15 %17 = tail call ptr @fdopen(i32 noundef %14, i32 noundef %16) #3 store ptr %17, ptr %2, align 8, !tbaa !16 %18 = icmp eq ptr %17, null %19 = select i1 %18, ptr @FAILURE, ptr @SUCCESS br label %52 20: ; preds = %3 %21 = icmp eq ptr %2, null br i1 %21, label %52, label %22 22: ; preds = %20 %23 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 2 %24 = load i32, ptr %23, align 4, !tbaa !18 %25 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 1 %26 = load i32, ptr %25, align 8, !tbaa !19 %27 = icmp eq i32 %24, %26 br i1 %27, label %28, label %42 28: ; preds = %22 %29 = getelementptr inbounds %struct.TYPE_8__, ptr %6, i64 0, i32 1 %30 = load i32, ptr %29, align 4, !tbaa !11 %31 = icmp eq i32 %30, 0 br i1 %31, label %42, label %32 32: ; preds = %28 %33 = getelementptr inbounds %struct.TYPE_8__, ptr %6, i64 0, i32 2 %34 = load i32, ptr %33, align 4, !tbaa !20 %35 = tail call i32 @SSL_pending(i32 noundef %34) #3 %36 = icmp eq i32 %35, 0 br i1 %36, label %42, label %37 37: ; preds = %32 %38 = sext i32 %35 to i64 %39 = load i64, ptr %0, align 8, !tbaa !21 %40 = tail call i64 @llvm.umin.i64(i64 %39, i64 %38) %41 = tail call i32 @php_stream_fill_read_buffer(ptr noundef nonnull %0, i64 noundef %40) #3 br label %42 42: ; preds = %37, %32, %28, %22 %43 = load i32, ptr %6, align 4, !tbaa !14 store i32 %43, ptr %2, align 4, !tbaa !22 br label %52 44: ; preds = %3, %3 %45 = getelementptr inbounds %struct.TYPE_8__, ptr %6, i64 0, i32 1 %46 = load i32, ptr %45, align 4, !tbaa !11 %47 = icmp eq i32 %46, 0 br i1 %47, label %48, label %52 48: ; preds = %44 %49 = icmp eq ptr %2, null br i1 %49, label %52, label %50 50: ; preds = %48 %51 = load i32, ptr %6, align 4, !tbaa !14 store i32 %51, ptr %2, align 4, !tbaa !22 br label %52 52: ; preds = %3, %48, %50, %44, %20, %42, %11, %13, %7 %53 = phi ptr [ @FAILURE, %7 ], [ %19, %13 ], [ @SUCCESS, %11 ], [ @SUCCESS, %42 ], [ @SUCCESS, %20 ], [ @FAILURE, %44 ], [ @SUCCESS, %50 ], [ @SUCCESS, %48 ], [ @FAILURE, %3 ] %54 = load i32, ptr %53, align 4, !tbaa !22 ret i32 %54 } declare ptr @fdopen(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SSL_pending(i32 noundef) local_unnamed_addr #1 declare i32 @php_stream_fill_read_buffer(ptr noundef, i64 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i64 @llvm.umin.i64(i64, i64) #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 24} !6 = !{!"TYPE_7__", !7, i64 0, !10, i64 8, !10, i64 12, !10, i64 16, !7, i64 24} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!12, !10, i64 4} !12 = !{!"TYPE_8__", !13, i64 0, !10, i64 4, !10, i64 8} !13 = !{!"TYPE_6__", !10, i64 0} !14 = !{!12, !10, i64 0} !15 = !{!6, !10, i64 16} !16 = !{!17, !17, i64 0} !17 = !{!"any pointer", !8, i64 0} !18 = !{!6, !10, i64 12} !19 = !{!6, !10, i64 8} !20 = !{!12, !10, i64 8} !21 = !{!6, !7, i64 0} !22 = !{!10, !10, i64 0}
; ModuleID = 'AnghaBench/php-src/ext/openssl/extr_xp_ssl.c_php_openssl_sockop_cast.c' source_filename = "AnghaBench/php-src/ext/openssl/extr_xp_ssl.c_php_openssl_sockop_cast.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @FAILURE = common local_unnamed_addr global i32 0, align 4 @SUCCESS = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @php_openssl_sockop_cast], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @php_openssl_sockop_cast(ptr noundef %0, i32 noundef %1, ptr noundef writeonly %2) #0 { %4 = getelementptr inbounds i8, ptr %0, i64 24 %5 = load i64, ptr %4, align 8, !tbaa !6 %6 = inttoptr i64 %5 to ptr switch i32 %1, label %52 [ i32 128, label %7 i32 130, label %20 i32 131, label %44 i32 129, label %44 ] 7: ; preds = %3 %8 = getelementptr inbounds i8, ptr %6, i64 4 %9 = load i32, ptr %8, align 4, !tbaa !12 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %52 11: ; preds = %7 %12 = icmp eq ptr %2, null br i1 %12, label %52, label %13 13: ; preds = %11 %14 = load i32, ptr %6, align 4, !tbaa !15 %15 = getelementptr inbounds i8, ptr %0, i64 16 %16 = load i32, ptr %15, align 8, !tbaa !16 %17 = tail call ptr @fdopen(i32 noundef %14, i32 noundef %16) #3 store ptr %17, ptr %2, align 8, !tbaa !17 %18 = icmp eq ptr %17, null %19 = select i1 %18, ptr @FAILURE, ptr @SUCCESS br label %52 20: ; preds = %3 %21 = icmp eq ptr %2, null br i1 %21, label %52, label %22 22: ; preds = %20 %23 = getelementptr inbounds i8, ptr %0, i64 12 %24 = load i32, ptr %23, align 4, !tbaa !19 %25 = getelementptr inbounds i8, ptr %0, i64 8 %26 = load i32, ptr %25, align 8, !tbaa !20 %27 = icmp eq i32 %24, %26 br i1 %27, label %28, label %42 28: ; preds = %22 %29 = getelementptr inbounds i8, ptr %6, i64 4 %30 = load i32, ptr %29, align 4, !tbaa !12 %31 = icmp eq i32 %30, 0 br i1 %31, label %42, label %32 32: ; preds = %28 %33 = getelementptr inbounds i8, ptr %6, i64 8 %34 = load i32, ptr %33, align 4, !tbaa !21 %35 = tail call i32 @SSL_pending(i32 noundef %34) #3 %36 = icmp eq i32 %35, 0 br i1 %36, label %42, label %37 37: ; preds = %32 %38 = sext i32 %35 to i64 %39 = load i64, ptr %0, align 8, !tbaa !22 %40 = tail call i64 @llvm.umin.i64(i64 %39, i64 %38) %41 = tail call i32 @php_stream_fill_read_buffer(ptr noundef nonnull %0, i64 noundef %40) #3 br label %42 42: ; preds = %37, %32, %28, %22 %43 = load i32, ptr %6, align 4, !tbaa !15 store i32 %43, ptr %2, align 4, !tbaa !23 br label %52 44: ; preds = %3, %3 %45 = getelementptr inbounds i8, ptr %6, i64 4 %46 = load i32, ptr %45, align 4, !tbaa !12 %47 = icmp eq i32 %46, 0 br i1 %47, label %48, label %52 48: ; preds = %44 %49 = icmp eq ptr %2, null br i1 %49, label %52, label %50 50: ; preds = %48 %51 = load i32, ptr %6, align 4, !tbaa !15 store i32 %51, ptr %2, align 4, !tbaa !23 br label %52 52: ; preds = %3, %48, %50, %44, %20, %42, %11, %13, %7 %53 = phi ptr [ @FAILURE, %7 ], [ %19, %13 ], [ @SUCCESS, %11 ], [ @SUCCESS, %42 ], [ @SUCCESS, %20 ], [ @FAILURE, %44 ], [ @SUCCESS, %50 ], [ @SUCCESS, %48 ], [ @FAILURE, %3 ] %54 = load i32, ptr %53, align 4, !tbaa !23 ret i32 %54 } declare ptr @fdopen(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SSL_pending(i32 noundef) local_unnamed_addr #1 declare i32 @php_stream_fill_read_buffer(ptr noundef, i64 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i64 @llvm.umin.i64(i64, i64) #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 24} !7 = !{!"TYPE_7__", !8, i64 0, !11, i64 8, !11, i64 12, !11, i64 16, !8, i64 24} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!13, !11, i64 4} !13 = !{!"TYPE_8__", !14, i64 0, !11, i64 4, !11, i64 8} !14 = !{!"TYPE_6__", !11, i64 0} !15 = !{!13, !11, i64 0} !16 = !{!7, !11, i64 16} !17 = !{!18, !18, i64 0} !18 = !{!"any pointer", !9, i64 0} !19 = !{!7, !11, i64 12} !20 = !{!7, !11, i64 8} !21 = !{!13, !11, i64 8} !22 = !{!7, !8, i64 0} !23 = !{!11, !11, i64 0}
php-src_ext_openssl_extr_xp_ssl.c_php_openssl_sockop_cast
; ModuleID = 'AnghaBench/php-src/ext/soap/extr_php_encoding.c_master_to_zval.c' source_filename = "AnghaBench/php-src/ext/soap/extr_php_encoding.c_master_to_zval.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_18__ = type { i64, ptr } @UNKNOWN_TYPE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [5 x i8] c"type\00", align 1 @XSI_NAMESPACE = dso_local local_unnamed_addr global i32 0, align 4 @sdl = dso_local local_unnamed_addr global i32 0, align 4 @XSD_TYPEKIND_COMPLEX = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local ptr @master_to_zval(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call ptr @check_and_resolve_href(ptr noundef %2) #2 %5 = icmp eq ptr %1, null br i1 %5, label %6, label %9 6: ; preds = %3 %7 = load i32, ptr @UNKNOWN_TYPE, align 4, !tbaa !5 %8 = tail call ptr @get_conversion(i32 noundef %7) #2 br label %44 9: ; preds = %3 %10 = load i32, ptr %4, align 4, !tbaa !9 %11 = load i32, ptr @XSI_NAMESPACE, align 4, !tbaa !5 %12 = tail call ptr @get_attribute_ex(i32 noundef %10, ptr noundef nonnull @.str, i32 noundef %11) #2 %13 = icmp eq ptr %12, null br i1 %13, label %44, label %14 14: ; preds = %9 %15 = load i32, ptr @sdl, align 4, !tbaa !5 %16 = tail call i32 @SOAP_GLOBAL(i32 noundef %15) #2 %17 = load ptr, ptr %12, align 8, !tbaa !11 %18 = load i32, ptr %17, align 4, !tbaa !14 %19 = tail call ptr @get_encoder_from_prefix(i32 noundef %16, ptr noundef nonnull %4, i32 noundef %18) #2 %20 = icmp eq ptr %19, null %21 = icmp eq ptr %19, %1 %22 = or i1 %20, %21 br i1 %22, label %44, label %23 23: ; preds = %14 %24 = load i64, ptr @XSD_TYPEKIND_COMPLEX, align 8 br label %25 25: ; preds = %23, %34 %26 = phi ptr [ %36, %34 ], [ %19, %23 ] %27 = icmp eq ptr %26, null br i1 %27, label %40, label %28 28: ; preds = %25 %29 = load ptr, ptr %26, align 8, !tbaa !16 %30 = icmp eq ptr %29, null br i1 %30, label %40, label %31 31: ; preds = %28 %32 = load i64, ptr %29, align 8, !tbaa !19 %33 = icmp eq i64 %32, %24 br i1 %33, label %40, label %34 34: ; preds = %31 %35 = getelementptr inbounds %struct.TYPE_18__, ptr %29, i64 0, i32 1 %36 = load ptr, ptr %35, align 8, !tbaa !22 %37 = icmp eq ptr %19, %36 %38 = icmp eq ptr %26, %36 %39 = or i1 %37, %38 br i1 %39, label %40, label %25, !llvm.loop !23 40: ; preds = %34, %28, %25, %31 %41 = phi ptr [ %19, %31 ], [ %19, %28 ], [ %19, %25 ], [ null, %34 ] %42 = icmp eq ptr %41, null %43 = select i1 %42, ptr %1, ptr %41 br label %44 44: ; preds = %9, %40, %14, %6 %45 = phi ptr [ %8, %6 ], [ %1, %9 ], [ %43, %40 ], [ %1, %14 ] %46 = tail call ptr @master_to_zval_int(ptr noundef %0, ptr noundef %45, ptr noundef %4) #2 ret ptr %46 } declare ptr @check_and_resolve_href(ptr noundef) local_unnamed_addr #1 declare ptr @get_conversion(i32 noundef) local_unnamed_addr #1 declare ptr @get_attribute_ex(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare ptr @get_encoder_from_prefix(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SOAP_GLOBAL(i32 noundef) local_unnamed_addr #1 declare ptr @master_to_zval_int(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 0} !10 = !{!"TYPE_20__", !6, i64 0} !11 = !{!12, !13, i64 0} !12 = !{!"TYPE_21__", !13, i64 0} !13 = !{!"any pointer", !7, i64 0} !14 = !{!15, !6, i64 0} !15 = !{!"TYPE_17__", !6, i64 0} !16 = !{!17, !13, i64 0} !17 = !{!"TYPE_22__", !18, i64 0} !18 = !{!"TYPE_19__", !13, i64 0} !19 = !{!20, !21, i64 0} !20 = !{!"TYPE_18__", !21, i64 0, !13, i64 8} !21 = !{!"long", !7, i64 0} !22 = !{!20, !13, i64 8} !23 = distinct !{!23, !24} !24 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/php-src/ext/soap/extr_php_encoding.c_master_to_zval.c' source_filename = "AnghaBench/php-src/ext/soap/extr_php_encoding.c_master_to_zval.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @UNKNOWN_TYPE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [5 x i8] c"type\00", align 1 @XSI_NAMESPACE = common local_unnamed_addr global i32 0, align 4 @sdl = common local_unnamed_addr global i32 0, align 4 @XSD_TYPEKIND_COMPLEX = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @master_to_zval(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call ptr @check_and_resolve_href(ptr noundef %2) #2 %5 = icmp eq ptr %1, null br i1 %5, label %6, label %9 6: ; preds = %3 %7 = load i32, ptr @UNKNOWN_TYPE, align 4, !tbaa !6 %8 = tail call ptr @get_conversion(i32 noundef %7) #2 br label %44 9: ; preds = %3 %10 = load i32, ptr %4, align 4, !tbaa !10 %11 = load i32, ptr @XSI_NAMESPACE, align 4, !tbaa !6 %12 = tail call ptr @get_attribute_ex(i32 noundef %10, ptr noundef nonnull @.str, i32 noundef %11) #2 %13 = icmp eq ptr %12, null br i1 %13, label %44, label %14 14: ; preds = %9 %15 = load i32, ptr @sdl, align 4, !tbaa !6 %16 = tail call i32 @SOAP_GLOBAL(i32 noundef %15) #2 %17 = load ptr, ptr %12, align 8, !tbaa !12 %18 = load i32, ptr %17, align 4, !tbaa !15 %19 = tail call ptr @get_encoder_from_prefix(i32 noundef %16, ptr noundef nonnull %4, i32 noundef %18) #2 %20 = icmp eq ptr %19, null %21 = icmp eq ptr %19, %1 %22 = or i1 %20, %21 br i1 %22, label %44, label %23 23: ; preds = %14 %24 = load i64, ptr @XSD_TYPEKIND_COMPLEX, align 8 br label %25 25: ; preds = %23, %34 %26 = phi ptr [ %36, %34 ], [ %19, %23 ] %27 = icmp eq ptr %26, null br i1 %27, label %40, label %28 28: ; preds = %25 %29 = load ptr, ptr %26, align 8, !tbaa !17 %30 = icmp eq ptr %29, null br i1 %30, label %40, label %31 31: ; preds = %28 %32 = load i64, ptr %29, align 8, !tbaa !20 %33 = icmp eq i64 %32, %24 br i1 %33, label %40, label %34 34: ; preds = %31 %35 = getelementptr inbounds i8, ptr %29, i64 8 %36 = load ptr, ptr %35, align 8, !tbaa !23 %37 = icmp eq ptr %19, %36 %38 = icmp eq ptr %26, %36 %39 = or i1 %37, %38 br i1 %39, label %40, label %25, !llvm.loop !24 40: ; preds = %34, %28, %25, %31 %41 = phi ptr [ %19, %31 ], [ %19, %28 ], [ %19, %25 ], [ null, %34 ] %42 = icmp eq ptr %41, null %43 = select i1 %42, ptr %1, ptr %41 br label %44 44: ; preds = %9, %40, %14, %6 %45 = phi ptr [ %8, %6 ], [ %1, %9 ], [ %43, %40 ], [ %1, %14 ] %46 = tail call ptr @master_to_zval_int(ptr noundef %0, ptr noundef %45, ptr noundef %4) #2 ret ptr %46 } declare ptr @check_and_resolve_href(ptr noundef) local_unnamed_addr #1 declare ptr @get_conversion(i32 noundef) local_unnamed_addr #1 declare ptr @get_attribute_ex(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare ptr @get_encoder_from_prefix(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SOAP_GLOBAL(i32 noundef) local_unnamed_addr #1 declare ptr @master_to_zval_int(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"TYPE_20__", !7, i64 0} !12 = !{!13, !14, i64 0} !13 = !{!"TYPE_21__", !14, i64 0} !14 = !{!"any pointer", !8, i64 0} !15 = !{!16, !7, i64 0} !16 = !{!"TYPE_17__", !7, i64 0} !17 = !{!18, !14, i64 0} !18 = !{!"TYPE_22__", !19, i64 0} !19 = !{!"TYPE_19__", !14, i64 0} !20 = !{!21, !22, i64 0} !21 = !{!"TYPE_18__", !22, i64 0, !14, i64 8} !22 = !{!"long", !8, i64 0} !23 = !{!21, !14, i64 8} !24 = distinct !{!24, !25} !25 = !{!"llvm.loop.mustprogress"}
php-src_ext_soap_extr_php_encoding.c_master_to_zval
; ModuleID = 'AnghaBench/TDengine/src/client/src/extr_tscSyntaxtreefunction.c_calc_fn_i32_i32_sub.c' source_filename = "AnghaBench/TDengine/src/client/src/extr_tscSyntaxtreefunction.c_calc_fn_i32_i32_sub.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_2__ = type { i32 } @TSQL_SO_ASC = dso_local local_unnamed_addr global i64 0, align 8 @TSDB_DATA_TYPE_INT = dso_local local_unnamed_addr global i32 0, align 4 @TSDB_DATA_TYPE_DOUBLE = dso_local local_unnamed_addr global i64 0, align 8 @tDataTypeDesc = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind uwtable define dso_local void @calc_fn_i32_i32_sub(ptr noundef %0, ptr noundef %1, i64 noundef %2, i64 noundef %3, ptr noundef %4, i64 noundef %5) local_unnamed_addr #0 { %7 = load i64, ptr @TSQL_SO_ASC, align 8, !tbaa !5 %8 = icmp eq i64 %7, %5 br i1 %8, label %14, label %9 9: ; preds = %6 %10 = tail call i32 @MAX(i64 noundef %2, i64 noundef %3) #2 %11 = add nsw i32 %10, -1 %12 = sext i32 %11 to i64 %13 = load i64, ptr @TSQL_SO_ASC, align 8, !tbaa !5 br label %14 14: ; preds = %6, %9 %15 = phi i64 [ %13, %9 ], [ %5, %6 ] %16 = phi i64 [ %12, %9 ], [ 0, %6 ] %17 = icmp eq i64 %15, %5 %18 = select i1 %17, i64 1, i64 -1 %19 = icmp eq i64 %2, %3 br i1 %19, label %20, label %55 20: ; preds = %14 %21 = icmp sgt i64 %16, -1 %22 = icmp slt i64 %16, %2 %23 = and i1 %21, %22 br i1 %23, label %24, label %125 24: ; preds = %20, %49 %25 = phi ptr [ %51, %49 ], [ %4, %20 ] %26 = phi i64 [ %50, %49 ], [ %16, %20 ] %27 = getelementptr inbounds i64, ptr %0, i64 %26 %28 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !9 %29 = tail call i64 @isNull(ptr noundef %27, i32 noundef %28) #2 %30 = icmp eq i64 %29, 0 br i1 %30, label %31, label %36 31: ; preds = %24 %32 = getelementptr inbounds i64, ptr %1, i64 %26 %33 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !9 %34 = tail call i64 @isNull(ptr noundef %32, i32 noundef %33) #2 %35 = icmp eq i64 %34, 0 br i1 %35, label %43, label %36 36: ; preds = %31, %24 %37 = getelementptr inbounds double, ptr %25, i64 %26 %38 = load i64, ptr @TSDB_DATA_TYPE_DOUBLE, align 8, !tbaa !5 %39 = load ptr, ptr @tDataTypeDesc, align 8, !tbaa !11 %40 = getelementptr inbounds %struct.TYPE_2__, ptr %39, i64 %38 %41 = load i32, ptr %40, align 4, !tbaa !13 %42 = tail call i32 @setNull(ptr noundef %37, i64 noundef %38, i32 noundef %41) #2 br label %49 43: ; preds = %31 %44 = load i64, ptr %27, align 8, !tbaa !5 %45 = sitofp i64 %44 to double %46 = load i64, ptr %32, align 8, !tbaa !5 %47 = sitofp i64 %46 to double %48 = fsub double %45, %47 store double %48, ptr %25, align 8, !tbaa !15 br label %49 49: ; preds = %43, %36 %50 = add nsw i64 %26, %18 %51 = getelementptr inbounds double, ptr %25, i64 %18 %52 = icmp sgt i64 %50, -1 %53 = icmp slt i64 %50, %2 %54 = and i1 %52, %53 br i1 %54, label %24, label %125, !llvm.loop !17 55: ; preds = %14 %56 = icmp eq i64 %2, 1 br i1 %56, label %57, label %90 57: ; preds = %55 %58 = icmp sgt i64 %16, -1 %59 = icmp slt i64 %16, %3 %60 = and i1 %58, %59 br i1 %60, label %61, label %125 61: ; preds = %57, %84 %62 = phi ptr [ %86, %84 ], [ %4, %57 ] %63 = phi i64 [ %85, %84 ], [ %16, %57 ] %64 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !9 %65 = tail call i64 @isNull(ptr noundef %0, i32 noundef %64) #2 %66 = icmp eq i64 %65, 0 br i1 %66, label %67, label %72 67: ; preds = %61 %68 = getelementptr inbounds i64, ptr %1, i64 %63 %69 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !9 %70 = tail call i64 @isNull(ptr noundef %68, i32 noundef %69) #2 %71 = icmp eq i64 %70, 0 br i1 %71, label %78, label %72 72: ; preds = %67, %61 %73 = load i64, ptr @TSDB_DATA_TYPE_DOUBLE, align 8, !tbaa !5 %74 = load ptr, ptr @tDataTypeDesc, align 8, !tbaa !11 %75 = getelementptr inbounds %struct.TYPE_2__, ptr %74, i64 %73 %76 = load i32, ptr %75, align 4, !tbaa !13 %77 = tail call i32 @setNull(ptr noundef %62, i64 noundef %73, i32 noundef %76) #2 br label %84 78: ; preds = %67 %79 = load i64, ptr %0, align 8, !tbaa !5 %80 = sitofp i64 %79 to double %81 = load i64, ptr %68, align 8, !tbaa !5 %82 = sitofp i64 %81 to double %83 = fsub double %80, %82 store double %83, ptr %62, align 8, !tbaa !15 br label %84 84: ; preds = %78, %72 %85 = add nsw i64 %63, %18 %86 = getelementptr inbounds double, ptr %62, i64 %18 %87 = icmp sgt i64 %85, -1 %88 = icmp slt i64 %85, %3 %89 = and i1 %87, %88 br i1 %89, label %61, label %125, !llvm.loop !19 90: ; preds = %55 %91 = icmp eq i64 %3, 1 br i1 %91, label %92, label %125 92: ; preds = %90 %93 = icmp sgt i64 %16, -1 %94 = icmp slt i64 %16, %2 %95 = and i1 %93, %94 br i1 %95, label %96, label %125 96: ; preds = %92, %119 %97 = phi ptr [ %121, %119 ], [ %4, %92 ] %98 = phi i64 [ %120, %119 ], [ %16, %92 ] %99 = getelementptr inbounds i64, ptr %0, i64 %98 %100 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !9 %101 = tail call i64 @isNull(ptr noundef %99, i32 noundef %100) #2 %102 = icmp eq i64 %101, 0 br i1 %102, label %103, label %107 103: ; preds = %96 %104 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !9 %105 = tail call i64 @isNull(ptr noundef %1, i32 noundef %104) #2 %106 = icmp eq i64 %105, 0 br i1 %106, label %113, label %107 107: ; preds = %103, %96 %108 = load i64, ptr @TSDB_DATA_TYPE_DOUBLE, align 8, !tbaa !5 %109 = load ptr, ptr @tDataTypeDesc, align 8, !tbaa !11 %110 = getelementptr inbounds %struct.TYPE_2__, ptr %109, i64 %108 %111 = load i32, ptr %110, align 4, !tbaa !13 %112 = tail call i32 @setNull(ptr noundef %97, i64 noundef %108, i32 noundef %111) #2 br label %119 113: ; preds = %103 %114 = load i64, ptr %99, align 8, !tbaa !5 %115 = sitofp i64 %114 to double %116 = load i64, ptr %1, align 8, !tbaa !5 %117 = sitofp i64 %116 to double %118 = fsub double %115, %117 store double %118, ptr %97, align 8, !tbaa !15 br label %119 119: ; preds = %113, %107 %120 = add nsw i64 %98, %18 %121 = getelementptr inbounds double, ptr %97, i64 %18 %122 = icmp sgt i64 %120, -1 %123 = icmp slt i64 %120, %2 %124 = and i1 %122, %123 br i1 %124, label %96, label %125, !llvm.loop !20 125: ; preds = %119, %84, %49, %92, %57, %20, %90 ret void } declare i32 @MAX(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i64 @isNull(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @setNull(ptr noundef, i64 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"any pointer", !7, i64 0} !13 = !{!14, !10, i64 0} !14 = !{!"TYPE_2__", !10, i64 0} !15 = !{!16, !16, i64 0} !16 = !{!"double", !7, i64 0} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"} !19 = distinct !{!19, !18} !20 = distinct !{!20, !18}
; ModuleID = 'AnghaBench/TDengine/src/client/src/extr_tscSyntaxtreefunction.c_calc_fn_i32_i32_sub.c' source_filename = "AnghaBench/TDengine/src/client/src/extr_tscSyntaxtreefunction.c_calc_fn_i32_i32_sub.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_2__ = type { i32 } @TSQL_SO_ASC = common local_unnamed_addr global i64 0, align 8 @TSDB_DATA_TYPE_INT = common local_unnamed_addr global i32 0, align 4 @TSDB_DATA_TYPE_DOUBLE = common local_unnamed_addr global i64 0, align 8 @tDataTypeDesc = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @calc_fn_i32_i32_sub(ptr noundef %0, ptr noundef %1, i64 noundef %2, i64 noundef %3, ptr noundef %4, i64 noundef %5) local_unnamed_addr #0 { %7 = load i64, ptr @TSQL_SO_ASC, align 8, !tbaa !6 %8 = icmp eq i64 %7, %5 br i1 %8, label %14, label %9 9: ; preds = %6 %10 = tail call i32 @MAX(i64 noundef %2, i64 noundef %3) #2 %11 = add nsw i32 %10, -1 %12 = sext i32 %11 to i64 %13 = load i64, ptr @TSQL_SO_ASC, align 8, !tbaa !6 br label %14 14: ; preds = %6, %9 %15 = phi i64 [ %13, %9 ], [ %5, %6 ] %16 = phi i64 [ %12, %9 ], [ 0, %6 ] %17 = icmp eq i64 %15, %5 %18 = select i1 %17, i64 1, i64 -1 %19 = icmp eq i64 %2, %3 br i1 %19, label %20, label %55 20: ; preds = %14 %21 = icmp sgt i64 %16, -1 %22 = icmp slt i64 %16, %2 %23 = and i1 %21, %22 br i1 %23, label %24, label %125 24: ; preds = %20, %49 %25 = phi ptr [ %51, %49 ], [ %4, %20 ] %26 = phi i64 [ %50, %49 ], [ %16, %20 ] %27 = getelementptr inbounds i64, ptr %0, i64 %26 %28 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !10 %29 = tail call i64 @isNull(ptr noundef %27, i32 noundef %28) #2 %30 = icmp eq i64 %29, 0 br i1 %30, label %31, label %36 31: ; preds = %24 %32 = getelementptr inbounds i64, ptr %1, i64 %26 %33 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !10 %34 = tail call i64 @isNull(ptr noundef %32, i32 noundef %33) #2 %35 = icmp eq i64 %34, 0 br i1 %35, label %43, label %36 36: ; preds = %31, %24 %37 = getelementptr inbounds double, ptr %25, i64 %26 %38 = load i64, ptr @TSDB_DATA_TYPE_DOUBLE, align 8, !tbaa !6 %39 = load ptr, ptr @tDataTypeDesc, align 8, !tbaa !12 %40 = getelementptr inbounds %struct.TYPE_2__, ptr %39, i64 %38 %41 = load i32, ptr %40, align 4, !tbaa !14 %42 = tail call i32 @setNull(ptr noundef %37, i64 noundef %38, i32 noundef %41) #2 br label %49 43: ; preds = %31 %44 = load i64, ptr %27, align 8, !tbaa !6 %45 = sitofp i64 %44 to double %46 = load i64, ptr %32, align 8, !tbaa !6 %47 = sitofp i64 %46 to double %48 = fsub double %45, %47 store double %48, ptr %25, align 8, !tbaa !16 br label %49 49: ; preds = %43, %36 %50 = add nsw i64 %26, %18 %51 = getelementptr inbounds double, ptr %25, i64 %18 %52 = icmp sgt i64 %50, -1 %53 = icmp slt i64 %50, %2 %54 = and i1 %52, %53 br i1 %54, label %24, label %125, !llvm.loop !18 55: ; preds = %14 %56 = icmp eq i64 %2, 1 br i1 %56, label %57, label %90 57: ; preds = %55 %58 = icmp sgt i64 %16, -1 %59 = icmp slt i64 %16, %3 %60 = and i1 %58, %59 br i1 %60, label %61, label %125 61: ; preds = %57, %84 %62 = phi ptr [ %86, %84 ], [ %4, %57 ] %63 = phi i64 [ %85, %84 ], [ %16, %57 ] %64 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !10 %65 = tail call i64 @isNull(ptr noundef %0, i32 noundef %64) #2 %66 = icmp eq i64 %65, 0 br i1 %66, label %67, label %72 67: ; preds = %61 %68 = getelementptr inbounds i64, ptr %1, i64 %63 %69 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !10 %70 = tail call i64 @isNull(ptr noundef %68, i32 noundef %69) #2 %71 = icmp eq i64 %70, 0 br i1 %71, label %78, label %72 72: ; preds = %67, %61 %73 = load i64, ptr @TSDB_DATA_TYPE_DOUBLE, align 8, !tbaa !6 %74 = load ptr, ptr @tDataTypeDesc, align 8, !tbaa !12 %75 = getelementptr inbounds %struct.TYPE_2__, ptr %74, i64 %73 %76 = load i32, ptr %75, align 4, !tbaa !14 %77 = tail call i32 @setNull(ptr noundef %62, i64 noundef %73, i32 noundef %76) #2 br label %84 78: ; preds = %67 %79 = load i64, ptr %0, align 8, !tbaa !6 %80 = sitofp i64 %79 to double %81 = load i64, ptr %68, align 8, !tbaa !6 %82 = sitofp i64 %81 to double %83 = fsub double %80, %82 store double %83, ptr %62, align 8, !tbaa !16 br label %84 84: ; preds = %78, %72 %85 = add nsw i64 %63, %18 %86 = getelementptr inbounds double, ptr %62, i64 %18 %87 = icmp sgt i64 %85, -1 %88 = icmp slt i64 %85, %3 %89 = and i1 %87, %88 br i1 %89, label %61, label %125, !llvm.loop !20 90: ; preds = %55 %91 = icmp eq i64 %3, 1 br i1 %91, label %92, label %125 92: ; preds = %90 %93 = icmp sgt i64 %16, -1 %94 = icmp slt i64 %16, %2 %95 = and i1 %93, %94 br i1 %95, label %96, label %125 96: ; preds = %92, %119 %97 = phi ptr [ %121, %119 ], [ %4, %92 ] %98 = phi i64 [ %120, %119 ], [ %16, %92 ] %99 = getelementptr inbounds i64, ptr %0, i64 %98 %100 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !10 %101 = tail call i64 @isNull(ptr noundef %99, i32 noundef %100) #2 %102 = icmp eq i64 %101, 0 br i1 %102, label %103, label %107 103: ; preds = %96 %104 = load i32, ptr @TSDB_DATA_TYPE_INT, align 4, !tbaa !10 %105 = tail call i64 @isNull(ptr noundef %1, i32 noundef %104) #2 %106 = icmp eq i64 %105, 0 br i1 %106, label %113, label %107 107: ; preds = %103, %96 %108 = load i64, ptr @TSDB_DATA_TYPE_DOUBLE, align 8, !tbaa !6 %109 = load ptr, ptr @tDataTypeDesc, align 8, !tbaa !12 %110 = getelementptr inbounds %struct.TYPE_2__, ptr %109, i64 %108 %111 = load i32, ptr %110, align 4, !tbaa !14 %112 = tail call i32 @setNull(ptr noundef %97, i64 noundef %108, i32 noundef %111) #2 br label %119 113: ; preds = %103 %114 = load i64, ptr %99, align 8, !tbaa !6 %115 = sitofp i64 %114 to double %116 = load i64, ptr %1, align 8, !tbaa !6 %117 = sitofp i64 %116 to double %118 = fsub double %115, %117 store double %118, ptr %97, align 8, !tbaa !16 br label %119 119: ; preds = %113, %107 %120 = add nsw i64 %98, %18 %121 = getelementptr inbounds double, ptr %97, i64 %18 %122 = icmp sgt i64 %120, -1 %123 = icmp slt i64 %120, %2 %124 = and i1 %122, %123 br i1 %124, label %96, label %125, !llvm.loop !21 125: ; preds = %119, %84, %49, %92, %57, %20, %90 ret void } declare i32 @MAX(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i64 @isNull(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @setNull(ptr noundef, i64 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"any pointer", !8, i64 0} !14 = !{!15, !11, i64 0} !15 = !{!"TYPE_2__", !11, i64 0} !16 = !{!17, !17, i64 0} !17 = !{!"double", !8, i64 0} !18 = distinct !{!18, !19} !19 = !{!"llvm.loop.mustprogress"} !20 = distinct !{!20, !19} !21 = distinct !{!21, !19}
TDengine_src_client_src_extr_tscSyntaxtreefunction.c_calc_fn_i32_i32_sub
; ModuleID = 'AnghaBench/linux/drivers/usb/renesas_usbhs/extr_mod_gadget.c_usbhsg_get_frame.c' source_filename = "AnghaBench/linux/drivers/usb/renesas_usbhs/extr_mod_gadget.c_usbhsg_get_frame.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @usbhsg_get_frame], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @usbhsg_get_frame(ptr noundef %0) #0 { %2 = tail call ptr @usbhsg_gadget_to_gpriv(ptr noundef %0) #2 %3 = tail call ptr @usbhsg_gpriv_to_priv(ptr noundef %2) #2 %4 = tail call i32 @usbhs_frame_get_num(ptr noundef %3) #2 ret i32 %4 } declare ptr @usbhsg_gadget_to_gpriv(ptr noundef) local_unnamed_addr #1 declare ptr @usbhsg_gpriv_to_priv(ptr noundef) local_unnamed_addr #1 declare i32 @usbhs_frame_get_num(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/drivers/usb/renesas_usbhs/extr_mod_gadget.c_usbhsg_get_frame.c' source_filename = "AnghaBench/linux/drivers/usb/renesas_usbhs/extr_mod_gadget.c_usbhsg_get_frame.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @usbhsg_get_frame], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @usbhsg_get_frame(ptr noundef %0) #0 { %2 = tail call ptr @usbhsg_gadget_to_gpriv(ptr noundef %0) #2 %3 = tail call ptr @usbhsg_gpriv_to_priv(ptr noundef %2) #2 %4 = tail call i32 @usbhs_frame_get_num(ptr noundef %3) #2 ret i32 %4 } declare ptr @usbhsg_gadget_to_gpriv(ptr noundef) local_unnamed_addr #1 declare ptr @usbhsg_gpriv_to_priv(ptr noundef) local_unnamed_addr #1 declare i32 @usbhs_frame_get_num(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_drivers_usb_renesas_usbhs_extr_mod_gadget.c_usbhsg_get_frame
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/staging/comedi/drivers/extr_pcl711.c_pcl711_interrupt.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/staging/comedi/drivers/extr_pcl711.c_pcl711_interrupt.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.comedi_device = type { i64, i32, ptr } @.str = private unnamed_addr constant [19 x i8] c"spurious interrupt\00", align 1 @IRQ_HANDLED = dso_local local_unnamed_addr global i32 0, align 4 @PCL711_AD_HI = dso_local local_unnamed_addr global i64 0, align 8 @PCL711_AD_LO = dso_local local_unnamed_addr global i64 0, align 8 @PCL711_CLRINTR = dso_local local_unnamed_addr global i64 0, align 8 @devpriv = dso_local local_unnamed_addr global ptr null, align 8 @this_board = dso_local local_unnamed_addr global ptr null, align 8 @PCL711_MODE = dso_local local_unnamed_addr global i64 0, align 8 @COMEDI_CB_EOA = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @pcl711_interrupt], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @pcl711_interrupt(i32 %0, ptr noundef %1) #0 { %3 = getelementptr inbounds %struct.comedi_device, ptr %1, i64 0, i32 2 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = getelementptr inbounds %struct.comedi_device, ptr %1, i64 0, i32 1 %6 = load i32, ptr %5, align 8, !tbaa !12 %7 = icmp eq i32 %6, 0 br i1 %7, label %8, label %10 8: ; preds = %2 %9 = tail call i32 @comedi_error(ptr noundef nonnull %1, ptr noundef nonnull @.str) #2 br label %42 10: ; preds = %2 %11 = load i64, ptr %1, align 8, !tbaa !13 %12 = load i64, ptr @PCL711_AD_HI, align 8, !tbaa !14 %13 = add nsw i64 %12, %11 %14 = tail call i32 @inb(i64 noundef %13) #2 %15 = load i64, ptr %1, align 8, !tbaa !13 %16 = load i64, ptr @PCL711_AD_LO, align 8, !tbaa !14 %17 = add nsw i64 %16, %15 %18 = tail call i32 @inb(i64 noundef %17) #2 %19 = load i64, ptr %1, align 8, !tbaa !13 %20 = load i64, ptr @PCL711_CLRINTR, align 8, !tbaa !14 %21 = add nsw i64 %20, %19 %22 = tail call i32 @outb(i32 noundef 0, i64 noundef %21) #2 %23 = load ptr, ptr @devpriv, align 8, !tbaa !15 %24 = load i32, ptr %23, align 4, !tbaa !16 %25 = add nsw i32 %24, -1 store i32 %25, ptr %23, align 4, !tbaa !16 %26 = icmp eq i32 %25, 0 br i1 %26, label %27, label %40 27: ; preds = %10 %28 = load ptr, ptr @this_board, align 8, !tbaa !15 %29 = load i64, ptr %28, align 8, !tbaa !18 %30 = icmp ne i64 %29, 0 %31 = load i64, ptr %1, align 8, !tbaa !13 %32 = load i64, ptr @PCL711_MODE, align 8, !tbaa !14 %33 = add nsw i64 %32, %31 %34 = zext i1 %30 to i32 %35 = tail call i32 @outb(i32 noundef %34, i64 noundef %33) #2 %36 = load i32, ptr @COMEDI_CB_EOA, align 4, !tbaa !20 %37 = load ptr, ptr %4, align 8, !tbaa !21 %38 = load i32, ptr %37, align 4, !tbaa !23 %39 = or i32 %38, %36 store i32 %39, ptr %37, align 4, !tbaa !23 br label %40 40: ; preds = %27, %10 %41 = tail call i32 @comedi_event(ptr noundef nonnull %1, ptr noundef %4) #2 br label %42 42: ; preds = %40, %8 %43 = load i32, ptr @IRQ_HANDLED, align 4, !tbaa !20 ret i32 %43 } declare i32 @comedi_error(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @inb(i64 noundef) local_unnamed_addr #1 declare i32 @outb(i32 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @comedi_event(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !11, i64 16} !6 = !{!"comedi_device", !7, i64 0, !10, i64 8, !11, i64 16} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!6, !10, i64 8} !13 = !{!6, !7, i64 0} !14 = !{!7, !7, i64 0} !15 = !{!11, !11, i64 0} !16 = !{!17, !10, i64 0} !17 = !{!"TYPE_6__", !10, i64 0} !18 = !{!19, !7, i64 0} !19 = !{!"TYPE_5__", !7, i64 0} !20 = !{!10, !10, i64 0} !21 = !{!22, !11, i64 0} !22 = !{!"comedi_subdevice", !11, i64 0} !23 = !{!24, !10, i64 0} !24 = !{!"TYPE_4__", !10, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/staging/comedi/drivers/extr_pcl711.c_pcl711_interrupt.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/staging/comedi/drivers/extr_pcl711.c_pcl711_interrupt.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [19 x i8] c"spurious interrupt\00", align 1 @IRQ_HANDLED = common local_unnamed_addr global i32 0, align 4 @PCL711_AD_HI = common local_unnamed_addr global i64 0, align 8 @PCL711_AD_LO = common local_unnamed_addr global i64 0, align 8 @PCL711_CLRINTR = common local_unnamed_addr global i64 0, align 8 @devpriv = common local_unnamed_addr global ptr null, align 8 @this_board = common local_unnamed_addr global ptr null, align 8 @PCL711_MODE = common local_unnamed_addr global i64 0, align 8 @COMEDI_CB_EOA = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @pcl711_interrupt], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @pcl711_interrupt(i32 %0, ptr noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %1, i64 16 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = getelementptr inbounds i8, ptr %1, i64 8 %6 = load i32, ptr %5, align 8, !tbaa !13 %7 = icmp eq i32 %6, 0 br i1 %7, label %8, label %10 8: ; preds = %2 %9 = tail call i32 @comedi_error(ptr noundef nonnull %1, ptr noundef nonnull @.str) #2 br label %42 10: ; preds = %2 %11 = load i64, ptr %1, align 8, !tbaa !14 %12 = load i64, ptr @PCL711_AD_HI, align 8, !tbaa !15 %13 = add nsw i64 %12, %11 %14 = tail call i32 @inb(i64 noundef %13) #2 %15 = load i64, ptr %1, align 8, !tbaa !14 %16 = load i64, ptr @PCL711_AD_LO, align 8, !tbaa !15 %17 = add nsw i64 %16, %15 %18 = tail call i32 @inb(i64 noundef %17) #2 %19 = load i64, ptr %1, align 8, !tbaa !14 %20 = load i64, ptr @PCL711_CLRINTR, align 8, !tbaa !15 %21 = add nsw i64 %20, %19 %22 = tail call i32 @outb(i32 noundef 0, i64 noundef %21) #2 %23 = load ptr, ptr @devpriv, align 8, !tbaa !16 %24 = load i32, ptr %23, align 4, !tbaa !17 %25 = add nsw i32 %24, -1 store i32 %25, ptr %23, align 4, !tbaa !17 %26 = icmp eq i32 %25, 0 br i1 %26, label %27, label %40 27: ; preds = %10 %28 = load ptr, ptr @this_board, align 8, !tbaa !16 %29 = load i64, ptr %28, align 8, !tbaa !19 %30 = icmp ne i64 %29, 0 %31 = load i64, ptr %1, align 8, !tbaa !14 %32 = load i64, ptr @PCL711_MODE, align 8, !tbaa !15 %33 = add nsw i64 %32, %31 %34 = zext i1 %30 to i32 %35 = tail call i32 @outb(i32 noundef %34, i64 noundef %33) #2 %36 = load i32, ptr @COMEDI_CB_EOA, align 4, !tbaa !21 %37 = load ptr, ptr %4, align 8, !tbaa !22 %38 = load i32, ptr %37, align 4, !tbaa !24 %39 = or i32 %38, %36 store i32 %39, ptr %37, align 4, !tbaa !24 br label %40 40: ; preds = %27, %10 %41 = tail call i32 @comedi_event(ptr noundef nonnull %1, ptr noundef %4) #2 br label %42 42: ; preds = %40, %8 %43 = load i32, ptr @IRQ_HANDLED, align 4, !tbaa !21 ret i32 %43 } declare i32 @comedi_error(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @inb(i64 noundef) local_unnamed_addr #1 declare i32 @outb(i32 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @comedi_event(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !12, i64 16} !7 = !{!"comedi_device", !8, i64 0, !11, i64 8, !12, i64 16} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!7, !11, i64 8} !14 = !{!7, !8, i64 0} !15 = !{!8, !8, i64 0} !16 = !{!12, !12, i64 0} !17 = !{!18, !11, i64 0} !18 = !{!"TYPE_6__", !11, i64 0} !19 = !{!20, !8, i64 0} !20 = !{!"TYPE_5__", !8, i64 0} !21 = !{!11, !11, i64 0} !22 = !{!23, !12, i64 0} !23 = !{!"comedi_subdevice", !12, i64 0} !24 = !{!25, !11, i64 0} !25 = !{!"TYPE_4__", !11, i64 0}
fastsocket_kernel_drivers_staging_comedi_drivers_extr_pcl711.c_pcl711_interrupt
; ModuleID = 'AnghaBench/h2o/deps/mruby/mrbgems/mruby-error/test/extr_exception.c_run_rescue_exceptions.c' source_filename = "AnghaBench/h2o/deps/mruby/mrbgems/mruby-error/test/extr_exception.c_run_rescue_exceptions.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"oo\00", align 1 @E_TYPE_ERROR = dso_local local_unnamed_addr global ptr null, align 8 @protect_cb = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @run_rescue_exceptions], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @run_rescue_exceptions(ptr noundef %0, i32 %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca [1 x ptr], align 8 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 %6 = call i32 @mrb_get_args(ptr noundef %0, ptr noundef nonnull @.str, ptr noundef nonnull %3, ptr noundef nonnull %4) #3 %7 = load ptr, ptr @E_TYPE_ERROR, align 8, !tbaa !5 store ptr %7, ptr %5, align 8, !tbaa !5 %8 = load i32, ptr @protect_cb, align 4, !tbaa !9 %9 = load i32, ptr %3, align 4, !tbaa !9 %10 = load i32, ptr %4, align 4, !tbaa !9 %11 = call i32 @mrb_rescue_exceptions(ptr noundef %0, i32 noundef %8, i32 noundef %9, i32 noundef %8, i32 noundef %10, i32 noundef 1, ptr noundef nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %4) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 ret i32 %11 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @mrb_get_args(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @mrb_rescue_exceptions(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0}
; ModuleID = 'AnghaBench/h2o/deps/mruby/mrbgems/mruby-error/test/extr_exception.c_run_rescue_exceptions.c' source_filename = "AnghaBench/h2o/deps/mruby/mrbgems/mruby-error/test/extr_exception.c_run_rescue_exceptions.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [3 x i8] c"oo\00", align 1 @E_TYPE_ERROR = common local_unnamed_addr global ptr null, align 8 @protect_cb = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @run_rescue_exceptions], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @run_rescue_exceptions(ptr noundef %0, i32 %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca [1 x ptr], align 8 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 %6 = call i32 @mrb_get_args(ptr noundef %0, ptr noundef nonnull @.str, ptr noundef nonnull %3, ptr noundef nonnull %4) #3 %7 = load ptr, ptr @E_TYPE_ERROR, align 8, !tbaa !6 store ptr %7, ptr %5, align 8, !tbaa !6 %8 = load i32, ptr @protect_cb, align 4, !tbaa !10 %9 = load i32, ptr %3, align 4, !tbaa !10 %10 = load i32, ptr %4, align 4, !tbaa !10 %11 = call i32 @mrb_rescue_exceptions(ptr noundef %0, i32 noundef %8, i32 noundef %9, i32 noundef %8, i32 noundef %10, i32 noundef 1, ptr noundef nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %4) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 ret i32 %11 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @mrb_get_args(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @mrb_rescue_exceptions(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0}
h2o_deps_mruby_mrbgems_mruby-error_test_extr_exception.c_run_rescue_exceptions
; ModuleID = 'AnghaBench/linux/net/sunrpc/xprtrdma/extr_svc_rdma_rw.c_svc_rdma_send_write_chunk.c' source_filename = "AnghaBench/linux/net/sunrpc/xprtrdma/extr_svc_rdma_rw.c_svc_rdma_send_write_chunk.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @svc_rdma_send_write_chunk(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr %2, align 4, !tbaa !5 %5 = icmp eq i32 %4, 0 br i1 %5, label %25, label %6 6: ; preds = %3 %7 = tail call ptr @svc_rdma_write_info_alloc(ptr noundef %0, ptr noundef %1) #2 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %6 %10 = load i32, ptr @ENOMEM, align 4, !tbaa !10 %11 = sub nsw i32 0, %10 br label %25 12: ; preds = %6 %13 = tail call i32 @svc_rdma_send_xdr_pagelist(ptr noundef nonnull %7, ptr noundef nonnull %2) #2 %14 = icmp slt i32 %13, 0 br i1 %14, label %22, label %15 15: ; preds = %12 %16 = tail call i32 @svc_rdma_post_chunk_ctxt(ptr noundef nonnull %7) #2 %17 = icmp slt i32 %16, 0 br i1 %17, label %22, label %18 18: ; preds = %15 %19 = load i32, ptr %2, align 4, !tbaa !5 %20 = tail call i32 @trace_svcrdma_encode_write(i32 noundef %19) #2 %21 = load i32, ptr %2, align 4, !tbaa !5 br label %25 22: ; preds = %15, %12 %23 = phi i32 [ %13, %12 ], [ %16, %15 ] %24 = tail call i32 @svc_rdma_write_info_free(ptr noundef nonnull %7) #2 br label %25 25: ; preds = %3, %22, %18, %9 %26 = phi i32 [ %23, %22 ], [ %21, %18 ], [ %11, %9 ], [ 0, %3 ] ret i32 %26 } declare ptr @svc_rdma_write_info_alloc(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @svc_rdma_send_xdr_pagelist(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @svc_rdma_post_chunk_ctxt(ptr noundef) local_unnamed_addr #1 declare i32 @trace_svcrdma_encode_write(i32 noundef) local_unnamed_addr #1 declare i32 @svc_rdma_write_info_free(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"xdr_buf", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0}
; ModuleID = 'AnghaBench/linux/net/sunrpc/xprtrdma/extr_svc_rdma_rw.c_svc_rdma_send_write_chunk.c' source_filename = "AnghaBench/linux/net/sunrpc/xprtrdma/extr_svc_rdma_rw.c_svc_rdma_send_write_chunk.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ENOMEM = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @svc_rdma_send_write_chunk(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr %2, align 4, !tbaa !6 %5 = icmp eq i32 %4, 0 br i1 %5, label %25, label %6 6: ; preds = %3 %7 = tail call ptr @svc_rdma_write_info_alloc(ptr noundef %0, ptr noundef %1) #2 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %6 %10 = load i32, ptr @ENOMEM, align 4, !tbaa !11 %11 = sub nsw i32 0, %10 br label %25 12: ; preds = %6 %13 = tail call i32 @svc_rdma_send_xdr_pagelist(ptr noundef nonnull %7, ptr noundef nonnull %2) #2 %14 = icmp slt i32 %13, 0 br i1 %14, label %22, label %15 15: ; preds = %12 %16 = tail call i32 @svc_rdma_post_chunk_ctxt(ptr noundef nonnull %7) #2 %17 = icmp slt i32 %16, 0 br i1 %17, label %22, label %18 18: ; preds = %15 %19 = load i32, ptr %2, align 4, !tbaa !6 %20 = tail call i32 @trace_svcrdma_encode_write(i32 noundef %19) #2 %21 = load i32, ptr %2, align 4, !tbaa !6 br label %25 22: ; preds = %15, %12 %23 = phi i32 [ %13, %12 ], [ %16, %15 ] %24 = tail call i32 @svc_rdma_write_info_free(ptr noundef nonnull %7) #2 br label %25 25: ; preds = %3, %22, %18, %9 %26 = phi i32 [ %23, %22 ], [ %21, %18 ], [ %11, %9 ], [ 0, %3 ] ret i32 %26 } declare ptr @svc_rdma_write_info_alloc(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @svc_rdma_send_xdr_pagelist(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @svc_rdma_post_chunk_ctxt(ptr noundef) local_unnamed_addr #1 declare i32 @trace_svcrdma_encode_write(i32 noundef) local_unnamed_addr #1 declare i32 @svc_rdma_write_info_free(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"xdr_buf", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0}
linux_net_sunrpc_xprtrdma_extr_svc_rdma_rw.c_svc_rdma_send_write_chunk
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/cpia2/extr_cpia2_v4l.c_ioctl_reqbufs.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/cpia2/extr_cpia2_v4l.c_ioctl_reqbufs.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.v4l2_requestbuffers = type { i64, i64, i32, i32 } @V4L2_BUF_TYPE_VIDEO_CAPTURE = dso_local local_unnamed_addr global i64 0, align 8 @V4L2_MEMORY_MMAP = dso_local local_unnamed_addr global i64 0, align 8 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [35 x i8] c"REQBUFS requested:%d returning:%d\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @ioctl_reqbufs], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @ioctl_reqbufs(ptr noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = load i64, ptr %0, align 8, !tbaa !5 %4 = load i64, ptr @V4L2_BUF_TYPE_VIDEO_CAPTURE, align 8, !tbaa !11 %5 = icmp eq i64 %3, %4 br i1 %5, label %6, label %11 6: ; preds = %2 %7 = getelementptr inbounds %struct.v4l2_requestbuffers, ptr %0, i64 0, i32 1 %8 = load i64, ptr %7, align 8, !tbaa !12 %9 = load i64, ptr @V4L2_MEMORY_MMAP, align 8, !tbaa !11 %10 = icmp eq i64 %8, %9 br i1 %10, label %14, label %11 11: ; preds = %6, %2 %12 = load i32, ptr @EINVAL, align 4, !tbaa !13 %13 = sub nsw i32 0, %12 br label %22 14: ; preds = %6 %15 = getelementptr inbounds %struct.v4l2_requestbuffers, ptr %0, i64 0, i32 3 %16 = load i32, ptr %15, align 4, !tbaa !14 %17 = load i32, ptr %1, align 4, !tbaa !15 %18 = tail call i32 @DBG(ptr noundef nonnull @.str, i32 noundef %16, i32 noundef %17) #2 %19 = load i32, ptr %1, align 4, !tbaa !15 store i32 %19, ptr %15, align 4, !tbaa !14 %20 = getelementptr inbounds %struct.v4l2_requestbuffers, ptr %0, i64 0, i32 2 %21 = tail call i32 @memset(ptr noundef nonnull %20, i32 noundef 0, i32 noundef 4) #2 br label %22 22: ; preds = %14, %11 %23 = phi i32 [ %13, %11 ], [ 0, %14 ] ret i32 %23 } declare i32 @DBG(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"v4l2_requestbuffers", !7, i64 0, !7, i64 8, !10, i64 16, !10, i64 20} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!7, !7, i64 0} !12 = !{!6, !7, i64 8} !13 = !{!10, !10, i64 0} !14 = !{!6, !10, i64 20} !15 = !{!16, !10, i64 0} !16 = !{!"camera_data", !10, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/cpia2/extr_cpia2_v4l.c_ioctl_reqbufs.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/cpia2/extr_cpia2_v4l.c_ioctl_reqbufs.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @V4L2_BUF_TYPE_VIDEO_CAPTURE = common local_unnamed_addr global i64 0, align 8 @V4L2_MEMORY_MMAP = common local_unnamed_addr global i64 0, align 8 @EINVAL = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [35 x i8] c"REQBUFS requested:%d returning:%d\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @ioctl_reqbufs], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @ioctl_reqbufs(ptr noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = load i64, ptr %0, align 8, !tbaa !6 %4 = load i64, ptr @V4L2_BUF_TYPE_VIDEO_CAPTURE, align 8, !tbaa !12 %5 = icmp eq i64 %3, %4 br i1 %5, label %6, label %11 6: ; preds = %2 %7 = getelementptr inbounds i8, ptr %0, i64 8 %8 = load i64, ptr %7, align 8, !tbaa !13 %9 = load i64, ptr @V4L2_MEMORY_MMAP, align 8, !tbaa !12 %10 = icmp eq i64 %8, %9 br i1 %10, label %14, label %11 11: ; preds = %6, %2 %12 = load i32, ptr @EINVAL, align 4, !tbaa !14 %13 = sub nsw i32 0, %12 br label %22 14: ; preds = %6 %15 = getelementptr inbounds i8, ptr %0, i64 20 %16 = load i32, ptr %15, align 4, !tbaa !15 %17 = load i32, ptr %1, align 4, !tbaa !16 %18 = tail call i32 @DBG(ptr noundef nonnull @.str, i32 noundef %16, i32 noundef %17) #2 %19 = load i32, ptr %1, align 4, !tbaa !16 store i32 %19, ptr %15, align 4, !tbaa !15 %20 = getelementptr inbounds i8, ptr %0, i64 16 %21 = tail call i32 @memset(ptr noundef nonnull %20, i32 noundef 0, i32 noundef 4) #2 br label %22 22: ; preds = %14, %11 %23 = phi i32 [ %13, %11 ], [ 0, %14 ] ret i32 %23 } declare i32 @DBG(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"v4l2_requestbuffers", !8, i64 0, !8, i64 8, !11, i64 16, !11, i64 20} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!8, !8, i64 0} !13 = !{!7, !8, i64 8} !14 = !{!11, !11, i64 0} !15 = !{!7, !11, i64 20} !16 = !{!17, !11, i64 0} !17 = !{!"camera_data", !11, i64 0}
fastsocket_kernel_drivers_media_video_cpia2_extr_cpia2_v4l.c_ioctl_reqbufs
; ModuleID = 'AnghaBench/freebsd/sys/dev/mlx5/mlx5_en/extr_mlx5_en_main.c_mlx5e_close_rq.c' source_filename = "AnghaBench/freebsd/sys/dev/mlx5/mlx5_en/extr_mlx5_en_main.c_mlx5e_close_rq.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.mlx5e_rq = type { i32, i32, i64 } @MLX5_RQC_STATE_RDY = dso_local local_unnamed_addr global i32 0, align 4 @MLX5_RQC_STATE_ERR = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @mlx5e_close_rq], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @mlx5e_close_rq(ptr noundef %0) #0 { %2 = tail call i32 @mtx_lock(ptr noundef %0) #2 %3 = getelementptr inbounds %struct.mlx5e_rq, ptr %0, i64 0, i32 2 store i64 0, ptr %3, align 8, !tbaa !5 %4 = getelementptr inbounds %struct.mlx5e_rq, ptr %0, i64 0, i32 1 %5 = tail call i32 @callout_stop(ptr noundef nonnull %4) #2 %6 = tail call i32 @mtx_unlock(ptr noundef %0) #2 %7 = load i32, ptr @MLX5_RQC_STATE_RDY, align 4, !tbaa !11 %8 = load i32, ptr @MLX5_RQC_STATE_ERR, align 4, !tbaa !11 %9 = tail call i32 @mlx5e_modify_rq(ptr noundef %0, i32 noundef %7, i32 noundef %8) #2 ret void } declare i32 @mtx_lock(ptr noundef) local_unnamed_addr #1 declare i32 @callout_stop(ptr noundef) local_unnamed_addr #1 declare i32 @mtx_unlock(ptr noundef) local_unnamed_addr #1 declare i32 @mlx5e_modify_rq(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !10, i64 8} !6 = !{!"mlx5e_rq", !7, i64 0, !7, i64 4, !10, i64 8} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!7, !7, i64 0}
; ModuleID = 'AnghaBench/freebsd/sys/dev/mlx5/mlx5_en/extr_mlx5_en_main.c_mlx5e_close_rq.c' source_filename = "AnghaBench/freebsd/sys/dev/mlx5/mlx5_en/extr_mlx5_en_main.c_mlx5e_close_rq.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MLX5_RQC_STATE_RDY = common local_unnamed_addr global i32 0, align 4 @MLX5_RQC_STATE_ERR = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @mlx5e_close_rq], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @mlx5e_close_rq(ptr noundef %0) #0 { %2 = tail call i32 @mtx_lock(ptr noundef %0) #2 %3 = getelementptr inbounds i8, ptr %0, i64 8 store i64 0, ptr %3, align 8, !tbaa !6 %4 = getelementptr inbounds i8, ptr %0, i64 4 %5 = tail call i32 @callout_stop(ptr noundef nonnull %4) #2 %6 = tail call i32 @mtx_unlock(ptr noundef %0) #2 %7 = load i32, ptr @MLX5_RQC_STATE_RDY, align 4, !tbaa !12 %8 = load i32, ptr @MLX5_RQC_STATE_ERR, align 4, !tbaa !12 %9 = tail call i32 @mlx5e_modify_rq(ptr noundef %0, i32 noundef %7, i32 noundef %8) #2 ret void } declare i32 @mtx_lock(ptr noundef) local_unnamed_addr #1 declare i32 @callout_stop(ptr noundef) local_unnamed_addr #1 declare i32 @mtx_unlock(ptr noundef) local_unnamed_addr #1 declare i32 @mlx5e_modify_rq(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !11, i64 8} !7 = !{!"mlx5e_rq", !8, i64 0, !8, i64 4, !11, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!8, !8, i64 0}
freebsd_sys_dev_mlx5_mlx5_en_extr_mlx5_en_main.c_mlx5e_close_rq
; ModuleID = 'AnghaBench/reactos/modules/rostests/winetests/advapi32/extr_registry.c_get_temp_buffer.c' source_filename = "AnghaBench/reactos/modules/rostests/winetests/advapi32/extr_registry.c_get_temp_buffer.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @get_temp_buffer.list = internal unnamed_addr global [32 x ptr] zeroinitializer, align 16 @get_temp_buffer.pos = internal unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @get_temp_buffer], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @get_temp_buffer(i32 noundef %0) #0 { %2 = load i32, ptr @get_temp_buffer.pos, align 4, !tbaa !5 %3 = add nsw i32 %2, 1 store i32 %3, ptr @get_temp_buffer.pos, align 4, !tbaa !5 %4 = and i32 %3, 31 %5 = zext nneg i32 %4 to i64 %6 = getelementptr inbounds [32 x ptr], ptr @get_temp_buffer.list, i64 0, i64 %5 %7 = load ptr, ptr %6, align 8, !tbaa !9 %8 = icmp eq ptr %7, null %9 = tail call i32 (...) @GetProcessHeap() #2 br i1 %8, label %13, label %10 10: ; preds = %1 %11 = load ptr, ptr %6, align 8, !tbaa !9 %12 = tail call ptr @HeapReAlloc(i32 noundef %9, i32 noundef 0, ptr noundef %11, i32 noundef %0) #2 br label %15 13: ; preds = %1 %14 = tail call ptr @HeapAlloc(i32 noundef %9, i32 noundef 0, i32 noundef %0) #2 br label %15 15: ; preds = %13, %10 %16 = phi ptr [ %12, %10 ], [ %14, %13 ] %17 = icmp eq ptr %16, null br i1 %17, label %19, label %18 18: ; preds = %15 store ptr %16, ptr %6, align 8, !tbaa !9 br label %19 19: ; preds = %18, %15 ret ptr %16 } declare ptr @HeapReAlloc(i32 noundef, i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @GetProcessHeap(...) local_unnamed_addr #1 declare ptr @HeapAlloc(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"any pointer", !7, i64 0}
; ModuleID = 'AnghaBench/reactos/modules/rostests/winetests/advapi32/extr_registry.c_get_temp_buffer.c' source_filename = "AnghaBench/reactos/modules/rostests/winetests/advapi32/extr_registry.c_get_temp_buffer.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @get_temp_buffer.list = internal unnamed_addr global [32 x ptr] zeroinitializer, align 8 @get_temp_buffer.pos = internal unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @get_temp_buffer], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @get_temp_buffer(i32 noundef %0) #0 { %2 = load i32, ptr @get_temp_buffer.pos, align 4, !tbaa !6 %3 = add nsw i32 %2, 1 store i32 %3, ptr @get_temp_buffer.pos, align 4, !tbaa !6 %4 = and i32 %3, 31 %5 = zext nneg i32 %4 to i64 %6 = getelementptr inbounds [32 x ptr], ptr @get_temp_buffer.list, i64 0, i64 %5 %7 = load ptr, ptr %6, align 8, !tbaa !10 %8 = icmp eq ptr %7, null %9 = tail call i32 @GetProcessHeap() #2 br i1 %8, label %13, label %10 10: ; preds = %1 %11 = load ptr, ptr %6, align 8, !tbaa !10 %12 = tail call ptr @HeapReAlloc(i32 noundef %9, i32 noundef 0, ptr noundef %11, i32 noundef %0) #2 br label %15 13: ; preds = %1 %14 = tail call ptr @HeapAlloc(i32 noundef %9, i32 noundef 0, i32 noundef %0) #2 br label %15 15: ; preds = %13, %10 %16 = phi ptr [ %12, %10 ], [ %14, %13 ] %17 = icmp eq ptr %16, null br i1 %17, label %19, label %18 18: ; preds = %15 store ptr %16, ptr %6, align 8, !tbaa !10 br label %19 19: ; preds = %18, %15 ret ptr %16 } declare ptr @HeapReAlloc(i32 noundef, i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @GetProcessHeap(...) local_unnamed_addr #1 declare ptr @HeapAlloc(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"any pointer", !8, i64 0}
reactos_modules_rostests_winetests_advapi32_extr_registry.c_get_temp_buffer
; ModuleID = 'AnghaBench/fastsocket/kernel/net/wireless/extr_ibss.c___cfg80211_ibss_joined.c' source_filename = "AnghaBench/fastsocket/kernel/net/wireless/extr_ibss.c___cfg80211_ibss_joined.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.wireless_dev = type { i64, i32, i32, ptr, i32, i32 } @NL80211_IFTYPE_ADHOC = dso_local local_unnamed_addr global i64 0, align 8 @WLAN_CAPABILITY_IBSS = dso_local local_unnamed_addr global i32 0, align 4 @CFG80211_SME_CONNECTED = dso_local local_unnamed_addr global i32 0, align 4 @GFP_KERNEL = dso_local local_unnamed_addr global i32 0, align 4 @ETH_ALEN = dso_local local_unnamed_addr global i32 0, align 4 @SIOCGIWAP = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @__cfg80211_ibss_joined(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = load i64, ptr %3, align 8, !tbaa !10 %5 = load i64, ptr @NL80211_IFTYPE_ADHOC, align 8, !tbaa !14 %6 = icmp ne i64 %4, %5 %7 = zext i1 %6 to i32 %8 = tail call i64 @WARN_ON(i32 noundef %7) #2 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %45 10: ; preds = %2 %11 = getelementptr inbounds %struct.wireless_dev, ptr %3, i64 0, i32 4 %12 = load i32, ptr %11, align 8, !tbaa !15 %13 = icmp eq i32 %12, 0 br i1 %13, label %45, label %14 14: ; preds = %10 %15 = getelementptr inbounds %struct.wireless_dev, ptr %3, i64 0, i32 1 %16 = load i32, ptr %15, align 8, !tbaa !16 %17 = getelementptr inbounds %struct.wireless_dev, ptr %3, i64 0, i32 5 %18 = load i32, ptr %17, align 4, !tbaa !17 %19 = load i32, ptr @WLAN_CAPABILITY_IBSS, align 4, !tbaa !18 %20 = tail call ptr @cfg80211_get_bss(i32 noundef %16, ptr noundef null, ptr noundef %1, i32 noundef %18, i32 noundef %12, i32 noundef %19, i32 noundef %19) #2 %21 = icmp eq ptr %20, null %22 = zext i1 %21 to i32 %23 = tail call i64 @WARN_ON(i32 noundef %22) #2 %24 = icmp eq i64 %23, 0 br i1 %24, label %25, label %45 25: ; preds = %14 %26 = getelementptr inbounds %struct.wireless_dev, ptr %3, i64 0, i32 3 %27 = load ptr, ptr %26, align 8, !tbaa !19 %28 = icmp eq ptr %27, null br i1 %28, label %34, label %29 29: ; preds = %25 %30 = tail call i32 @cfg80211_unhold_bss(ptr noundef nonnull %27) #2 %31 = load i32, ptr %15, align 8, !tbaa !16 %32 = load ptr, ptr %26, align 8, !tbaa !19 %33 = tail call i32 @cfg80211_put_bss(i32 noundef %31, ptr noundef %32) #2 br label %34 34: ; preds = %29, %25 %35 = tail call ptr @bss_from_pub(ptr noundef %20) #2 %36 = tail call i32 @cfg80211_hold_bss(ptr noundef %35) #2 %37 = tail call ptr @bss_from_pub(ptr noundef %20) #2 store ptr %37, ptr %26, align 8, !tbaa !19 %38 = load i32, ptr @CFG80211_SME_CONNECTED, align 4, !tbaa !18 %39 = getelementptr inbounds %struct.wireless_dev, ptr %3, i64 0, i32 2 store i32 %38, ptr %39, align 4, !tbaa !20 %40 = tail call i32 @cfg80211_upload_connect_keys(ptr noundef nonnull %3) #2 %41 = load i32, ptr %15, align 8, !tbaa !16 %42 = tail call i32 @wiphy_to_dev(i32 noundef %41) #2 %43 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !18 %44 = tail call i32 @nl80211_send_ibss_bssid(i32 noundef %42, ptr noundef nonnull %0, ptr noundef %1, i32 noundef %43) #2 br label %45 45: ; preds = %14, %10, %2, %34 ret void } declare i64 @WARN_ON(i32 noundef) local_unnamed_addr #1 declare ptr @cfg80211_get_bss(i32 noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cfg80211_unhold_bss(ptr noundef) local_unnamed_addr #1 declare i32 @cfg80211_put_bss(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @cfg80211_hold_bss(ptr noundef) local_unnamed_addr #1 declare ptr @bss_from_pub(ptr noundef) local_unnamed_addr #1 declare i32 @cfg80211_upload_connect_keys(ptr noundef) local_unnamed_addr #1 declare i32 @nl80211_send_ibss_bssid(i32 noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @wiphy_to_dev(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"net_device", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"wireless_dev", !12, i64 0, !13, i64 8, !13, i64 12, !7, i64 16, !13, i64 24, !13, i64 28} !12 = !{!"long", !8, i64 0} !13 = !{!"int", !8, i64 0} !14 = !{!12, !12, i64 0} !15 = !{!11, !13, i64 24} !16 = !{!11, !13, i64 8} !17 = !{!11, !13, i64 28} !18 = !{!13, !13, i64 0} !19 = !{!11, !7, i64 16} !20 = !{!11, !13, i64 12}
; ModuleID = 'AnghaBench/fastsocket/kernel/net/wireless/extr_ibss.c___cfg80211_ibss_joined.c' source_filename = "AnghaBench/fastsocket/kernel/net/wireless/extr_ibss.c___cfg80211_ibss_joined.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @NL80211_IFTYPE_ADHOC = common local_unnamed_addr global i64 0, align 8 @WLAN_CAPABILITY_IBSS = common local_unnamed_addr global i32 0, align 4 @CFG80211_SME_CONNECTED = common local_unnamed_addr global i32 0, align 4 @GFP_KERNEL = common local_unnamed_addr global i32 0, align 4 @ETH_ALEN = common local_unnamed_addr global i32 0, align 4 @SIOCGIWAP = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @__cfg80211_ibss_joined(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = load i64, ptr %3, align 8, !tbaa !11 %5 = load i64, ptr @NL80211_IFTYPE_ADHOC, align 8, !tbaa !15 %6 = icmp ne i64 %4, %5 %7 = zext i1 %6 to i32 %8 = tail call i64 @WARN_ON(i32 noundef %7) #2 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %45 10: ; preds = %2 %11 = getelementptr inbounds i8, ptr %3, i64 24 %12 = load i32, ptr %11, align 8, !tbaa !16 %13 = icmp eq i32 %12, 0 br i1 %13, label %45, label %14 14: ; preds = %10 %15 = getelementptr inbounds i8, ptr %3, i64 8 %16 = load i32, ptr %15, align 8, !tbaa !17 %17 = getelementptr inbounds i8, ptr %3, i64 28 %18 = load i32, ptr %17, align 4, !tbaa !18 %19 = load i32, ptr @WLAN_CAPABILITY_IBSS, align 4, !tbaa !19 %20 = tail call ptr @cfg80211_get_bss(i32 noundef %16, ptr noundef null, ptr noundef %1, i32 noundef %18, i32 noundef %12, i32 noundef %19, i32 noundef %19) #2 %21 = icmp eq ptr %20, null %22 = zext i1 %21 to i32 %23 = tail call i64 @WARN_ON(i32 noundef %22) #2 %24 = icmp eq i64 %23, 0 br i1 %24, label %25, label %45 25: ; preds = %14 %26 = getelementptr inbounds i8, ptr %3, i64 16 %27 = load ptr, ptr %26, align 8, !tbaa !20 %28 = icmp eq ptr %27, null br i1 %28, label %34, label %29 29: ; preds = %25 %30 = tail call i32 @cfg80211_unhold_bss(ptr noundef nonnull %27) #2 %31 = load i32, ptr %15, align 8, !tbaa !17 %32 = load ptr, ptr %26, align 8, !tbaa !20 %33 = tail call i32 @cfg80211_put_bss(i32 noundef %31, ptr noundef %32) #2 br label %34 34: ; preds = %29, %25 %35 = tail call ptr @bss_from_pub(ptr noundef %20) #2 %36 = tail call i32 @cfg80211_hold_bss(ptr noundef %35) #2 %37 = tail call ptr @bss_from_pub(ptr noundef %20) #2 store ptr %37, ptr %26, align 8, !tbaa !20 %38 = load i32, ptr @CFG80211_SME_CONNECTED, align 4, !tbaa !19 %39 = getelementptr inbounds i8, ptr %3, i64 12 store i32 %38, ptr %39, align 4, !tbaa !21 %40 = tail call i32 @cfg80211_upload_connect_keys(ptr noundef nonnull %3) #2 %41 = load i32, ptr %15, align 8, !tbaa !17 %42 = tail call i32 @wiphy_to_dev(i32 noundef %41) #2 %43 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !19 %44 = tail call i32 @nl80211_send_ibss_bssid(i32 noundef %42, ptr noundef nonnull %0, ptr noundef %1, i32 noundef %43) #2 br label %45 45: ; preds = %14, %10, %2, %34 ret void } declare i64 @WARN_ON(i32 noundef) local_unnamed_addr #1 declare ptr @cfg80211_get_bss(i32 noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cfg80211_unhold_bss(ptr noundef) local_unnamed_addr #1 declare i32 @cfg80211_put_bss(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @cfg80211_hold_bss(ptr noundef) local_unnamed_addr #1 declare ptr @bss_from_pub(ptr noundef) local_unnamed_addr #1 declare i32 @cfg80211_upload_connect_keys(ptr noundef) local_unnamed_addr #1 declare i32 @nl80211_send_ibss_bssid(i32 noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @wiphy_to_dev(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"net_device", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !13, i64 0} !12 = !{!"wireless_dev", !13, i64 0, !14, i64 8, !14, i64 12, !8, i64 16, !14, i64 24, !14, i64 28} !13 = !{!"long", !9, i64 0} !14 = !{!"int", !9, i64 0} !15 = !{!13, !13, i64 0} !16 = !{!12, !14, i64 24} !17 = !{!12, !14, i64 8} !18 = !{!12, !14, i64 28} !19 = !{!14, !14, i64 0} !20 = !{!12, !8, i64 16} !21 = !{!12, !14, i64 12}
fastsocket_kernel_net_wireless_extr_ibss.c___cfg80211_ibss_joined
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/i915/selftests/extr_..i915_vma.h_i915_vma_lock.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/i915/selftests/extr_..i915_vma.h_i915_vma_lock.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @i915_vma_lock], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal void @i915_vma_lock(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 %3 = tail call i32 @dma_resv_lock(i32 noundef %2, ptr noundef null) #2 ret void } declare i32 @dma_resv_lock(i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"i915_vma", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/i915/selftests/extr_..i915_vma.h_i915_vma_lock.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/i915/selftests/extr_..i915_vma.h_i915_vma_lock.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @i915_vma_lock], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal void @i915_vma_lock(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 %3 = tail call i32 @dma_resv_lock(i32 noundef %2, ptr noundef null) #2 ret void } declare i32 @dma_resv_lock(i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { inlinehint nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"i915_vma", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
linux_drivers_gpu_drm_i915_selftests_extr_..i915_vma.h_i915_vma_lock
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/staging/rtl8192e/extr_r8192E_core.c_rtl8192_rx_enable.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/staging/rtl8192e/extr_r8192E_core.c_rtl8192_rx_enable.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @RDQDA = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @rtl8192_rx_enable(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i64 @ieee80211_priv(ptr noundef %0) #2 %3 = inttoptr i64 %2 to ptr %4 = load i32, ptr @RDQDA, align 4, !tbaa !5 %5 = load i32, ptr %3, align 4, !tbaa !9 %6 = tail call i32 @write_nic_dword(ptr noundef %0, i32 noundef %4, i32 noundef %5) #2 ret void } declare i64 @ieee80211_priv(ptr noundef) local_unnamed_addr #1 declare i32 @write_nic_dword(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 0} !10 = !{!"r8192_priv", !6, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/staging/rtl8192e/extr_r8192E_core.c_rtl8192_rx_enable.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/staging/rtl8192e/extr_r8192E_core.c_rtl8192_rx_enable.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @RDQDA = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @rtl8192_rx_enable(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i64 @ieee80211_priv(ptr noundef %0) #2 %3 = inttoptr i64 %2 to ptr %4 = load i32, ptr @RDQDA, align 4, !tbaa !6 %5 = load i32, ptr %3, align 4, !tbaa !10 %6 = tail call i32 @write_nic_dword(ptr noundef %0, i32 noundef %4, i32 noundef %5) #2 ret void } declare i64 @ieee80211_priv(ptr noundef) local_unnamed_addr #1 declare i32 @write_nic_dword(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"r8192_priv", !7, i64 0}
fastsocket_kernel_drivers_staging_rtl8192e_extr_r8192E_core.c_rtl8192_rx_enable
; ModuleID = 'AnghaBench/git/extr_dir.c_validate_untracked_cache.c' source_filename = "AnghaBench/git/extr_dir.c_validate_untracked_cache.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.dir_struct = type { i32, i64, %struct.TYPE_8__, ptr, %struct.TYPE_7__, ptr, i64 } %struct.TYPE_8__ = type { i32 } %struct.TYPE_7__ = type { i32 } %struct.TYPE_9__ = type { i32, i64, %struct.TYPE_8__, %struct.TYPE_7__, ptr } %struct.TYPE_6__ = type { i64 } @validate_untracked_cache.untracked_cache_disabled = internal unnamed_addr global i32 -1, align 4 @.str = private unnamed_addr constant [28 x i8] c"GIT_DISABLE_UNTRACKED_CACHE\00", align 1 @DIR_SHOW_OTHER_DIRECTORIES = dso_local local_unnamed_addr global i32 0, align 4 @DIR_SHOW_IGNORED = dso_local local_unnamed_addr global i32 0, align 4 @DIR_SHOW_IGNORED_TOO = dso_local local_unnamed_addr global i32 0, align 4 @DIR_COLLECT_IGNORED = dso_local local_unnamed_addr global i32 0, align 4 @EXC_CMDL = dso_local local_unnamed_addr global i64 0, align 8 @.str.1 = private unnamed_addr constant [55 x i8] c"untracked cache is disabled on this system or location\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @validate_untracked_cache], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @validate_untracked_cache(ptr noundef %0, i32 noundef %1, ptr noundef readonly %2) #0 { %4 = getelementptr inbounds %struct.dir_struct, ptr %0, i64 0, i32 3 %5 = load ptr, ptr %4, align 8, !tbaa !5 %6 = icmp eq ptr %5, null br i1 %6, label %105, label %7 7: ; preds = %3 %8 = load i32, ptr @validate_untracked_cache.untracked_cache_disabled, align 4, !tbaa !14 %9 = icmp slt i32 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %7 %11 = tail call i32 @git_env_bool(ptr noundef nonnull @.str, i32 noundef 0) #2 store i32 %11, ptr @validate_untracked_cache.untracked_cache_disabled, align 4, !tbaa !14 br label %12 12: ; preds = %10, %7 %13 = phi i32 [ %11, %10 ], [ %8, %7 ] %14 = icmp eq i32 %13, 0 br i1 %14, label %15, label %105 15: ; preds = %12 %16 = getelementptr inbounds %struct.dir_struct, ptr %0, i64 0, i32 6 %17 = load i64, ptr %16, align 8, !tbaa !15 %18 = icmp eq i64 %17, 0 %19 = icmp eq i32 %1, 0 %20 = and i1 %19, %18 br i1 %20, label %21, label %105 21: ; preds = %15 %22 = icmp eq ptr %2, null br i1 %22, label %26, label %23 23: ; preds = %21 %24 = load i64, ptr %2, align 8, !tbaa !16 %25 = icmp eq i64 %24, 0 br i1 %25, label %26, label %105 26: ; preds = %23, %21 %27 = load i32, ptr %0, align 8, !tbaa !18 %28 = load ptr, ptr %4, align 8, !tbaa !5 %29 = load i32, ptr %28, align 8, !tbaa !19 %30 = icmp eq i32 %27, %29 br i1 %30, label %31, label %105 31: ; preds = %26 %32 = load i32, ptr @DIR_SHOW_OTHER_DIRECTORIES, align 4, !tbaa !14 %33 = and i32 %32, %27 %34 = icmp eq i32 %33, 0 br i1 %34, label %105, label %35 35: ; preds = %31 %36 = load i32, ptr @DIR_SHOW_IGNORED, align 4, !tbaa !14 %37 = load i32, ptr @DIR_SHOW_IGNORED_TOO, align 4, !tbaa !14 %38 = or i32 %37, %36 %39 = load i32, ptr @DIR_COLLECT_IGNORED, align 4, !tbaa !14 %40 = or i32 %38, %39 %41 = and i32 %40, %27 %42 = icmp eq i32 %41, 0 br i1 %42, label %43, label %105 43: ; preds = %35 %44 = getelementptr inbounds %struct.dir_struct, ptr %0, i64 0, i32 1 %45 = load i64, ptr %44, align 8, !tbaa !21 %46 = getelementptr inbounds %struct.TYPE_9__, ptr %28, i64 0, i32 1 %47 = load i64, ptr %46, align 8, !tbaa !22 %48 = icmp eq i64 %45, %47 br i1 %48, label %52, label %49 49: ; preds = %43 %50 = tail call i64 @strcmp(i64 noundef %45, i64 noundef %47) #2 %51 = icmp eq i64 %50, 0 br i1 %51, label %52, label %105 52: ; preds = %49, %43 %53 = getelementptr inbounds %struct.dir_struct, ptr %0, i64 0, i32 5 %54 = load ptr, ptr %53, align 8, !tbaa !23 %55 = load i64, ptr @EXC_CMDL, align 8, !tbaa !24 %56 = getelementptr inbounds %struct.TYPE_6__, ptr %54, i64 %55 %57 = load i64, ptr %56, align 8, !tbaa !25 %58 = icmp eq i64 %57, 0 br i1 %58, label %59, label %105 59: ; preds = %52 %60 = load ptr, ptr %4, align 8, !tbaa !5 %61 = tail call i32 @ident_in_untracked(ptr noundef %60) #2 %62 = icmp eq i32 %61, 0 br i1 %62, label %63, label %66 63: ; preds = %59 %64 = tail call i32 @_(ptr noundef nonnull @.str.1) #2 %65 = tail call i32 @warning(i32 noundef %64) #2 br label %105 66: ; preds = %59 %67 = load ptr, ptr %4, align 8, !tbaa !5 %68 = getelementptr inbounds %struct.TYPE_9__, ptr %67, i64 0, i32 4 %69 = load ptr, ptr %68, align 8, !tbaa !27 %70 = icmp eq ptr %69, null br i1 %70, label %71, label %79 71: ; preds = %66 %72 = tail call ptr @xmalloc(i32 noundef 4) #2 %73 = load ptr, ptr %4, align 8, !tbaa !5 %74 = getelementptr inbounds %struct.TYPE_9__, ptr %73, i64 0, i32 4 store ptr %72, ptr %74, align 8, !tbaa !27 %75 = tail call i32 @memset(ptr noundef %72, i32 noundef 0, i32 noundef 4) #2 %76 = load ptr, ptr %4, align 8, !tbaa !5 %77 = getelementptr inbounds %struct.TYPE_9__, ptr %76, i64 0, i32 4 %78 = load ptr, ptr %77, align 8, !tbaa !27 br label %79 79: ; preds = %71, %66 %80 = phi ptr [ %78, %71 ], [ %69, %66 ] %81 = phi ptr [ %76, %71 ], [ %67, %66 ] %82 = getelementptr inbounds %struct.dir_struct, ptr %0, i64 0, i32 4 %83 = getelementptr inbounds %struct.TYPE_9__, ptr %81, i64 0, i32 3 %84 = tail call i32 @oideq(ptr noundef nonnull %82, ptr noundef nonnull %83) #2 %85 = icmp eq i32 %84, 0 %86 = load ptr, ptr %4, align 8, !tbaa !5 br i1 %85, label %87, label %92 87: ; preds = %79 %88 = tail call i32 @invalidate_gitignore(ptr noundef %86, ptr noundef %80) #2 %89 = load ptr, ptr %4, align 8, !tbaa !5 %90 = getelementptr inbounds %struct.TYPE_9__, ptr %89, i64 0, i32 3 %91 = load i32, ptr %82, align 8, !tbaa !14 store i32 %91, ptr %90, align 4, !tbaa !14 br label %92 92: ; preds = %87, %79 %93 = phi ptr [ %89, %87 ], [ %86, %79 ] %94 = getelementptr inbounds %struct.dir_struct, ptr %0, i64 0, i32 2 %95 = getelementptr inbounds %struct.TYPE_9__, ptr %93, i64 0, i32 2 %96 = tail call i32 @oideq(ptr noundef nonnull %94, ptr noundef nonnull %95) #2 %97 = icmp eq i32 %96, 0 br i1 %97, label %98, label %104 98: ; preds = %92 %99 = load ptr, ptr %4, align 8, !tbaa !5 %100 = tail call i32 @invalidate_gitignore(ptr noundef %99, ptr noundef %80) #2 %101 = load ptr, ptr %4, align 8, !tbaa !5 %102 = getelementptr inbounds %struct.TYPE_9__, ptr %101, i64 0, i32 2 %103 = load i32, ptr %94, align 8, !tbaa !14 store i32 %103, ptr %102, align 8, !tbaa !14 br label %104 104: ; preds = %98, %92 store i32 1, ptr %80, align 4, !tbaa !28 br label %105 105: ; preds = %52, %49, %26, %31, %35, %23, %15, %12, %3, %104, %63 %106 = phi ptr [ %80, %104 ], [ null, %63 ], [ null, %3 ], [ null, %12 ], [ null, %15 ], [ null, %23 ], [ null, %35 ], [ null, %31 ], [ null, %26 ], [ null, %49 ], [ null, %52 ] ret ptr %106 } declare i32 @git_env_bool(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @strcmp(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @ident_in_untracked(ptr noundef) local_unnamed_addr #1 declare i32 @warning(i32 noundef) local_unnamed_addr #1 declare i32 @_(ptr noundef) local_unnamed_addr #1 declare ptr @xmalloc(i32 noundef) local_unnamed_addr #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @oideq(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @invalidate_gitignore(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !12, i64 24} !6 = !{!"dir_struct", !7, i64 0, !10, i64 8, !11, i64 16, !12, i64 24, !13, i64 32, !12, i64 40, !10, i64 48} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!"TYPE_8__", !7, i64 0} !12 = !{!"any pointer", !8, i64 0} !13 = !{!"TYPE_7__", !7, i64 0} !14 = !{!7, !7, i64 0} !15 = !{!6, !10, i64 48} !16 = !{!17, !10, i64 0} !17 = !{!"pathspec", !10, i64 0} !18 = !{!6, !7, i64 0} !19 = !{!20, !7, i64 0} !20 = !{!"TYPE_9__", !7, i64 0, !10, i64 8, !11, i64 16, !13, i64 20, !12, i64 24} !21 = !{!6, !10, i64 8} !22 = !{!20, !10, i64 8} !23 = !{!6, !12, i64 40} !24 = !{!10, !10, i64 0} !25 = !{!26, !10, i64 0} !26 = !{!"TYPE_6__", !10, i64 0} !27 = !{!20, !12, i64 24} !28 = !{!29, !7, i64 0} !29 = !{!"untracked_cache_dir", !7, i64 0}
; ModuleID = 'AnghaBench/git/extr_dir.c_validate_untracked_cache.c' source_filename = "AnghaBench/git/extr_dir.c_validate_untracked_cache.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_6__ = type { i64 } @validate_untracked_cache.untracked_cache_disabled = internal unnamed_addr global i32 -1, align 4 @.str = private unnamed_addr constant [28 x i8] c"GIT_DISABLE_UNTRACKED_CACHE\00", align 1 @DIR_SHOW_OTHER_DIRECTORIES = common local_unnamed_addr global i32 0, align 4 @DIR_SHOW_IGNORED = common local_unnamed_addr global i32 0, align 4 @DIR_SHOW_IGNORED_TOO = common local_unnamed_addr global i32 0, align 4 @DIR_COLLECT_IGNORED = common local_unnamed_addr global i32 0, align 4 @EXC_CMDL = common local_unnamed_addr global i64 0, align 8 @.str.1 = private unnamed_addr constant [55 x i8] c"untracked cache is disabled on this system or location\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @validate_untracked_cache], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @validate_untracked_cache(ptr noundef %0, i32 noundef %1, ptr noundef readonly %2) #0 { %4 = getelementptr inbounds i8, ptr %0, i64 24 %5 = load ptr, ptr %4, align 8, !tbaa !6 %6 = icmp eq ptr %5, null br i1 %6, label %105, label %7 7: ; preds = %3 %8 = load i32, ptr @validate_untracked_cache.untracked_cache_disabled, align 4, !tbaa !15 %9 = icmp slt i32 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %7 %11 = tail call i32 @git_env_bool(ptr noundef nonnull @.str, i32 noundef 0) #2 store i32 %11, ptr @validate_untracked_cache.untracked_cache_disabled, align 4, !tbaa !15 br label %12 12: ; preds = %10, %7 %13 = phi i32 [ %11, %10 ], [ %8, %7 ] %14 = icmp eq i32 %13, 0 br i1 %14, label %15, label %105 15: ; preds = %12 %16 = getelementptr inbounds i8, ptr %0, i64 48 %17 = load i64, ptr %16, align 8, !tbaa !16 %18 = icmp eq i64 %17, 0 %19 = icmp eq i32 %1, 0 %20 = and i1 %19, %18 br i1 %20, label %21, label %105 21: ; preds = %15 %22 = icmp eq ptr %2, null br i1 %22, label %26, label %23 23: ; preds = %21 %24 = load i64, ptr %2, align 8, !tbaa !17 %25 = icmp eq i64 %24, 0 br i1 %25, label %26, label %105 26: ; preds = %23, %21 %27 = load i32, ptr %0, align 8, !tbaa !19 %28 = load ptr, ptr %4, align 8, !tbaa !6 %29 = load i32, ptr %28, align 8, !tbaa !20 %30 = icmp eq i32 %27, %29 br i1 %30, label %31, label %105 31: ; preds = %26 %32 = load i32, ptr @DIR_SHOW_OTHER_DIRECTORIES, align 4, !tbaa !15 %33 = and i32 %32, %27 %34 = icmp eq i32 %33, 0 br i1 %34, label %105, label %35 35: ; preds = %31 %36 = load i32, ptr @DIR_SHOW_IGNORED, align 4, !tbaa !15 %37 = load i32, ptr @DIR_SHOW_IGNORED_TOO, align 4, !tbaa !15 %38 = or i32 %37, %36 %39 = load i32, ptr @DIR_COLLECT_IGNORED, align 4, !tbaa !15 %40 = or i32 %38, %39 %41 = and i32 %40, %27 %42 = icmp eq i32 %41, 0 br i1 %42, label %43, label %105 43: ; preds = %35 %44 = getelementptr inbounds i8, ptr %0, i64 8 %45 = load i64, ptr %44, align 8, !tbaa !22 %46 = getelementptr inbounds i8, ptr %28, i64 8 %47 = load i64, ptr %46, align 8, !tbaa !23 %48 = icmp eq i64 %45, %47 br i1 %48, label %52, label %49 49: ; preds = %43 %50 = tail call i64 @strcmp(i64 noundef %45, i64 noundef %47) #2 %51 = icmp eq i64 %50, 0 br i1 %51, label %52, label %105 52: ; preds = %49, %43 %53 = getelementptr inbounds i8, ptr %0, i64 40 %54 = load ptr, ptr %53, align 8, !tbaa !24 %55 = load i64, ptr @EXC_CMDL, align 8, !tbaa !25 %56 = getelementptr inbounds %struct.TYPE_6__, ptr %54, i64 %55 %57 = load i64, ptr %56, align 8, !tbaa !26 %58 = icmp eq i64 %57, 0 br i1 %58, label %59, label %105 59: ; preds = %52 %60 = load ptr, ptr %4, align 8, !tbaa !6 %61 = tail call i32 @ident_in_untracked(ptr noundef %60) #2 %62 = icmp eq i32 %61, 0 br i1 %62, label %63, label %66 63: ; preds = %59 %64 = tail call i32 @_(ptr noundef nonnull @.str.1) #2 %65 = tail call i32 @warning(i32 noundef %64) #2 br label %105 66: ; preds = %59 %67 = load ptr, ptr %4, align 8, !tbaa !6 %68 = getelementptr inbounds i8, ptr %67, i64 24 %69 = load ptr, ptr %68, align 8, !tbaa !28 %70 = icmp eq ptr %69, null br i1 %70, label %71, label %79 71: ; preds = %66 %72 = tail call ptr @xmalloc(i32 noundef 4) #2 %73 = load ptr, ptr %4, align 8, !tbaa !6 %74 = getelementptr inbounds i8, ptr %73, i64 24 store ptr %72, ptr %74, align 8, !tbaa !28 %75 = tail call i32 @memset(ptr noundef %72, i32 noundef 0, i32 noundef 4) #2 %76 = load ptr, ptr %4, align 8, !tbaa !6 %77 = getelementptr inbounds i8, ptr %76, i64 24 %78 = load ptr, ptr %77, align 8, !tbaa !28 br label %79 79: ; preds = %71, %66 %80 = phi ptr [ %78, %71 ], [ %69, %66 ] %81 = phi ptr [ %76, %71 ], [ %67, %66 ] %82 = getelementptr inbounds i8, ptr %0, i64 32 %83 = getelementptr inbounds i8, ptr %81, i64 20 %84 = tail call i32 @oideq(ptr noundef nonnull %82, ptr noundef nonnull %83) #2 %85 = icmp eq i32 %84, 0 %86 = load ptr, ptr %4, align 8, !tbaa !6 br i1 %85, label %87, label %92 87: ; preds = %79 %88 = tail call i32 @invalidate_gitignore(ptr noundef %86, ptr noundef %80) #2 %89 = load ptr, ptr %4, align 8, !tbaa !6 %90 = getelementptr inbounds i8, ptr %89, i64 20 %91 = load i32, ptr %82, align 8, !tbaa !15 store i32 %91, ptr %90, align 4, !tbaa !15 br label %92 92: ; preds = %87, %79 %93 = phi ptr [ %89, %87 ], [ %86, %79 ] %94 = getelementptr inbounds i8, ptr %0, i64 16 %95 = getelementptr inbounds i8, ptr %93, i64 16 %96 = tail call i32 @oideq(ptr noundef nonnull %94, ptr noundef nonnull %95) #2 %97 = icmp eq i32 %96, 0 br i1 %97, label %98, label %104 98: ; preds = %92 %99 = load ptr, ptr %4, align 8, !tbaa !6 %100 = tail call i32 @invalidate_gitignore(ptr noundef %99, ptr noundef %80) #2 %101 = load ptr, ptr %4, align 8, !tbaa !6 %102 = getelementptr inbounds i8, ptr %101, i64 16 %103 = load i32, ptr %94, align 8, !tbaa !15 store i32 %103, ptr %102, align 8, !tbaa !15 br label %104 104: ; preds = %98, %92 store i32 1, ptr %80, align 4, !tbaa !29 br label %105 105: ; preds = %52, %49, %26, %31, %35, %23, %15, %12, %3, %104, %63 %106 = phi ptr [ %80, %104 ], [ null, %63 ], [ null, %3 ], [ null, %12 ], [ null, %15 ], [ null, %23 ], [ null, %35 ], [ null, %31 ], [ null, %26 ], [ null, %49 ], [ null, %52 ] ret ptr %106 } declare i32 @git_env_bool(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @strcmp(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @ident_in_untracked(ptr noundef) local_unnamed_addr #1 declare i32 @warning(i32 noundef) local_unnamed_addr #1 declare i32 @_(ptr noundef) local_unnamed_addr #1 declare ptr @xmalloc(i32 noundef) local_unnamed_addr #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @oideq(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @invalidate_gitignore(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !13, i64 24} !7 = !{!"dir_struct", !8, i64 0, !11, i64 8, !12, i64 16, !13, i64 24, !14, i64 32, !13, i64 40, !11, i64 48} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!"TYPE_8__", !8, i64 0} !13 = !{!"any pointer", !9, i64 0} !14 = !{!"TYPE_7__", !8, i64 0} !15 = !{!8, !8, i64 0} !16 = !{!7, !11, i64 48} !17 = !{!18, !11, i64 0} !18 = !{!"pathspec", !11, i64 0} !19 = !{!7, !8, i64 0} !20 = !{!21, !8, i64 0} !21 = !{!"TYPE_9__", !8, i64 0, !11, i64 8, !12, i64 16, !14, i64 20, !13, i64 24} !22 = !{!7, !11, i64 8} !23 = !{!21, !11, i64 8} !24 = !{!7, !13, i64 40} !25 = !{!11, !11, i64 0} !26 = !{!27, !11, i64 0} !27 = !{!"TYPE_6__", !11, i64 0} !28 = !{!21, !13, i64 24} !29 = !{!30, !8, i64 0} !30 = !{!"untracked_cache_dir", !8, i64 0}
git_extr_dir.c_validate_untracked_cache
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/extr_gf100.c_gf100_gr_wait_idle.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/extr_gf100.c_gf100_gr_wait_idle.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @jiffies = dso_local local_unnamed_addr global i64 0, align 8 @.str = private unnamed_addr constant [53 x i8] c"wait for idle timeout (en: %d, ctxsw: %d, busy: %d)\0A\00", align 1 @EAGAIN = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @gf100_gr_wait_idle(ptr noundef %0) local_unnamed_addr #0 { %2 = load ptr, ptr %0, align 8, !tbaa !5 %3 = load i64, ptr @jiffies, align 8, !tbaa !10 %4 = tail call i64 @msecs_to_jiffies(i32 noundef 2000) #2 %5 = add i64 %4, %3 br label %6 6: ; preds = %19, %1 %7 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 4196096) #2 %8 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 512) #2 %9 = and i32 %8, 4096 %10 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 9792) #2 %11 = and i32 %10, 32768 %12 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 4195852) #2 %13 = and i32 %12, 1 %14 = icmp eq i32 %9, 0 br i1 %14, label %27, label %15 15: ; preds = %6 %16 = icmp ne i32 %13, 0 %17 = icmp ne i32 %11, 0 %18 = select i1 %16, i1 true, i1 %17 br i1 %18, label %19, label %27 19: ; preds = %15 %20 = load i64, ptr @jiffies, align 8, !tbaa !10 %21 = tail call i64 @time_before(i64 noundef %20, i64 noundef %5) #2 %22 = icmp eq i64 %21, 0 br i1 %22, label %23, label %6, !llvm.loop !12 23: ; preds = %19 %24 = tail call i32 @nvkm_error(ptr noundef nonnull %0, ptr noundef nonnull @.str, i32 noundef %9, i32 noundef %11, i32 noundef %13) #2 %25 = load i32, ptr @EAGAIN, align 4, !tbaa !14 %26 = sub nsw i32 0, %25 br label %27 27: ; preds = %6, %15, %23 %28 = phi i32 [ %26, %23 ], [ 0, %15 ], [ 0, %6 ] ret i32 %28 } declare i64 @msecs_to_jiffies(i32 noundef) local_unnamed_addr #1 declare i32 @nvkm_rd32(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @time_before(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @nvkm_error(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"nvkm_subdev", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"long", !8, i64 0} !12 = distinct !{!12, !13} !13 = !{!"llvm.loop.mustprogress"} !14 = !{!15, !15, i64 0} !15 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/extr_gf100.c_gf100_gr_wait_idle.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/extr_gf100.c_gf100_gr_wait_idle.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @jiffies = common local_unnamed_addr global i64 0, align 8 @.str = private unnamed_addr constant [53 x i8] c"wait for idle timeout (en: %d, ctxsw: %d, busy: %d)\0A\00", align 1 @EAGAIN = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define range(i32 -2147483647, -2147483648) i32 @gf100_gr_wait_idle(ptr noundef %0) local_unnamed_addr #0 { %2 = load ptr, ptr %0, align 8, !tbaa !6 %3 = load i64, ptr @jiffies, align 8, !tbaa !11 %4 = tail call i64 @msecs_to_jiffies(i32 noundef 2000) #2 %5 = add i64 %4, %3 br label %6 6: ; preds = %19, %1 %7 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 4196096) #2 %8 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 512) #2 %9 = and i32 %8, 4096 %10 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 9792) #2 %11 = and i32 %10, 32768 %12 = tail call i32 @nvkm_rd32(ptr noundef %2, i32 noundef 4195852) #2 %13 = and i32 %12, 1 %14 = icmp eq i32 %9, 0 br i1 %14, label %27, label %15 15: ; preds = %6 %16 = icmp ne i32 %13, 0 %17 = icmp ne i32 %11, 0 %18 = select i1 %16, i1 true, i1 %17 br i1 %18, label %19, label %27 19: ; preds = %15 %20 = load i64, ptr @jiffies, align 8, !tbaa !11 %21 = tail call i64 @time_before(i64 noundef %20, i64 noundef %5) #2 %22 = icmp eq i64 %21, 0 br i1 %22, label %23, label %6, !llvm.loop !13 23: ; preds = %19 %24 = tail call i32 @nvkm_error(ptr noundef nonnull %0, ptr noundef nonnull @.str, i32 noundef %9, i32 noundef %11, i32 noundef %13) #2 %25 = load i32, ptr @EAGAIN, align 4, !tbaa !15 %26 = sub nsw i32 0, %25 br label %27 27: ; preds = %6, %15, %23 %28 = phi i32 [ %26, %23 ], [ 0, %15 ], [ 0, %6 ] ret i32 %28 } declare i64 @msecs_to_jiffies(i32 noundef) local_unnamed_addr #1 declare i32 @nvkm_rd32(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @time_before(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @nvkm_error(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"nvkm_subdev", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !12, i64 0} !12 = !{!"long", !9, i64 0} !13 = distinct !{!13, !14} !14 = !{!"llvm.loop.mustprogress"} !15 = !{!16, !16, i64 0} !16 = !{!"int", !9, i64 0}
linux_drivers_gpu_drm_nouveau_nvkm_engine_gr_extr_gf100.c_gf100_gr_wait_idle
; ModuleID = 'AnghaBench/freebsd/contrib/gdb/gdb/extr_gdbarch.c_set_gdbarch_deprecated_max_register_raw_size.c' source_filename = "AnghaBench/freebsd/contrib/gdb/gdb/extr_gdbarch.c_set_gdbarch_deprecated_max_register_raw_size.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) uwtable define dso_local void @set_gdbarch_deprecated_max_register_raw_size(ptr nocapture noundef writeonly %0, i32 noundef %1) local_unnamed_addr #0 { store i32 %1, ptr %0, align 4, !tbaa !5 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"gdbarch", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/contrib/gdb/gdb/extr_gdbarch.c_set_gdbarch_deprecated_max_register_raw_size.c' source_filename = "AnghaBench/freebsd/contrib/gdb/gdb/extr_gdbarch.c_set_gdbarch_deprecated_max_register_raw_size.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: write) uwtable(sync) define void @set_gdbarch_deprecated_max_register_raw_size(ptr nocapture noundef writeonly %0, i32 noundef %1) local_unnamed_addr #0 { store i32 %1, ptr %0, align 4, !tbaa !6 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: write) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"gdbarch", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_gdb_gdb_extr_gdbarch.c_set_gdbarch_deprecated_max_register_raw_size
; ModuleID = 'AnghaBench/freebsd/contrib/gdb/gdb/extr_procfs.c_do_destroy_procinfo_cleanup.c' source_filename = "AnghaBench/freebsd/contrib/gdb/gdb/extr_procfs.c_do_destroy_procinfo_cleanup.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @do_destroy_procinfo_cleanup], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @do_destroy_procinfo_cleanup(ptr noundef %0) #0 { %2 = tail call i32 @destroy_procinfo(ptr noundef %0) #2 ret void } declare i32 @destroy_procinfo(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/freebsd/contrib/gdb/gdb/extr_procfs.c_do_destroy_procinfo_cleanup.c' source_filename = "AnghaBench/freebsd/contrib/gdb/gdb/extr_procfs.c_do_destroy_procinfo_cleanup.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @do_destroy_procinfo_cleanup], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @do_destroy_procinfo_cleanup(ptr noundef %0) #0 { %2 = tail call i32 @destroy_procinfo(ptr noundef %0) #2 ret void } declare i32 @destroy_procinfo(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
freebsd_contrib_gdb_gdb_extr_procfs.c_do_destroy_procinfo_cleanup
; ModuleID = 'AnghaBench/skynet/3rd/lua/extr_loadlib.c_checkclib.c' source_filename = "AnghaBench/skynet/3rd/lua/extr_loadlib.c_checkclib.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @LUA_REGISTRYINDEX = dso_local local_unnamed_addr global i32 0, align 4 @CLIBS = dso_local global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @checkclib], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @checkclib(ptr noundef %0, ptr noundef %1) #0 { %3 = load i32, ptr @LUA_REGISTRYINDEX, align 4, !tbaa !5 %4 = tail call i32 @lua_rawgetp(ptr noundef %0, i32 noundef %3, ptr noundef nonnull @CLIBS) #2 %5 = tail call i32 @lua_getfield(ptr noundef %0, i32 noundef -1, ptr noundef %1) #2 %6 = tail call ptr @lua_touserdata(ptr noundef %0, i32 noundef -1) #2 %7 = tail call i32 @lua_pop(ptr noundef %0, i32 noundef 2) #2 ret ptr %6 } declare i32 @lua_rawgetp(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @lua_getfield(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare ptr @lua_touserdata(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @lua_pop(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/skynet/3rd/lua/extr_loadlib.c_checkclib.c' source_filename = "AnghaBench/skynet/3rd/lua/extr_loadlib.c_checkclib.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @LUA_REGISTRYINDEX = common local_unnamed_addr global i32 0, align 4 @CLIBS = common global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @checkclib], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @checkclib(ptr noundef %0, ptr noundef %1) #0 { %3 = load i32, ptr @LUA_REGISTRYINDEX, align 4, !tbaa !6 %4 = tail call i32 @lua_rawgetp(ptr noundef %0, i32 noundef %3, ptr noundef nonnull @CLIBS) #2 %5 = tail call i32 @lua_getfield(ptr noundef %0, i32 noundef -1, ptr noundef %1) #2 %6 = tail call ptr @lua_touserdata(ptr noundef %0, i32 noundef -1) #2 %7 = tail call i32 @lua_pop(ptr noundef %0, i32 noundef 2) #2 ret ptr %6 } declare i32 @lua_rawgetp(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @lua_getfield(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare ptr @lua_touserdata(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @lua_pop(ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
skynet_3rd_lua_extr_loadlib.c_checkclib
; ModuleID = 'AnghaBench/linux/net/ipv6/extr_..bridgebr_private.h_br_sysfs_addif.c' source_filename = "AnghaBench/linux/net/ipv6/extr_..bridgebr_private.h_br_sysfs_addif.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @br_sysfs_addif], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noundef i32 @br_sysfs_addif(ptr nocapture readnone %0) #0 { ret i32 0 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/net/ipv6/extr_..bridgebr_private.h_br_sysfs_addif.c' source_filename = "AnghaBench/linux/net/ipv6/extr_..bridgebr_private.h_br_sysfs_addif.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @br_sysfs_addif], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noundef i32 @br_sysfs_addif(ptr nocapture readnone %0) #0 { ret i32 0 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_net_ipv6_extr_..bridgebr_private.h_br_sysfs_addif
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/gspca/extr_zc3xx.c_sd_get_jcomp.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/gspca/extr_zc3xx.c_sd_get_jcomp.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.v4l2_jpegcompression = type { i32, i32 } @V4L2_JPEG_MARKER_DHT = dso_local local_unnamed_addr global i32 0, align 4 @V4L2_JPEG_MARKER_DQT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @sd_get_jcomp], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @sd_get_jcomp(ptr nocapture noundef readonly %0, ptr noundef %1) #0 { %3 = tail call i32 @memset(ptr noundef %1, i32 noundef 0, i32 noundef 8) #2 %4 = load i32, ptr %0, align 4, !tbaa !5 %5 = getelementptr inbounds %struct.v4l2_jpegcompression, ptr %1, i64 0, i32 1 store i32 %4, ptr %5, align 4, !tbaa !10 %6 = load i32, ptr @V4L2_JPEG_MARKER_DHT, align 4, !tbaa !12 %7 = load i32, ptr @V4L2_JPEG_MARKER_DQT, align 4, !tbaa !12 %8 = or i32 %7, %6 store i32 %8, ptr %1, align 4, !tbaa !13 ret i32 0 } declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"sd", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 4} !11 = !{!"v4l2_jpegcompression", !7, i64 0, !7, i64 4} !12 = !{!7, !7, i64 0} !13 = !{!11, !7, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/gspca/extr_zc3xx.c_sd_get_jcomp.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/gspca/extr_zc3xx.c_sd_get_jcomp.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @V4L2_JPEG_MARKER_DHT = common local_unnamed_addr global i32 0, align 4 @V4L2_JPEG_MARKER_DQT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @sd_get_jcomp], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @sd_get_jcomp(ptr nocapture noundef readonly %0, ptr noundef %1) #0 { %3 = tail call i32 @memset(ptr noundef %1, i32 noundef 0, i32 noundef 8) #2 %4 = load i32, ptr %0, align 4, !tbaa !6 %5 = getelementptr inbounds i8, ptr %1, i64 4 store i32 %4, ptr %5, align 4, !tbaa !11 %6 = load i32, ptr @V4L2_JPEG_MARKER_DHT, align 4, !tbaa !13 %7 = load i32, ptr @V4L2_JPEG_MARKER_DQT, align 4, !tbaa !13 %8 = or i32 %7, %6 store i32 %8, ptr %1, align 4, !tbaa !14 ret i32 0 } declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"sd", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !8, i64 4} !12 = !{!"v4l2_jpegcompression", !8, i64 0, !8, i64 4} !13 = !{!8, !8, i64 0} !14 = !{!12, !8, i64 0}
fastsocket_kernel_drivers_media_video_gspca_extr_zc3xx.c_sd_get_jcomp
; ModuleID = 'AnghaBench/freebsd/sys/dev/qlxge/extr_qls_dump.c_qls_unpause_mpi_risc.c' source_filename = "AnghaBench/freebsd/sys/dev/qlxge/extr_qls_dump.c_qls_unpause_mpi_risc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @Q81_CTL_HOST_CMD_STATUS = dso_local local_unnamed_addr global i32 0, align 4 @Q81_CTL_HCS_RISC_PAUSED = dso_local local_unnamed_addr global i32 0, align 4 @Q81_CTL_HCS_CMD_CLR_RISC_PAUSE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @qls_unpause_mpi_risc], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @qls_unpause_mpi_risc(ptr noundef %0) #0 { %2 = load i32, ptr @Q81_CTL_HOST_CMD_STATUS, align 4, !tbaa !5 %3 = tail call i32 @READ_REG32(ptr noundef %0, i32 noundef %2) #2 %4 = load i32, ptr @Q81_CTL_HCS_RISC_PAUSED, align 4, !tbaa !5 %5 = and i32 %4, %3 %6 = icmp eq i32 %5, 0 br i1 %6, label %11, label %7 7: ; preds = %1 %8 = load i32, ptr @Q81_CTL_HOST_CMD_STATUS, align 4, !tbaa !5 %9 = load i32, ptr @Q81_CTL_HCS_CMD_CLR_RISC_PAUSE, align 4, !tbaa !5 %10 = tail call i32 @WRITE_REG32(ptr noundef %0, i32 noundef %8, i32 noundef %9) #2 br label %11 11: ; preds = %1, %7 %12 = phi i32 [ 0, %7 ], [ -1, %1 ] ret i32 %12 } declare i32 @READ_REG32(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @WRITE_REG32(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/sys/dev/qlxge/extr_qls_dump.c_qls_unpause_mpi_risc.c' source_filename = "AnghaBench/freebsd/sys/dev/qlxge/extr_qls_dump.c_qls_unpause_mpi_risc.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @Q81_CTL_HOST_CMD_STATUS = common local_unnamed_addr global i32 0, align 4 @Q81_CTL_HCS_RISC_PAUSED = common local_unnamed_addr global i32 0, align 4 @Q81_CTL_HCS_CMD_CLR_RISC_PAUSE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @qls_unpause_mpi_risc], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -1, 1) i32 @qls_unpause_mpi_risc(ptr noundef %0) #0 { %2 = load i32, ptr @Q81_CTL_HOST_CMD_STATUS, align 4, !tbaa !6 %3 = tail call i32 @READ_REG32(ptr noundef %0, i32 noundef %2) #2 %4 = load i32, ptr @Q81_CTL_HCS_RISC_PAUSED, align 4, !tbaa !6 %5 = and i32 %4, %3 %6 = icmp eq i32 %5, 0 br i1 %6, label %11, label %7 7: ; preds = %1 %8 = load i32, ptr @Q81_CTL_HOST_CMD_STATUS, align 4, !tbaa !6 %9 = load i32, ptr @Q81_CTL_HCS_CMD_CLR_RISC_PAUSE, align 4, !tbaa !6 %10 = tail call i32 @WRITE_REG32(ptr noundef %0, i32 noundef %8, i32 noundef %9) #2 br label %11 11: ; preds = %1, %7 %12 = phi i32 [ 0, %7 ], [ -1, %1 ] ret i32 %12 } declare i32 @READ_REG32(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @WRITE_REG32(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_sys_dev_qlxge_extr_qls_dump.c_qls_unpause_mpi_risc
; ModuleID = 'AnghaBench/linux/security/selinux/extr_hooks.c_selinux_secmark_enabled.c' source_filename = "AnghaBench/linux/security/selinux/extr_hooks.c_selinux_secmark_enabled.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @selinux_secmark_refcount = dso_local global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @selinux_secmark_enabled], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @selinux_secmark_enabled() #0 { %1 = tail call i64 (...) @selinux_policycap_alwaysnetwork() #2 %2 = icmp eq i64 %1, 0 br i1 %2, label %3, label %7 3: ; preds = %0 %4 = tail call i64 @atomic_read(ptr noundef nonnull @selinux_secmark_refcount) #2 %5 = icmp ne i64 %4, 0 %6 = zext i1 %5 to i32 br label %7 7: ; preds = %3, %0 %8 = phi i32 [ 1, %0 ], [ %6, %3 ] ret i32 %8 } declare i64 @selinux_policycap_alwaysnetwork(...) local_unnamed_addr #1 declare i64 @atomic_read(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/security/selinux/extr_hooks.c_selinux_secmark_enabled.c' source_filename = "AnghaBench/linux/security/selinux/extr_hooks.c_selinux_secmark_enabled.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @selinux_secmark_refcount = common global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @selinux_secmark_enabled], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 0, 2) i32 @selinux_secmark_enabled() #0 { %1 = tail call i64 @selinux_policycap_alwaysnetwork() #2 %2 = icmp eq i64 %1, 0 br i1 %2, label %3, label %7 3: ; preds = %0 %4 = tail call i64 @atomic_read(ptr noundef nonnull @selinux_secmark_refcount) #2 %5 = icmp ne i64 %4, 0 %6 = zext i1 %5 to i32 br label %7 7: ; preds = %3, %0 %8 = phi i32 [ 1, %0 ], [ %6, %3 ] ret i32 %8 } declare i64 @selinux_policycap_alwaysnetwork(...) local_unnamed_addr #1 declare i64 @atomic_read(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_security_selinux_extr_hooks.c_selinux_secmark_enabled
; ModuleID = 'AnghaBench/goaccess/src/extr_gdashboard.c_set_max_cumts_len.c' source_filename = "AnghaBench/goaccess/src/extr_gdashboard.c_set_max_cumts_len.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_12__ = type { i32 } @conf = dso_local local_unnamed_addr global %struct.TYPE_12__ zeroinitializer, align 4 @MTRC_AVGTS_LBL = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @set_max_cumts_len], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @set_max_cumts_len(ptr nocapture noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = load i32, ptr @conf, align 4, !tbaa !5 %4 = icmp eq i32 %3, 0 br i1 %4, label %20, label %5 5: ; preds = %2 %6 = load ptr, ptr %1, align 8, !tbaa !10 %7 = load i32, ptr %6, align 4, !tbaa !13 %8 = icmp eq i32 %7, 0 br i1 %8, label %20, label %9 9: ; preds = %5 %10 = tail call i32 @strlen(i32 noundef %7) #3 %11 = load i32, ptr @MTRC_AVGTS_LBL, align 4, !tbaa !16 %12 = tail call i32 @strlen(i32 noundef %11) #3 %13 = load i32, ptr %0, align 4, !tbaa !17 %14 = icmp sgt i32 %10, %13 %15 = tail call i32 @llvm.smax.i32(i32 %10, i32 %13) %16 = icmp sgt i32 %12, %15 %17 = or i1 %14, %16 br i1 %17, label %18, label %20 18: ; preds = %9 %19 = tail call i32 @llvm.smax.i32(i32 %12, i32 %15) store i32 %19, ptr %0, align 4, !tbaa !17 br label %20 20: ; preds = %18, %9, %2, %5 ret void } declare i32 @strlen(i32 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smax.i32(i32, i32) #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_12__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"TYPE_11__", !12, i64 0} !12 = !{!"any pointer", !8, i64 0} !13 = !{!14, !7, i64 0} !14 = !{!"TYPE_8__", !15, i64 0} !15 = !{!"TYPE_9__", !7, i64 0} !16 = !{!7, !7, i64 0} !17 = !{!18, !7, i64 0} !18 = !{!"TYPE_10__", !7, i64 0}
; ModuleID = 'AnghaBench/goaccess/src/extr_gdashboard.c_set_max_cumts_len.c' source_filename = "AnghaBench/goaccess/src/extr_gdashboard.c_set_max_cumts_len.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_12__ = type { i32 } @conf = common local_unnamed_addr global %struct.TYPE_12__ zeroinitializer, align 4 @MTRC_AVGTS_LBL = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @set_max_cumts_len], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @set_max_cumts_len(ptr nocapture noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = load i32, ptr @conf, align 4, !tbaa !6 %4 = icmp eq i32 %3, 0 br i1 %4, label %20, label %5 5: ; preds = %2 %6 = load ptr, ptr %1, align 8, !tbaa !11 %7 = load i32, ptr %6, align 4, !tbaa !14 %8 = icmp eq i32 %7, 0 br i1 %8, label %20, label %9 9: ; preds = %5 %10 = tail call i32 @strlen(i32 noundef %7) #3 %11 = load i32, ptr @MTRC_AVGTS_LBL, align 4, !tbaa !17 %12 = tail call i32 @strlen(i32 noundef %11) #3 %13 = load i32, ptr %0, align 4, !tbaa !18 %14 = icmp sgt i32 %10, %13 %15 = tail call i32 @llvm.smax.i32(i32 %10, i32 %13) %16 = icmp sgt i32 %12, %15 %17 = or i1 %14, %16 br i1 %17, label %18, label %20 18: ; preds = %9 %19 = tail call i32 @llvm.smax.i32(i32 %12, i32 %15) store i32 %19, ptr %0, align 4, !tbaa !18 br label %20 20: ; preds = %18, %9, %2, %5 ret void } declare i32 @strlen(i32 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smax.i32(i32, i32) #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_12__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !13, i64 0} !12 = !{!"TYPE_11__", !13, i64 0} !13 = !{!"any pointer", !9, i64 0} !14 = !{!15, !8, i64 0} !15 = !{!"TYPE_8__", !16, i64 0} !16 = !{!"TYPE_9__", !8, i64 0} !17 = !{!8, !8, i64 0} !18 = !{!19, !8, i64 0} !19 = !{!"TYPE_10__", !8, i64 0}
goaccess_src_extr_gdashboard.c_set_max_cumts_len
; ModuleID = 'AnghaBench/reactos/sdk/lib/drivers/ip/network/extr_ports.c_AllocateAnyPort.c' source_filename = "AnghaBench/reactos/sdk/lib/drivers/ip/network/extr_ports.c_AllocateAnyPort.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_3__ = type { i64, i32, i32 } ; Function Attrs: nounwind uwtable define dso_local i64 @AllocateAnyPort(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %2) #3 %3 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 %4 = call i32 @KeAcquireSpinLock(ptr noundef nonnull %3, ptr noundef nonnull %2) #3 %5 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 2 %6 = call i64 @RtlFindClearBits(ptr noundef nonnull %5, i32 noundef 1, i32 noundef 0) #3 %7 = icmp eq i64 %6, -1 br i1 %7, label %15, label %8 8: ; preds = %1 %9 = call i32 @RtlSetBit(ptr noundef nonnull %5, i64 noundef %6) #3 %10 = load i64, ptr %0, align 8, !tbaa !5 %11 = add nsw i64 %10, %6 %12 = load i32, ptr %2, align 4, !tbaa !11 %13 = call i32 @KeReleaseSpinLock(ptr noundef nonnull %3, i32 noundef %12) #3 %14 = call i64 @htons(i64 noundef %11) #3 br label %18 15: ; preds = %1 %16 = load i32, ptr %2, align 4, !tbaa !11 %17 = call i32 @KeReleaseSpinLock(ptr noundef nonnull %3, i32 noundef %16) #3 br label %18 18: ; preds = %15, %8 %19 = phi i64 [ %14, %8 ], [ -1, %15 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %2) #3 ret i64 %19 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @KeAcquireSpinLock(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @RtlFindClearBits(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @RtlSetBit(ptr noundef, i64 noundef) local_unnamed_addr #2 declare i32 @KeReleaseSpinLock(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i64 @htons(i64 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_3__", !7, i64 0, !10, i64 8, !10, i64 12} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!10, !10, i64 0}
; ModuleID = 'AnghaBench/reactos/sdk/lib/drivers/ip/network/extr_ports.c_AllocateAnyPort.c' source_filename = "AnghaBench/reactos/sdk/lib/drivers/ip/network/extr_ports.c_AllocateAnyPort.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nounwind ssp uwtable(sync) define i64 @AllocateAnyPort(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %2) #3 %3 = getelementptr inbounds i8, ptr %0, i64 8 %4 = call i32 @KeAcquireSpinLock(ptr noundef nonnull %3, ptr noundef nonnull %2) #3 %5 = getelementptr inbounds i8, ptr %0, i64 12 %6 = call i64 @RtlFindClearBits(ptr noundef nonnull %5, i32 noundef 1, i32 noundef 0) #3 %7 = icmp eq i64 %6, -1 br i1 %7, label %15, label %8 8: ; preds = %1 %9 = call i32 @RtlSetBit(ptr noundef nonnull %5, i64 noundef %6) #3 %10 = load i64, ptr %0, align 8, !tbaa !6 %11 = add nsw i64 %10, %6 %12 = load i32, ptr %2, align 4, !tbaa !12 %13 = call i32 @KeReleaseSpinLock(ptr noundef nonnull %3, i32 noundef %12) #3 %14 = call i64 @htons(i64 noundef %11) #3 br label %18 15: ; preds = %1 %16 = load i32, ptr %2, align 4, !tbaa !12 %17 = call i32 @KeReleaseSpinLock(ptr noundef nonnull %3, i32 noundef %16) #3 br label %18 18: ; preds = %15, %8 %19 = phi i64 [ %14, %8 ], [ -1, %15 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %2) #3 ret i64 %19 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @KeAcquireSpinLock(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @RtlFindClearBits(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @RtlSetBit(ptr noundef, i64 noundef) local_unnamed_addr #2 declare i32 @KeReleaseSpinLock(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i64 @htons(i64 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_3__", !8, i64 0, !11, i64 8, !11, i64 12} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!11, !11, i64 0}
reactos_sdk_lib_drivers_ip_network_extr_ports.c_AllocateAnyPort
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/video/extr_pmag-aa-fb.c_aafb_get_par.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/video/extr_pmag-aa-fb.c_aafb_get_par.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.aafb_par = type { i32 } @current_par = dso_local local_unnamed_addr global %struct.aafb_par zeroinitializer, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @aafb_get_par], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable define internal void @aafb_get_par(ptr nocapture noundef writeonly %0) #0 { %2 = load i32, ptr @current_par, align 4, !tbaa !5 store i32 %2, ptr %0, align 4, !tbaa !5 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/video/extr_pmag-aa-fb.c_aafb_get_par.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/video/extr_pmag-aa-fb.c_aafb_get_par.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.aafb_par = type { i32 } @current_par = common local_unnamed_addr global %struct.aafb_par zeroinitializer, align 4 @llvm.used = appending global [1 x ptr] [ptr @aafb_get_par], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable(sync) define internal void @aafb_get_par(ptr nocapture noundef writeonly %0) #0 { %2 = load i32, ptr @current_par, align 4, !tbaa !6 store i32 %2, ptr %0, align 4, !tbaa !6 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_video_extr_pmag-aa-fb.c_aafb_get_par
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/amd/extr_a2065.c_lance_set_multicast.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/amd/extr_a2065.c_lance_set_multicast.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.lance_private = type { i64, i64, i32, ptr, ptr } %struct.lance_regs = type { i32, i32 } @jiffies = dso_local local_unnamed_addr global i64 0, align 8 @LE_CSR0 = dso_local local_unnamed_addr global i32 0, align 4 @LE_C0_STOP = dso_local local_unnamed_addr global i32 0, align 4 @IFF_PROMISC = dso_local local_unnamed_addr global i32 0, align 4 @LE_MO_PROM = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @lance_set_multicast], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @lance_set_multicast(ptr noundef %0) #0 { %2 = tail call ptr @netdev_priv(ptr noundef %0) #2 %3 = getelementptr inbounds %struct.lance_private, ptr %2, i64 0, i32 4 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = getelementptr inbounds %struct.lance_private, ptr %2, i64 0, i32 3 %6 = load ptr, ptr %5, align 8, !tbaa !12 %7 = tail call i32 @netif_running(ptr noundef %0) #2 %8 = icmp eq i32 %7, 0 br i1 %8, label %43, label %9 9: ; preds = %1 %10 = load i64, ptr %2, align 8, !tbaa !13 %11 = getelementptr inbounds %struct.lance_private, ptr %2, i64 0, i32 1 %12 = load i64, ptr %11, align 8, !tbaa !14 %13 = icmp eq i64 %10, %12 br i1 %13, label %20, label %14 14: ; preds = %9 %15 = getelementptr inbounds %struct.lance_private, ptr %2, i64 0, i32 2 %16 = load i64, ptr @jiffies, align 8, !tbaa !15 %17 = add nsw i64 %16, 4 %18 = tail call i32 @mod_timer(ptr noundef nonnull %15, i64 noundef %17) #2 %19 = tail call i32 @netif_wake_queue(ptr noundef %0) #2 br label %43 20: ; preds = %9 %21 = tail call i32 @netif_stop_queue(ptr noundef %0) #2 %22 = load i32, ptr @LE_CSR0, align 4, !tbaa !16 %23 = getelementptr inbounds %struct.lance_regs, ptr %6, i64 0, i32 1 store volatile i32 %22, ptr %23, align 4, !tbaa !17 %24 = load i32, ptr @LE_C0_STOP, align 4, !tbaa !16 store volatile i32 %24, ptr %6, align 4, !tbaa !19 %25 = tail call i32 @lance_init_ring(ptr noundef %0) #2 %26 = load i32, ptr %0, align 4, !tbaa !20 %27 = load i32, ptr @IFF_PROMISC, align 4, !tbaa !16 %28 = and i32 %27, %26 %29 = icmp eq i32 %28, 0 %30 = load i32, ptr @LE_MO_PROM, align 4, !tbaa !16 br i1 %29, label %34, label %31 31: ; preds = %20 %32 = load volatile i32, ptr %4, align 4, !tbaa !22 %33 = or i32 %32, %30 store volatile i32 %33, ptr %4, align 4, !tbaa !22 br label %39 34: ; preds = %20 %35 = xor i32 %30, -1 %36 = load volatile i32, ptr %4, align 4, !tbaa !22 %37 = and i32 %36, %35 store volatile i32 %37, ptr %4, align 4, !tbaa !22 %38 = tail call i32 @lance_load_multicast(ptr noundef nonnull %0) #2 br label %39 39: ; preds = %34, %31 %40 = tail call i32 @load_csrs(ptr noundef nonnull %2) #2 %41 = tail call i32 @init_restart_lance(ptr noundef nonnull %2) #2 %42 = tail call i32 @netif_wake_queue(ptr noundef nonnull %0) #2 br label %43 43: ; preds = %1, %39, %14 ret void } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @netif_running(ptr noundef) local_unnamed_addr #1 declare i32 @mod_timer(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @netif_wake_queue(ptr noundef) local_unnamed_addr #1 declare i32 @netif_stop_queue(ptr noundef) local_unnamed_addr #1 declare i32 @lance_init_ring(ptr noundef) local_unnamed_addr #1 declare i32 @lance_load_multicast(ptr noundef) local_unnamed_addr #1 declare i32 @load_csrs(ptr noundef) local_unnamed_addr #1 declare i32 @init_restart_lance(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !11, i64 32} !6 = !{!"lance_private", !7, i64 0, !7, i64 8, !10, i64 16, !11, i64 24, !11, i64 32} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!6, !11, i64 24} !13 = !{!6, !7, i64 0} !14 = !{!6, !7, i64 8} !15 = !{!7, !7, i64 0} !16 = !{!10, !10, i64 0} !17 = !{!18, !10, i64 4} !18 = !{!"lance_regs", !10, i64 0, !10, i64 4} !19 = !{!18, !10, i64 0} !20 = !{!21, !10, i64 0} !21 = !{!"net_device", !10, i64 0} !22 = !{!23, !10, i64 0} !23 = !{!"lance_init_block", !10, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/amd/extr_a2065.c_lance_set_multicast.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/amd/extr_a2065.c_lance_set_multicast.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @jiffies = common local_unnamed_addr global i64 0, align 8 @LE_CSR0 = common local_unnamed_addr global i32 0, align 4 @LE_C0_STOP = common local_unnamed_addr global i32 0, align 4 @IFF_PROMISC = common local_unnamed_addr global i32 0, align 4 @LE_MO_PROM = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @lance_set_multicast], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @lance_set_multicast(ptr noundef %0) #0 { %2 = tail call ptr @netdev_priv(ptr noundef %0) #2 %3 = getelementptr inbounds i8, ptr %2, i64 32 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = getelementptr inbounds i8, ptr %2, i64 24 %6 = load ptr, ptr %5, align 8, !tbaa !13 %7 = tail call i32 @netif_running(ptr noundef %0) #2 %8 = icmp eq i32 %7, 0 br i1 %8, label %43, label %9 9: ; preds = %1 %10 = load i64, ptr %2, align 8, !tbaa !14 %11 = getelementptr inbounds i8, ptr %2, i64 8 %12 = load i64, ptr %11, align 8, !tbaa !15 %13 = icmp eq i64 %10, %12 br i1 %13, label %20, label %14 14: ; preds = %9 %15 = getelementptr inbounds i8, ptr %2, i64 16 %16 = load i64, ptr @jiffies, align 8, !tbaa !16 %17 = add nsw i64 %16, 4 %18 = tail call i32 @mod_timer(ptr noundef nonnull %15, i64 noundef %17) #2 %19 = tail call i32 @netif_wake_queue(ptr noundef %0) #2 br label %43 20: ; preds = %9 %21 = tail call i32 @netif_stop_queue(ptr noundef %0) #2 %22 = load i32, ptr @LE_CSR0, align 4, !tbaa !17 %23 = getelementptr inbounds i8, ptr %6, i64 4 store volatile i32 %22, ptr %23, align 4, !tbaa !18 %24 = load i32, ptr @LE_C0_STOP, align 4, !tbaa !17 store volatile i32 %24, ptr %6, align 4, !tbaa !20 %25 = tail call i32 @lance_init_ring(ptr noundef %0) #2 %26 = load i32, ptr %0, align 4, !tbaa !21 %27 = load i32, ptr @IFF_PROMISC, align 4, !tbaa !17 %28 = and i32 %27, %26 %29 = icmp eq i32 %28, 0 %30 = load i32, ptr @LE_MO_PROM, align 4, !tbaa !17 br i1 %29, label %34, label %31 31: ; preds = %20 %32 = load volatile i32, ptr %4, align 4, !tbaa !23 %33 = or i32 %32, %30 store volatile i32 %33, ptr %4, align 4, !tbaa !23 br label %39 34: ; preds = %20 %35 = xor i32 %30, -1 %36 = load volatile i32, ptr %4, align 4, !tbaa !23 %37 = and i32 %36, %35 store volatile i32 %37, ptr %4, align 4, !tbaa !23 %38 = tail call i32 @lance_load_multicast(ptr noundef nonnull %0) #2 br label %39 39: ; preds = %34, %31 %40 = tail call i32 @load_csrs(ptr noundef nonnull %2) #2 %41 = tail call i32 @init_restart_lance(ptr noundef nonnull %2) #2 %42 = tail call i32 @netif_wake_queue(ptr noundef nonnull %0) #2 br label %43 43: ; preds = %1, %39, %14 ret void } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @netif_running(ptr noundef) local_unnamed_addr #1 declare i32 @mod_timer(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @netif_wake_queue(ptr noundef) local_unnamed_addr #1 declare i32 @netif_stop_queue(ptr noundef) local_unnamed_addr #1 declare i32 @lance_init_ring(ptr noundef) local_unnamed_addr #1 declare i32 @lance_load_multicast(ptr noundef) local_unnamed_addr #1 declare i32 @load_csrs(ptr noundef) local_unnamed_addr #1 declare i32 @init_restart_lance(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !12, i64 32} !7 = !{!"lance_private", !8, i64 0, !8, i64 8, !11, i64 16, !12, i64 24, !12, i64 32} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!7, !12, i64 24} !14 = !{!7, !8, i64 0} !15 = !{!7, !8, i64 8} !16 = !{!8, !8, i64 0} !17 = !{!11, !11, i64 0} !18 = !{!19, !11, i64 4} !19 = !{!"lance_regs", !11, i64 0, !11, i64 4} !20 = !{!19, !11, i64 0} !21 = !{!22, !11, i64 0} !22 = !{!"net_device", !11, i64 0} !23 = !{!24, !11, i64 0} !24 = !{!"lance_init_block", !11, i64 0}
linux_drivers_net_ethernet_amd_extr_a2065.c_lance_set_multicast
; ModuleID = 'AnghaBench/xLua/build/luasocket/extr_udp.c_meth_setpeername.c' source_filename = "AnghaBench/xLua/build/luasocket/extr_udp.c_meth_setpeername.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.addrinfo = type { i32, i32 } %struct.TYPE_2__ = type { i32, i32, i32 } @.str = private unnamed_addr constant [9 x i8] c"udp{any}\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"*\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"0\00", align 1 @SOCK_DGRAM = dso_local local_unnamed_addr global i32 0, align 4 @.str.3 = private unnamed_addr constant [15 x i8] c"udp{connected}\00", align 1 @.str.4 = private unnamed_addr constant [17 x i8] c"udp{unconnected}\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @meth_setpeername], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @meth_setpeername(ptr noundef %0) #0 { %2 = alloca %struct.addrinfo, align 4 %3 = tail call i32 @auxiliar_checkgroup(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef 1) #4 %4 = sext i32 %3 to i64 %5 = inttoptr i64 %4 to ptr %6 = getelementptr inbounds %struct.TYPE_2__, ptr %5, i64 0, i32 2 %7 = tail call ptr @luaL_checkstring(ptr noundef %0, i32 noundef 2) #4 %8 = tail call i32 @strcmp(ptr noundef nonnull dereferenceable(1) %7, ptr noundef nonnull dereferenceable(2) @.str.1) %9 = icmp eq i32 %8, 0 br i1 %9, label %12, label %10 10: ; preds = %1 %11 = tail call ptr @luaL_checkstring(ptr noundef %0, i32 noundef 3) #4 br label %12 12: ; preds = %1, %10 %13 = phi ptr [ %11, %10 ], [ @.str.2, %1 ] call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %2) #4 %14 = call i32 @memset(ptr noundef nonnull %2, i32 noundef 0, i32 noundef 8) #4 %15 = load i32, ptr @SOCK_DGRAM, align 4, !tbaa !5 %16 = getelementptr inbounds %struct.addrinfo, ptr %2, i64 0, i32 1 store i32 %15, ptr %16, align 4, !tbaa !9 %17 = load i32, ptr %5, align 4, !tbaa !11 store i32 %17, ptr %2, align 4, !tbaa !13 %18 = getelementptr inbounds %struct.TYPE_2__, ptr %5, i64 0, i32 1 br i1 %9, label %25, label %19 19: ; preds = %12 %20 = call ptr @inet_tryconnect(ptr noundef nonnull %18, ptr noundef nonnull %5, ptr noundef %7, ptr noundef %13, ptr noundef nonnull %6, ptr noundef nonnull %2) #4 %21 = icmp eq ptr %20, null br i1 %21, label %27, label %22 22: ; preds = %19 %23 = call i32 @lua_pushnil(ptr noundef %0) #4 %24 = call i32 @lua_pushstring(ptr noundef %0, ptr noundef nonnull %20) #4 br label %31 25: ; preds = %12 %26 = call i32 @inet_trydisconnect(ptr noundef nonnull %18, i32 noundef %17, ptr noundef nonnull %6) #4 br label %27 27: ; preds = %19, %25 %28 = phi ptr [ @.str.4, %25 ], [ @.str.3, %19 ] %29 = call i32 @auxiliar_setclass(ptr noundef %0, ptr noundef nonnull %28, i32 noundef 1) #4 %30 = call i32 @lua_pushnumber(ptr noundef %0, i32 noundef 1) #4 br label %31 31: ; preds = %27, %22 %32 = phi i32 [ 2, %22 ], [ 1, %27 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %2) #4 ret i32 %32 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @auxiliar_checkgroup(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare ptr @luaL_checkstring(ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: read) declare i32 @strcmp(ptr nocapture noundef, ptr nocapture noundef) local_unnamed_addr #3 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare ptr @inet_tryconnect(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @lua_pushnil(ptr noundef) local_unnamed_addr #2 declare i32 @lua_pushstring(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @auxiliar_setclass(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @inet_trydisconnect(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @lua_pushnumber(ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { mustprogress nofree nounwind willreturn memory(argmem: read) "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #4 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 4} !10 = !{!"addrinfo", !6, i64 0, !6, i64 4} !11 = !{!12, !6, i64 0} !12 = !{!"TYPE_2__", !6, i64 0, !6, i64 4, !6, i64 8} !13 = !{!10, !6, i64 0}
; ModuleID = 'AnghaBench/xLua/build/luasocket/extr_udp.c_meth_setpeername.c' source_filename = "AnghaBench/xLua/build/luasocket/extr_udp.c_meth_setpeername.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.addrinfo = type { i32, i32 } @.str = private unnamed_addr constant [9 x i8] c"udp{any}\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"0\00", align 1 @SOCK_DGRAM = common local_unnamed_addr global i32 0, align 4 @.str.3 = private unnamed_addr constant [15 x i8] c"udp{connected}\00", align 1 @.str.4 = private unnamed_addr constant [17 x i8] c"udp{unconnected}\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @meth_setpeername], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 1, 3) i32 @meth_setpeername(ptr noundef %0) #0 { %2 = alloca %struct.addrinfo, align 4 %3 = tail call i32 @auxiliar_checkgroup(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef 1) #3 %4 = sext i32 %3 to i64 %5 = inttoptr i64 %4 to ptr %6 = getelementptr inbounds i8, ptr %5, i64 8 %7 = tail call ptr @luaL_checkstring(ptr noundef %0, i32 noundef 2) #3 %8 = load i8, ptr %7, align 1 %9 = icmp eq i8 %8, 42 br i1 %9, label %10, label %14 10: ; preds = %1 %11 = getelementptr inbounds i8, ptr %7, i64 1 %12 = load i8, ptr %11, align 1 %13 = icmp eq i8 %12, 0 br i1 %13, label %16, label %14 14: ; preds = %1, %10 %15 = tail call ptr @luaL_checkstring(ptr noundef %0, i32 noundef 3) #3 br label %16 16: ; preds = %10, %14 %17 = phi i1 [ false, %14 ], [ true, %10 ] %18 = phi ptr [ %15, %14 ], [ @.str.2, %10 ] call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %2) #3 %19 = call i32 @memset(ptr noundef nonnull %2, i32 noundef 0, i32 noundef 8) #3 %20 = load i32, ptr @SOCK_DGRAM, align 4, !tbaa !6 %21 = getelementptr inbounds i8, ptr %2, i64 4 store i32 %20, ptr %21, align 4, !tbaa !10 %22 = load i32, ptr %5, align 4, !tbaa !12 store i32 %22, ptr %2, align 4, !tbaa !14 %23 = getelementptr inbounds i8, ptr %5, i64 4 br i1 %17, label %30, label %24 24: ; preds = %16 %25 = call ptr @inet_tryconnect(ptr noundef nonnull %23, ptr noundef nonnull %5, ptr noundef nonnull %7, ptr noundef %18, ptr noundef nonnull %6, ptr noundef nonnull %2) #3 %26 = icmp eq ptr %25, null br i1 %26, label %32, label %27 27: ; preds = %24 %28 = call i32 @lua_pushnil(ptr noundef %0) #3 %29 = call i32 @lua_pushstring(ptr noundef %0, ptr noundef nonnull %25) #3 br label %36 30: ; preds = %16 %31 = call i32 @inet_trydisconnect(ptr noundef nonnull %23, i32 noundef %22, ptr noundef nonnull %6) #3 br label %32 32: ; preds = %24, %30 %33 = phi ptr [ @.str.4, %30 ], [ @.str.3, %24 ] %34 = call i32 @auxiliar_setclass(ptr noundef %0, ptr noundef nonnull %33, i32 noundef 1) #3 %35 = call i32 @lua_pushnumber(ptr noundef %0, i32 noundef 1) #3 br label %36 36: ; preds = %32, %27 %37 = phi i32 [ 2, %27 ], [ 1, %32 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %2) #3 ret i32 %37 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @auxiliar_checkgroup(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare ptr @luaL_checkstring(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare ptr @inet_tryconnect(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @lua_pushnil(ptr noundef) local_unnamed_addr #2 declare i32 @lua_pushstring(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @auxiliar_setclass(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @inet_trydisconnect(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @lua_pushnumber(ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 4} !11 = !{!"addrinfo", !7, i64 0, !7, i64 4} !12 = !{!13, !7, i64 0} !13 = !{!"TYPE_2__", !7, i64 0, !7, i64 4, !7, i64 8} !14 = !{!11, !7, i64 0}
xLua_build_luasocket_extr_udp.c_meth_setpeername
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/scsi/bfa/extr_bfa_fcbuild.c_fc_prlo_rsp_parse.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/scsi/bfa/extr_bfa_fcbuild.c_fc_prlo_rsp_parse.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.fchs_s = type { i32 } %struct.TYPE_2__ = type { i64, i64, i64, i64, i64 } @FC_ELS_ACC = dso_local local_unnamed_addr global i64 0, align 8 @FC_PARSE_FAILURE = dso_local local_unnamed_addr global i32 0, align 4 @FC_TYPE_FCP = dso_local local_unnamed_addr global i64 0, align 8 @FC_PARSE_OK = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @fc_prlo_rsp_parse(ptr nocapture noundef readonly %0, i32 noundef %1) local_unnamed_addr #0 { %3 = getelementptr inbounds %struct.fchs_s, ptr %0, i64 1 %4 = load i64, ptr %3, align 8, !tbaa !5 %5 = load i64, ptr @FC_ELS_ACC, align 8, !tbaa !12 %6 = icmp eq i64 %4, %5 br i1 %6, label %7, label %43 7: ; preds = %2 %8 = getelementptr inbounds %struct.fchs_s, ptr %0, i64 5 %9 = load i32, ptr %8, align 8, !tbaa !13 %10 = tail call i32 @be16_to_cpu(i32 noundef %9) #2 %11 = icmp sgt i32 %10, 19 br i1 %11, label %12, label %43 12: ; preds = %7 %13 = add nsw i32 %10, -4 %14 = lshr i32 %13, 4 %15 = getelementptr inbounds %struct.fchs_s, ptr %0, i64 3 %16 = load ptr, ptr %15, align 8, !tbaa !14 %17 = load i64, ptr @FC_TYPE_FCP, align 8, !tbaa !12 %18 = zext nneg i32 %14 to i64 br label %22 19: ; preds = %39 %20 = add nuw nsw i64 %23, 1 %21 = icmp eq i64 %20, %18 br i1 %21, label %43, label %22, !llvm.loop !15 22: ; preds = %12, %19 %23 = phi i64 [ 0, %12 ], [ %20, %19 ] %24 = getelementptr inbounds %struct.TYPE_2__, ptr %16, i64 %23 %25 = load i64, ptr %24, align 8, !tbaa !17 %26 = icmp eq i64 %25, %17 br i1 %26, label %27, label %43 27: ; preds = %22 %28 = getelementptr inbounds %struct.TYPE_2__, ptr %16, i64 %23, i32 1 %29 = load i64, ptr %28, align 8, !tbaa !19 %30 = icmp eq i64 %29, 0 br i1 %30, label %31, label %43 31: ; preds = %27 %32 = getelementptr inbounds %struct.TYPE_2__, ptr %16, i64 %23, i32 2 %33 = load i64, ptr %32, align 8, !tbaa !20 %34 = icmp eq i64 %33, 0 br i1 %34, label %35, label %43 35: ; preds = %31 %36 = getelementptr inbounds %struct.TYPE_2__, ptr %16, i64 %23, i32 3 %37 = load i64, ptr %36, align 8, !tbaa !21 %38 = icmp eq i64 %37, 0 br i1 %38, label %39, label %43 39: ; preds = %35 %40 = getelementptr inbounds %struct.TYPE_2__, ptr %16, i64 %23, i32 4 %41 = load i64, ptr %40, align 8, !tbaa !22 %42 = icmp eq i64 %41, 0 br i1 %42, label %19, label %43 43: ; preds = %22, %27, %31, %35, %39, %19, %7, %2 %44 = phi ptr [ @FC_PARSE_FAILURE, %2 ], [ @FC_PARSE_OK, %7 ], [ @FC_PARSE_FAILURE, %22 ], [ @FC_PARSE_FAILURE, %27 ], [ @FC_PARSE_FAILURE, %31 ], [ @FC_PARSE_FAILURE, %35 ], [ @FC_PARSE_FAILURE, %39 ], [ @FC_PARSE_OK, %19 ] %45 = load i32, ptr %44, align 4, !tbaa !23 ret i32 %45 } declare i32 @be16_to_cpu(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"fc_prlo_acc_s", !7, i64 0, !10, i64 8, !11, i64 16} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!7, !7, i64 0} !13 = !{!6, !11, i64 16} !14 = !{!6, !10, i64 8} !15 = distinct !{!15, !16} !16 = !{!"llvm.loop.mustprogress"} !17 = !{!18, !7, i64 0} !18 = !{!"TYPE_2__", !7, i64 0, !7, i64 8, !7, i64 16, !7, i64 24, !7, i64 32} !19 = !{!18, !7, i64 8} !20 = !{!18, !7, i64 16} !21 = !{!18, !7, i64 24} !22 = !{!18, !7, i64 32} !23 = !{!11, !11, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/scsi/bfa/extr_bfa_fcbuild.c_fc_prlo_rsp_parse.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/scsi/bfa/extr_bfa_fcbuild.c_fc_prlo_rsp_parse.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_2__ = type { i64, i64, i64, i64, i64 } @FC_ELS_ACC = common local_unnamed_addr global i64 0, align 8 @FC_PARSE_FAILURE = common local_unnamed_addr global i32 0, align 4 @FC_TYPE_FCP = common local_unnamed_addr global i64 0, align 8 @FC_PARSE_OK = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @fc_prlo_rsp_parse(ptr nocapture noundef readonly %0, i32 noundef %1) local_unnamed_addr #0 { %3 = getelementptr inbounds i8, ptr %0, i64 4 %4 = load i64, ptr %3, align 8, !tbaa !6 %5 = load i64, ptr @FC_ELS_ACC, align 8, !tbaa !13 %6 = icmp eq i64 %4, %5 br i1 %6, label %7, label %43 7: ; preds = %2 %8 = getelementptr inbounds i8, ptr %0, i64 20 %9 = load i32, ptr %8, align 8, !tbaa !14 %10 = tail call i32 @be16_to_cpu(i32 noundef %9) #2 %11 = icmp sgt i32 %10, 19 br i1 %11, label %12, label %43 12: ; preds = %7 %13 = add nsw i32 %10, -4 %14 = lshr i32 %13, 4 %15 = getelementptr inbounds i8, ptr %0, i64 12 %16 = load ptr, ptr %15, align 8, !tbaa !15 %17 = load i64, ptr @FC_TYPE_FCP, align 8, !tbaa !13 %18 = zext nneg i32 %14 to i64 br label %22 19: ; preds = %39 %20 = add nuw nsw i64 %23, 1 %21 = icmp eq i64 %20, %18 br i1 %21, label %43, label %22, !llvm.loop !16 22: ; preds = %12, %19 %23 = phi i64 [ 0, %12 ], [ %20, %19 ] %24 = getelementptr inbounds %struct.TYPE_2__, ptr %16, i64 %23 %25 = load i64, ptr %24, align 8, !tbaa !18 %26 = icmp eq i64 %25, %17 br i1 %26, label %27, label %43 27: ; preds = %22 %28 = getelementptr inbounds i8, ptr %24, i64 8 %29 = load i64, ptr %28, align 8, !tbaa !20 %30 = icmp eq i64 %29, 0 br i1 %30, label %31, label %43 31: ; preds = %27 %32 = getelementptr inbounds i8, ptr %24, i64 16 %33 = load i64, ptr %32, align 8, !tbaa !21 %34 = icmp eq i64 %33, 0 br i1 %34, label %35, label %43 35: ; preds = %31 %36 = getelementptr inbounds i8, ptr %24, i64 24 %37 = load i64, ptr %36, align 8, !tbaa !22 %38 = icmp eq i64 %37, 0 br i1 %38, label %39, label %43 39: ; preds = %35 %40 = getelementptr inbounds i8, ptr %24, i64 32 %41 = load i64, ptr %40, align 8, !tbaa !23 %42 = icmp eq i64 %41, 0 br i1 %42, label %19, label %43 43: ; preds = %22, %27, %31, %35, %39, %19, %7, %2 %44 = phi ptr [ @FC_PARSE_FAILURE, %2 ], [ @FC_PARSE_OK, %7 ], [ @FC_PARSE_FAILURE, %22 ], [ @FC_PARSE_FAILURE, %27 ], [ @FC_PARSE_FAILURE, %31 ], [ @FC_PARSE_FAILURE, %35 ], [ @FC_PARSE_FAILURE, %39 ], [ @FC_PARSE_OK, %19 ] %45 = load i32, ptr %44, align 4, !tbaa !24 ret i32 %45 } declare i32 @be16_to_cpu(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"fc_prlo_acc_s", !8, i64 0, !11, i64 8, !12, i64 16} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!"int", !9, i64 0} !13 = !{!8, !8, i64 0} !14 = !{!7, !12, i64 16} !15 = !{!7, !11, i64 8} !16 = distinct !{!16, !17} !17 = !{!"llvm.loop.mustprogress"} !18 = !{!19, !8, i64 0} !19 = !{!"TYPE_2__", !8, i64 0, !8, i64 8, !8, i64 16, !8, i64 24, !8, i64 32} !20 = !{!19, !8, i64 8} !21 = !{!19, !8, i64 16} !22 = !{!19, !8, i64 24} !23 = !{!19, !8, i64 32} !24 = !{!12, !12, i64 0}
fastsocket_kernel_drivers_scsi_bfa_extr_bfa_fcbuild.c_fc_prlo_rsp_parse
; ModuleID = 'AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_wrap_4to3_file_deleted.c' source_filename = "AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_wrap_4to3_file_deleted.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.diff_callbacks3_wrapper_baton = type { i32, i32, ptr, i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @wrap_4to3_file_deleted], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @wrap_4to3_file_deleted(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7, ptr nocapture noundef readonly %8, ptr noundef %9) #0 { %11 = tail call ptr @svn_relpath_dirname(ptr noundef %2, ptr noundef %9) #2 %12 = getelementptr inbounds %struct.diff_callbacks3_wrapper_baton, ptr %8, i64 0, i32 4 %13 = load i32, ptr %12, align 4, !tbaa !5 %14 = getelementptr inbounds %struct.diff_callbacks3_wrapper_baton, ptr %8, i64 0, i32 3 %15 = load i32, ptr %14, align 8, !tbaa !11 %16 = tail call i32 @svn_dirent_join(i32 noundef %15, ptr noundef %11, ptr noundef %9) #2 %17 = tail call ptr @svn_wc__adm_retrieve_internal2(i32 noundef %13, i32 noundef %16, ptr noundef %9) #2 %18 = getelementptr inbounds %struct.diff_callbacks3_wrapper_baton, ptr %8, i64 0, i32 2 %19 = load ptr, ptr %18, align 8, !tbaa !12 %20 = load ptr, ptr %19, align 8, !tbaa !13 %21 = getelementptr inbounds %struct.diff_callbacks3_wrapper_baton, ptr %8, i64 0, i32 1 %22 = load i32, ptr %21, align 4, !tbaa !15 %23 = tail call i32 @svn_dirent_join(i32 noundef %22, ptr noundef %2, ptr noundef %9) #2 %24 = load i32, ptr %8, align 8, !tbaa !16 %25 = tail call ptr %20(ptr noundef %17, ptr noundef %0, ptr noundef %1, i32 noundef %23, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7, i32 noundef %24) #2 ret ptr %25 } declare ptr @svn_relpath_dirname(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @svn_wc__adm_retrieve_internal2(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @svn_dirent_join(i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 20} !6 = !{!"diff_callbacks3_wrapper_baton", !7, i64 0, !7, i64 4, !10, i64 8, !7, i64 16, !7, i64 20} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !7, i64 16} !12 = !{!6, !10, i64 8} !13 = !{!14, !10, i64 0} !14 = !{!"TYPE_2__", !10, i64 0} !15 = !{!6, !7, i64 4} !16 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_wrap_4to3_file_deleted.c' source_filename = "AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_wrap_4to3_file_deleted.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @wrap_4to3_file_deleted], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @wrap_4to3_file_deleted(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7, ptr nocapture noundef readonly %8, ptr noundef %9) #0 { %11 = tail call ptr @svn_relpath_dirname(ptr noundef %2, ptr noundef %9) #2 %12 = getelementptr inbounds i8, ptr %8, i64 20 %13 = load i32, ptr %12, align 4, !tbaa !6 %14 = getelementptr inbounds i8, ptr %8, i64 16 %15 = load i32, ptr %14, align 8, !tbaa !12 %16 = tail call i32 @svn_dirent_join(i32 noundef %15, ptr noundef %11, ptr noundef %9) #2 %17 = tail call ptr @svn_wc__adm_retrieve_internal2(i32 noundef %13, i32 noundef %16, ptr noundef %9) #2 %18 = getelementptr inbounds i8, ptr %8, i64 8 %19 = load ptr, ptr %18, align 8, !tbaa !13 %20 = load ptr, ptr %19, align 8, !tbaa !14 %21 = getelementptr inbounds i8, ptr %8, i64 4 %22 = load i32, ptr %21, align 4, !tbaa !16 %23 = tail call i32 @svn_dirent_join(i32 noundef %22, ptr noundef %2, ptr noundef %9) #2 %24 = load i32, ptr %8, align 8, !tbaa !17 %25 = tail call ptr %20(ptr noundef %17, ptr noundef %0, ptr noundef %1, i32 noundef %23, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7, i32 noundef %24) #2 ret ptr %25 } declare ptr @svn_relpath_dirname(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @svn_wc__adm_retrieve_internal2(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @svn_dirent_join(i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 20} !7 = !{!"diff_callbacks3_wrapper_baton", !8, i64 0, !8, i64 4, !11, i64 8, !8, i64 16, !8, i64 20} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !8, i64 16} !13 = !{!7, !11, i64 8} !14 = !{!15, !11, i64 0} !15 = !{!"TYPE_2__", !11, i64 0} !16 = !{!7, !8, i64 4} !17 = !{!7, !8, i64 0}
freebsd_contrib_subversion_subversion_libsvn_wc_extr_deprecated.c_wrap_4to3_file_deleted
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/pci/oxygen/extr_xonar_wm87x6.c_wm8766_write_cached.c' source_filename = "AnghaBench/fastsocket/kernel/sound/pci/oxygen/extr_xonar_wm87x6.c_wm8766_write_cached.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @wm8766_write_cached], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @wm8766_write_cached(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = load ptr, ptr %0, align 8, !tbaa !5 %5 = load ptr, ptr %4, align 8, !tbaa !10 %6 = tail call i32 @ARRAY_SIZE(ptr noundef %5) #2 %7 = icmp ugt i32 %6, %1 br i1 %7, label %8, label %14 8: ; preds = %3 %9 = load ptr, ptr %4, align 8, !tbaa !10 %10 = zext i32 %1 to i64 %11 = getelementptr inbounds i32, ptr %9, i64 %10 %12 = load i32, ptr %11, align 4, !tbaa !12 %13 = icmp eq i32 %12, %2 br i1 %13, label %16, label %14 14: ; preds = %8, %3 %15 = tail call i32 @wm8766_write(ptr noundef nonnull %0, i32 noundef %1, i32 noundef %2) #2 br label %16 16: ; preds = %14, %8 ret void } declare i32 @ARRAY_SIZE(ptr noundef) local_unnamed_addr #1 declare i32 @wm8766_write(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"oxygen", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"xonar_wm87x6", !7, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/pci/oxygen/extr_xonar_wm87x6.c_wm8766_write_cached.c' source_filename = "AnghaBench/fastsocket/kernel/sound/pci/oxygen/extr_xonar_wm87x6.c_wm8766_write_cached.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @wm8766_write_cached], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @wm8766_write_cached(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = load ptr, ptr %0, align 8, !tbaa !6 %5 = load ptr, ptr %4, align 8, !tbaa !11 %6 = tail call i32 @ARRAY_SIZE(ptr noundef %5) #2 %7 = icmp ugt i32 %6, %1 br i1 %7, label %8, label %14 8: ; preds = %3 %9 = load ptr, ptr %4, align 8, !tbaa !11 %10 = zext i32 %1 to i64 %11 = getelementptr inbounds i32, ptr %9, i64 %10 %12 = load i32, ptr %11, align 4, !tbaa !13 %13 = icmp eq i32 %12, %2 br i1 %13, label %16, label %14 14: ; preds = %8, %3 %15 = tail call i32 @wm8766_write(ptr noundef nonnull %0, i32 noundef %1, i32 noundef %2) #2 br label %16 16: ; preds = %14, %8 ret void } declare i32 @ARRAY_SIZE(ptr noundef) local_unnamed_addr #1 declare i32 @wm8766_write(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"oxygen", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !8, i64 0} !12 = !{!"xonar_wm87x6", !8, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"int", !9, i64 0}
fastsocket_kernel_sound_pci_oxygen_extr_xonar_wm87x6.c_wm8766_write_cached
; ModuleID = 'AnghaBench/freebsd/contrib/lua/src/extr_lstrlib.c_reprepstate.c' source_filename = "AnghaBench/freebsd/contrib/lua/src/extr_lstrlib.c_reprepstate.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_3__ = type { i64, i64 } @MAXCCALLS = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @reprepstate], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @reprepstate(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 store i64 0, ptr %2, align 8, !tbaa !5 %3 = load i64, ptr %0, align 8, !tbaa !10 %4 = load i64, ptr @MAXCCALLS, align 8, !tbaa !11 %5 = icmp eq i64 %3, %4 %6 = zext i1 %5 to i32 %7 = tail call i32 @lua_assert(i32 noundef %6) #2 ret void } declare i32 @lua_assert(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 8} !6 = !{!"TYPE_3__", !7, i64 0, !7, i64 8} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 0} !11 = !{!7, !7, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/lua/src/extr_lstrlib.c_reprepstate.c' source_filename = "AnghaBench/freebsd/contrib/lua/src/extr_lstrlib.c_reprepstate.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MAXCCALLS = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @reprepstate], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @reprepstate(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 8 store i64 0, ptr %2, align 8, !tbaa !6 %3 = load i64, ptr %0, align 8, !tbaa !11 %4 = load i64, ptr @MAXCCALLS, align 8, !tbaa !12 %5 = icmp eq i64 %3, %4 %6 = zext i1 %5 to i32 %7 = tail call i32 @lua_assert(i32 noundef %6) #2 ret void } declare i32 @lua_assert(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 8} !7 = !{!"TYPE_3__", !8, i64 0, !8, i64 8} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 0} !12 = !{!8, !8, i64 0}
freebsd_contrib_lua_src_extr_lstrlib.c_reprepstate
; ModuleID = 'AnghaBench/freebsd/contrib/ofed/opensm/opensm/extr_osm_torus.c_safe_y_ring.c' source_filename = "AnghaBench/freebsd/contrib/ofed/opensm/opensm/extr_osm_torus.c_safe_y_ring.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.torus = type { i32, i32, ptr } @Y_MESH = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @safe_y_ring], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @safe_y_ring(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = load i32, ptr %0, align 8, !tbaa !5 %6 = icmp eq i32 %5, 4 br i1 %6, label %7, label %129 7: ; preds = %4 %8 = getelementptr inbounds %struct.torus, ptr %0, i64 0, i32 1 %9 = load i32, ptr %8, align 4, !tbaa !11 %10 = load i32, ptr @Y_MESH, align 4, !tbaa !12 %11 = and i32 %10, %9 %12 = icmp eq i32 %11, 0 br i1 %12, label %13, label %129 13: ; preds = %7 %14 = add nsw i32 %2, -1 %15 = tail call i32 @canonicalize(i32 noundef %14, i32 noundef 4) #2 %16 = add nsw i32 %2, 1 %17 = load i32, ptr %0, align 8, !tbaa !5 %18 = tail call i32 @canonicalize(i32 noundef %16, i32 noundef %17) #2 %19 = add nsw i32 %2, 2 %20 = load i32, ptr %0, align 8, !tbaa !5 %21 = tail call i32 @canonicalize(i32 noundef %19, i32 noundef %20) #2 %22 = getelementptr inbounds %struct.torus, ptr %0, i64 0, i32 2 %23 = load ptr, ptr %22, align 8, !tbaa !13 %24 = sext i32 %1 to i64 %25 = getelementptr inbounds ptr, ptr %23, i64 %24 %26 = load ptr, ptr %25, align 8, !tbaa !14 %27 = sext i32 %15 to i64 %28 = getelementptr inbounds ptr, ptr %26, i64 %27 %29 = load ptr, ptr %28, align 8, !tbaa !14 %30 = sext i32 %3 to i64 %31 = getelementptr inbounds i64, ptr %29, i64 %30 %32 = load i64, ptr %31, align 8, !tbaa !15 %33 = icmp ne i64 %32, 0 %34 = zext i1 %33 to i32 %35 = sext i32 %18 to i64 %36 = getelementptr inbounds ptr, ptr %26, i64 %35 %37 = load ptr, ptr %36, align 8, !tbaa !14 %38 = getelementptr inbounds i64, ptr %37, i64 %30 %39 = load i64, ptr %38, align 8, !tbaa !15 %40 = icmp ne i64 %39, 0 %41 = zext i1 %40 to i32 %42 = add nuw nsw i32 %41, %34 %43 = sext i32 %21 to i64 %44 = getelementptr inbounds ptr, ptr %26, i64 %43 %45 = load ptr, ptr %44, align 8, !tbaa !14 %46 = getelementptr inbounds i64, ptr %45, i64 %30 %47 = load i64, ptr %46, align 8, !tbaa !15 %48 = icmp ne i64 %47, 0 %49 = zext i1 %48 to i32 %50 = add nuw nsw i32 %42, %49 %51 = icmp ult i32 %50, 2 br i1 %51, label %129, label %52 52: ; preds = %13 %53 = and i1 %33, %48 br i1 %53, label %54, label %65 54: ; preds = %52 %55 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %47, i64 noundef %32) #2 %56 = icmp ne i64 %55, 0 %57 = zext i1 %56 to i32 %58 = load ptr, ptr %22, align 8, !tbaa !13 %59 = getelementptr inbounds ptr, ptr %58, i64 %24 %60 = load ptr, ptr %59, align 8, !tbaa !14 %61 = getelementptr inbounds ptr, ptr %60, i64 %27 %62 = load ptr, ptr %61, align 8, !tbaa !14 %63 = getelementptr inbounds i64, ptr %62, i64 %30 %64 = load i64, ptr %63, align 8, !tbaa !15 br label %65 65: ; preds = %52, %54 %66 = phi i64 [ %64, %54 ], [ %32, %52 ] %67 = phi ptr [ %60, %54 ], [ %26, %52 ] %68 = phi i32 [ %57, %54 ], [ 1, %52 ] %69 = icmp eq i64 %66, 0 %70 = sext i32 %2 to i64 br i1 %69, label %86, label %71 71: ; preds = %65 %72 = getelementptr inbounds ptr, ptr %67, i64 %70 %73 = load ptr, ptr %72, align 8, !tbaa !14 %74 = getelementptr inbounds i64, ptr %73, i64 %30 %75 = load i64, ptr %74, align 8, !tbaa !15 %76 = icmp eq i64 %75, 0 br i1 %76, label %86, label %77 77: ; preds = %71 %78 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %66, i64 noundef %75) #2 %79 = icmp ne i64 %78, 0 %80 = icmp ne i32 %68, 0 %81 = select i1 %79, i1 %80, i1 false %82 = zext i1 %81 to i32 %83 = load ptr, ptr %22, align 8, !tbaa !13 %84 = getelementptr inbounds ptr, ptr %83, i64 %24 %85 = load ptr, ptr %84, align 8, !tbaa !14 br label %86 86: ; preds = %65, %77, %71 %87 = phi ptr [ %85, %77 ], [ %67, %71 ], [ %67, %65 ] %88 = phi i32 [ %82, %77 ], [ %68, %71 ], [ %68, %65 ] %89 = getelementptr inbounds ptr, ptr %87, i64 %70 %90 = load ptr, ptr %89, align 8, !tbaa !14 %91 = getelementptr inbounds i64, ptr %90, i64 %30 %92 = load i64, ptr %91, align 8, !tbaa !15 %93 = icmp eq i64 %92, 0 br i1 %93, label %109, label %94 94: ; preds = %86 %95 = getelementptr inbounds ptr, ptr %87, i64 %35 %96 = load ptr, ptr %95, align 8, !tbaa !14 %97 = getelementptr inbounds i64, ptr %96, i64 %30 %98 = load i64, ptr %97, align 8, !tbaa !15 %99 = icmp eq i64 %98, 0 br i1 %99, label %109, label %100 100: ; preds = %94 %101 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %92, i64 noundef %98) #2 %102 = icmp ne i64 %101, 0 %103 = icmp ne i32 %88, 0 %104 = select i1 %102, i1 %103, i1 false %105 = zext i1 %104 to i32 %106 = load ptr, ptr %22, align 8, !tbaa !13 %107 = getelementptr inbounds ptr, ptr %106, i64 %24 %108 = load ptr, ptr %107, align 8, !tbaa !14 br label %109 109: ; preds = %100, %94, %86 %110 = phi ptr [ %108, %100 ], [ %87, %94 ], [ %87, %86 ] %111 = phi i32 [ %105, %100 ], [ %88, %94 ], [ %88, %86 ] %112 = getelementptr inbounds ptr, ptr %110, i64 %35 %113 = load ptr, ptr %112, align 8, !tbaa !14 %114 = getelementptr inbounds i64, ptr %113, i64 %30 %115 = load i64, ptr %114, align 8, !tbaa !15 %116 = icmp eq i64 %115, 0 br i1 %116, label %129, label %117 117: ; preds = %109 %118 = getelementptr inbounds ptr, ptr %110, i64 %43 %119 = load ptr, ptr %118, align 8, !tbaa !14 %120 = getelementptr inbounds i64, ptr %119, i64 %30 %121 = load i64, ptr %120, align 8, !tbaa !15 %122 = icmp eq i64 %121, 0 br i1 %122, label %129, label %123 123: ; preds = %117 %124 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %115, i64 noundef %121) #2 %125 = icmp ne i64 %124, 0 %126 = icmp ne i32 %111, 0 %127 = select i1 %125, i1 %126, i1 false %128 = zext i1 %127 to i32 br label %129 129: ; preds = %13, %109, %117, %123, %4, %7 %130 = phi i32 [ 1, %4 ], [ 1, %7 ], [ %128, %123 ], [ %111, %117 ], [ %111, %109 ], [ 0, %13 ] ret i32 %130 } declare i32 @canonicalize(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @link_tswitches(ptr noundef, i32 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"torus", !7, i64 0, !7, i64 4, !10, i64 8} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !7, i64 4} !12 = !{!7, !7, i64 0} !13 = !{!6, !10, i64 8} !14 = !{!10, !10, i64 0} !15 = !{!16, !16, i64 0} !16 = !{!"long", !8, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/ofed/opensm/opensm/extr_osm_torus.c_safe_y_ring.c' source_filename = "AnghaBench/freebsd/contrib/ofed/opensm/opensm/extr_osm_torus.c_safe_y_ring.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @Y_MESH = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @safe_y_ring], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 0, 2) i32 @safe_y_ring(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = load i32, ptr %0, align 8, !tbaa !6 %6 = icmp eq i32 %5, 4 br i1 %6, label %7, label %129 7: ; preds = %4 %8 = getelementptr inbounds i8, ptr %0, i64 4 %9 = load i32, ptr %8, align 4, !tbaa !12 %10 = load i32, ptr @Y_MESH, align 4, !tbaa !13 %11 = and i32 %10, %9 %12 = icmp eq i32 %11, 0 br i1 %12, label %13, label %129 13: ; preds = %7 %14 = add nsw i32 %2, -1 %15 = tail call i32 @canonicalize(i32 noundef %14, i32 noundef 4) #2 %16 = add nsw i32 %2, 1 %17 = load i32, ptr %0, align 8, !tbaa !6 %18 = tail call i32 @canonicalize(i32 noundef %16, i32 noundef %17) #2 %19 = add nsw i32 %2, 2 %20 = load i32, ptr %0, align 8, !tbaa !6 %21 = tail call i32 @canonicalize(i32 noundef %19, i32 noundef %20) #2 %22 = getelementptr inbounds i8, ptr %0, i64 8 %23 = load ptr, ptr %22, align 8, !tbaa !14 %24 = sext i32 %1 to i64 %25 = getelementptr inbounds ptr, ptr %23, i64 %24 %26 = load ptr, ptr %25, align 8, !tbaa !15 %27 = sext i32 %15 to i64 %28 = getelementptr inbounds ptr, ptr %26, i64 %27 %29 = load ptr, ptr %28, align 8, !tbaa !15 %30 = sext i32 %3 to i64 %31 = getelementptr inbounds i64, ptr %29, i64 %30 %32 = load i64, ptr %31, align 8, !tbaa !16 %33 = icmp ne i64 %32, 0 %34 = zext i1 %33 to i32 %35 = sext i32 %18 to i64 %36 = getelementptr inbounds ptr, ptr %26, i64 %35 %37 = load ptr, ptr %36, align 8, !tbaa !15 %38 = getelementptr inbounds i64, ptr %37, i64 %30 %39 = load i64, ptr %38, align 8, !tbaa !16 %40 = icmp ne i64 %39, 0 %41 = zext i1 %40 to i32 %42 = add nuw nsw i32 %41, %34 %43 = sext i32 %21 to i64 %44 = getelementptr inbounds ptr, ptr %26, i64 %43 %45 = load ptr, ptr %44, align 8, !tbaa !15 %46 = getelementptr inbounds i64, ptr %45, i64 %30 %47 = load i64, ptr %46, align 8, !tbaa !16 %48 = icmp ne i64 %47, 0 %49 = zext i1 %48 to i32 %50 = add nuw nsw i32 %42, %49 %51 = icmp ult i32 %50, 2 br i1 %51, label %129, label %52 52: ; preds = %13 %53 = and i1 %33, %48 br i1 %53, label %54, label %65 54: ; preds = %52 %55 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %47, i64 noundef %32) #2 %56 = icmp ne i64 %55, 0 %57 = zext i1 %56 to i32 %58 = load ptr, ptr %22, align 8, !tbaa !14 %59 = getelementptr inbounds ptr, ptr %58, i64 %24 %60 = load ptr, ptr %59, align 8, !tbaa !15 %61 = getelementptr inbounds ptr, ptr %60, i64 %27 %62 = load ptr, ptr %61, align 8, !tbaa !15 %63 = getelementptr inbounds i64, ptr %62, i64 %30 %64 = load i64, ptr %63, align 8, !tbaa !16 br label %65 65: ; preds = %52, %54 %66 = phi i64 [ %64, %54 ], [ %32, %52 ] %67 = phi ptr [ %60, %54 ], [ %26, %52 ] %68 = phi i32 [ %57, %54 ], [ 1, %52 ] %69 = icmp eq i64 %66, 0 %70 = sext i32 %2 to i64 br i1 %69, label %86, label %71 71: ; preds = %65 %72 = getelementptr inbounds ptr, ptr %67, i64 %70 %73 = load ptr, ptr %72, align 8, !tbaa !15 %74 = getelementptr inbounds i64, ptr %73, i64 %30 %75 = load i64, ptr %74, align 8, !tbaa !16 %76 = icmp eq i64 %75, 0 br i1 %76, label %86, label %77 77: ; preds = %71 %78 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %66, i64 noundef %75) #2 %79 = icmp ne i64 %78, 0 %80 = icmp ne i32 %68, 0 %81 = select i1 %79, i1 %80, i1 false %82 = zext i1 %81 to i32 %83 = load ptr, ptr %22, align 8, !tbaa !14 %84 = getelementptr inbounds ptr, ptr %83, i64 %24 %85 = load ptr, ptr %84, align 8, !tbaa !15 br label %86 86: ; preds = %65, %77, %71 %87 = phi ptr [ %85, %77 ], [ %67, %71 ], [ %67, %65 ] %88 = phi i32 [ %82, %77 ], [ %68, %71 ], [ %68, %65 ] %89 = getelementptr inbounds ptr, ptr %87, i64 %70 %90 = load ptr, ptr %89, align 8, !tbaa !15 %91 = getelementptr inbounds i64, ptr %90, i64 %30 %92 = load i64, ptr %91, align 8, !tbaa !16 %93 = icmp eq i64 %92, 0 br i1 %93, label %109, label %94 94: ; preds = %86 %95 = getelementptr inbounds ptr, ptr %87, i64 %35 %96 = load ptr, ptr %95, align 8, !tbaa !15 %97 = getelementptr inbounds i64, ptr %96, i64 %30 %98 = load i64, ptr %97, align 8, !tbaa !16 %99 = icmp eq i64 %98, 0 br i1 %99, label %109, label %100 100: ; preds = %94 %101 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %92, i64 noundef %98) #2 %102 = icmp ne i64 %101, 0 %103 = icmp ne i32 %88, 0 %104 = select i1 %102, i1 %103, i1 false %105 = zext i1 %104 to i32 %106 = load ptr, ptr %22, align 8, !tbaa !14 %107 = getelementptr inbounds ptr, ptr %106, i64 %24 %108 = load ptr, ptr %107, align 8, !tbaa !15 br label %109 109: ; preds = %100, %94, %86 %110 = phi ptr [ %108, %100 ], [ %87, %94 ], [ %87, %86 ] %111 = phi i32 [ %105, %100 ], [ %88, %94 ], [ %88, %86 ] %112 = getelementptr inbounds ptr, ptr %110, i64 %35 %113 = load ptr, ptr %112, align 8, !tbaa !15 %114 = getelementptr inbounds i64, ptr %113, i64 %30 %115 = load i64, ptr %114, align 8, !tbaa !16 %116 = icmp eq i64 %115, 0 br i1 %116, label %129, label %117 117: ; preds = %109 %118 = getelementptr inbounds ptr, ptr %110, i64 %43 %119 = load ptr, ptr %118, align 8, !tbaa !15 %120 = getelementptr inbounds i64, ptr %119, i64 %30 %121 = load i64, ptr %120, align 8, !tbaa !16 %122 = icmp eq i64 %121, 0 br i1 %122, label %129, label %123 123: ; preds = %117 %124 = tail call i64 @link_tswitches(ptr noundef nonnull %0, i32 noundef 1, i64 noundef %115, i64 noundef %121) #2 %125 = icmp ne i64 %124, 0 %126 = icmp ne i32 %111, 0 %127 = select i1 %125, i1 %126, i1 false %128 = zext i1 %127 to i32 br label %129 129: ; preds = %13, %109, %117, %123, %4, %7 %130 = phi i32 [ 1, %4 ], [ 1, %7 ], [ %128, %123 ], [ %111, %117 ], [ %111, %109 ], [ 0, %13 ] ret i32 %130 } declare i32 @canonicalize(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @link_tswitches(ptr noundef, i32 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"torus", !8, i64 0, !8, i64 4, !11, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !8, i64 4} !13 = !{!8, !8, i64 0} !14 = !{!7, !11, i64 8} !15 = !{!11, !11, i64 0} !16 = !{!17, !17, i64 0} !17 = !{!"long", !9, i64 0}
freebsd_contrib_ofed_opensm_opensm_extr_osm_torus.c_safe_y_ring
; ModuleID = 'AnghaBench/linux/drivers/tty/serial/8250/extr_8250_exar.c_exar_misc_handler.c' source_filename = "AnghaBench/linux/drivers/tty/serial/8250/extr_8250_exar.c_exar_misc_handler.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @IRQ_HANDLED = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @exar_misc_handler], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @exar_misc_handler(i32 %0, ptr noundef %1) #0 { %3 = tail call i32 @exar_misc_clear(ptr noundef %1) #2 %4 = load i32, ptr @IRQ_HANDLED, align 4, !tbaa !5 ret i32 %4 } declare i32 @exar_misc_clear(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/tty/serial/8250/extr_8250_exar.c_exar_misc_handler.c' source_filename = "AnghaBench/linux/drivers/tty/serial/8250/extr_8250_exar.c_exar_misc_handler.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @IRQ_HANDLED = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @exar_misc_handler], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @exar_misc_handler(i32 %0, ptr noundef %1) #0 { %3 = tail call i32 @exar_misc_clear(ptr noundef %1) #2 %4 = load i32, ptr @IRQ_HANDLED, align 4, !tbaa !6 ret i32 %4 } declare i32 @exar_misc_clear(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
linux_drivers_tty_serial_8250_extr_8250_exar.c_exar_misc_handler
; ModuleID = 'AnghaBench/mongoose/src/common/extr_test_util.c__assert_streq_nz.c' source_filename = "AnghaBench/mongoose/src/common/extr_test_util.c__assert_streq_nz.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: nounwind uwtable define dso_local noundef i32 @_assert_streq_nz(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = tail call i64 @strlen(ptr noundef nonnull dereferenceable(1) %1) %4 = tail call i64 @strncmp(ptr noundef %0, ptr noundef %1, i64 noundef %3) #3 %5 = icmp eq i64 %4, 0 br i1 %5, label %8, label %6 6: ; preds = %2 %7 = tail call i32 @_strfail(ptr noundef %0, ptr noundef %1, i64 noundef %3) #3 br label %8 8: ; preds = %2, %6 %9 = phi i32 [ 0, %6 ], [ 1, %2 ] ret i32 %9 } ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: read) declare i64 @strlen(ptr nocapture noundef) local_unnamed_addr #1 declare i64 @strncmp(ptr noundef, ptr noundef, i64 noundef) local_unnamed_addr #2 declare i32 @_strfail(ptr noundef, ptr noundef, i64 noundef) local_unnamed_addr #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nofree nounwind willreturn memory(argmem: read) "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/mongoose/src/common/extr_test_util.c__assert_streq_nz.c' source_filename = "AnghaBench/mongoose/src/common/extr_test_util.c__assert_streq_nz.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nounwind ssp uwtable(sync) define range(i32 0, 2) i32 @_assert_streq_nz(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = tail call i64 @strlen(ptr noundef nonnull dereferenceable(1) %1) #3 %4 = tail call i64 @strncmp(ptr noundef %0, ptr noundef %1, i64 noundef %3) #3 %5 = icmp eq i64 %4, 0 br i1 %5, label %8, label %6 6: ; preds = %2 %7 = tail call i32 @_strfail(ptr noundef %0, ptr noundef %1, i64 noundef %3) #3 br label %8 8: ; preds = %2, %6 %9 = phi i32 [ 0, %6 ], [ 1, %2 ] ret i32 %9 } ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: read) declare i64 @strlen(ptr nocapture noundef) local_unnamed_addr #1 declare i64 @strncmp(ptr noundef, ptr noundef, i64 noundef) local_unnamed_addr #2 declare i32 @_strfail(ptr noundef, ptr noundef, i64 noundef) local_unnamed_addr #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nofree nounwind willreturn memory(argmem: read) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
mongoose_src_common_extr_test_util.c__assert_streq_nz
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/usbvision/extr_usbvision-video.c_vidioc_s_ctrl.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/usbvision/extr_usbvision-video.c_vidioc_s_ctrl.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @core = dso_local local_unnamed_addr global i32 0, align 4 @s_ctrl = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @vidioc_s_ctrl], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @vidioc_s_ctrl(ptr noundef %0, ptr nocapture readnone %1, ptr noundef %2) #0 { %4 = tail call ptr @video_drvdata(ptr noundef %0) #2 %5 = load i32, ptr @core, align 4, !tbaa !5 %6 = load i32, ptr @s_ctrl, align 4, !tbaa !5 %7 = tail call i32 @call_all(ptr noundef %4, i32 noundef %5, i32 noundef %6, ptr noundef %2) #2 ret i32 0 } declare ptr @video_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @call_all(ptr noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/usbvision/extr_usbvision-video.c_vidioc_s_ctrl.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/usbvision/extr_usbvision-video.c_vidioc_s_ctrl.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @core = common local_unnamed_addr global i32 0, align 4 @s_ctrl = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @vidioc_s_ctrl], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @vidioc_s_ctrl(ptr noundef %0, ptr nocapture readnone %1, ptr noundef %2) #0 { %4 = tail call ptr @video_drvdata(ptr noundef %0) #2 %5 = load i32, ptr @core, align 4, !tbaa !6 %6 = load i32, ptr @s_ctrl, align 4, !tbaa !6 %7 = tail call i32 @call_all(ptr noundef %4, i32 noundef %5, i32 noundef %6, ptr noundef %2) #2 ret i32 0 } declare ptr @video_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @call_all(ptr noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_media_video_usbvision_extr_usbvision-video.c_vidioc_s_ctrl
; ModuleID = 'AnghaBench/freebsd/sys/geom/sched/extr_g_sched.c_g_sched_config.c' source_filename = "AnghaBench/freebsd/sys/geom/sched/extr_g_sched.c_g_sched_config.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [8 x i8] c"version\00", align 1 @.str.1 = private unnamed_addr constant [18 x i8] c"No '%s' argument.\00", align 1 @G_SCHED_VERSION = dso_local local_unnamed_addr global i64 0, align 8 @.str.2 = private unnamed_addr constant [43 x i8] c"Userland and kernel parts are out of sync.\00", align 1 @.str.3 = private unnamed_addr constant [7 x i8] c"create\00", align 1 @.str.4 = private unnamed_addr constant [7 x i8] c"insert\00", align 1 @.str.5 = private unnamed_addr constant [10 x i8] c"configure\00", align 1 @.str.6 = private unnamed_addr constant [8 x i8] c"destroy\00", align 1 @.str.7 = private unnamed_addr constant [14 x i8] c"Unknown verb.\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @g_sched_config], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @g_sched_config(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = tail call i32 (...) @g_topology_assert() #2 %5 = tail call ptr @gctl_get_paraml(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef 8) #2 %6 = icmp eq ptr %5, null br i1 %6, label %7, label %9 7: ; preds = %3 %8 = tail call i32 (ptr, ptr, ...) @gctl_error(ptr noundef %0, ptr noundef nonnull @.str.1, ptr noundef nonnull @.str) #2 br label %37 9: ; preds = %3 %10 = load i64, ptr %5, align 8, !tbaa !5 %11 = load i64, ptr @G_SCHED_VERSION, align 8, !tbaa !5 %12 = icmp eq i64 %10, %11 br i1 %12, label %15, label %13 13: ; preds = %9 %14 = tail call i32 (ptr, ptr, ...) @gctl_error(ptr noundef %0, ptr noundef nonnull @.str.2) #2 br label %37 15: ; preds = %9 %16 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.3) #2 %17 = icmp eq i64 %16, 0 br i1 %17, label %18, label %20 18: ; preds = %15 %19 = tail call i32 @g_sched_ctl_create(ptr noundef %0, ptr noundef %1, i32 noundef 0) #2 br label %37 20: ; preds = %15 %21 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.4) #2 %22 = icmp eq i64 %21, 0 br i1 %22, label %23, label %25 23: ; preds = %20 %24 = tail call i32 @g_sched_ctl_create(ptr noundef %0, ptr noundef %1, i32 noundef 1) #2 br label %37 25: ; preds = %20 %26 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.5) #2 %27 = icmp eq i64 %26, 0 br i1 %27, label %28, label %30 28: ; preds = %25 %29 = tail call i32 @g_sched_ctl_configure(ptr noundef %0, ptr noundef %1) #2 br label %37 30: ; preds = %25 %31 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.6) #2 %32 = icmp eq i64 %31, 0 br i1 %32, label %33, label %35 33: ; preds = %30 %34 = tail call i32 @g_sched_ctl_destroy(ptr noundef %0, ptr noundef %1) #2 br label %37 35: ; preds = %30 %36 = tail call i32 (ptr, ptr, ...) @gctl_error(ptr noundef %0, ptr noundef nonnull @.str.7) #2 br label %37 37: ; preds = %35, %33, %28, %23, %18, %13, %7 ret void } declare i32 @g_topology_assert(...) local_unnamed_addr #1 declare ptr @gctl_get_paraml(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @gctl_error(ptr noundef, ptr noundef, ...) local_unnamed_addr #1 declare i64 @strcmp(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @g_sched_ctl_create(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @g_sched_ctl_configure(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @g_sched_ctl_destroy(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/sys/geom/sched/extr_g_sched.c_g_sched_config.c' source_filename = "AnghaBench/freebsd/sys/geom/sched/extr_g_sched.c_g_sched_config.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [8 x i8] c"version\00", align 1 @.str.1 = private unnamed_addr constant [18 x i8] c"No '%s' argument.\00", align 1 @G_SCHED_VERSION = common local_unnamed_addr global i64 0, align 8 @.str.2 = private unnamed_addr constant [43 x i8] c"Userland and kernel parts are out of sync.\00", align 1 @.str.3 = private unnamed_addr constant [7 x i8] c"create\00", align 1 @.str.4 = private unnamed_addr constant [7 x i8] c"insert\00", align 1 @.str.5 = private unnamed_addr constant [10 x i8] c"configure\00", align 1 @.str.6 = private unnamed_addr constant [8 x i8] c"destroy\00", align 1 @.str.7 = private unnamed_addr constant [14 x i8] c"Unknown verb.\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @g_sched_config], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @g_sched_config(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = tail call i32 @g_topology_assert() #2 %5 = tail call ptr @gctl_get_paraml(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef 8) #2 %6 = icmp eq ptr %5, null br i1 %6, label %7, label %9 7: ; preds = %3 %8 = tail call i32 (ptr, ptr, ...) @gctl_error(ptr noundef %0, ptr noundef nonnull @.str.1, ptr noundef nonnull @.str) #2 br label %37 9: ; preds = %3 %10 = load i64, ptr %5, align 8, !tbaa !6 %11 = load i64, ptr @G_SCHED_VERSION, align 8, !tbaa !6 %12 = icmp eq i64 %10, %11 br i1 %12, label %15, label %13 13: ; preds = %9 %14 = tail call i32 (ptr, ptr, ...) @gctl_error(ptr noundef %0, ptr noundef nonnull @.str.2) #2 br label %37 15: ; preds = %9 %16 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.3) #2 %17 = icmp eq i64 %16, 0 br i1 %17, label %18, label %20 18: ; preds = %15 %19 = tail call i32 @g_sched_ctl_create(ptr noundef %0, ptr noundef %1, i32 noundef 0) #2 br label %37 20: ; preds = %15 %21 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.4) #2 %22 = icmp eq i64 %21, 0 br i1 %22, label %23, label %25 23: ; preds = %20 %24 = tail call i32 @g_sched_ctl_create(ptr noundef %0, ptr noundef %1, i32 noundef 1) #2 br label %37 25: ; preds = %20 %26 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.5) #2 %27 = icmp eq i64 %26, 0 br i1 %27, label %28, label %30 28: ; preds = %25 %29 = tail call i32 @g_sched_ctl_configure(ptr noundef %0, ptr noundef %1) #2 br label %37 30: ; preds = %25 %31 = tail call i64 @strcmp(ptr noundef %2, ptr noundef nonnull @.str.6) #2 %32 = icmp eq i64 %31, 0 br i1 %32, label %33, label %35 33: ; preds = %30 %34 = tail call i32 @g_sched_ctl_destroy(ptr noundef %0, ptr noundef %1) #2 br label %37 35: ; preds = %30 %36 = tail call i32 (ptr, ptr, ...) @gctl_error(ptr noundef %0, ptr noundef nonnull @.str.7) #2 br label %37 37: ; preds = %35, %33, %28, %23, %18, %13, %7 ret void } declare i32 @g_topology_assert(...) local_unnamed_addr #1 declare ptr @gctl_get_paraml(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @gctl_error(ptr noundef, ptr noundef, ...) local_unnamed_addr #1 declare i64 @strcmp(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @g_sched_ctl_create(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @g_sched_ctl_configure(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @g_sched_ctl_destroy(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_sys_geom_sched_extr_g_sched.c_g_sched_config
; ModuleID = 'AnghaBench/linux/drivers/video/fbdev/extr_gbefb.c_gbefb_blank.c' source_filename = "AnghaBench/linux/drivers/video/fbdev/extr_gbefb.c_gbefb_blank.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @gbefb_blank], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @gbefb_blank(i32 noundef %0, ptr nocapture readnone %1) #0 { switch i32 %0, label %8 [ i32 128, label %3 i32 129, label %6 ] 3: ; preds = %2 %4 = tail call i32 (...) @gbe_turn_on() #2 %5 = tail call i32 (...) @gbe_loadcmap() #2 br label %8 6: ; preds = %2 %7 = tail call i32 (...) @gbe_turn_off() #2 br label %8 8: ; preds = %2, %6, %3 ret i32 0 } declare i32 @gbe_turn_on(...) local_unnamed_addr #1 declare i32 @gbe_loadcmap(...) local_unnamed_addr #1 declare i32 @gbe_turn_off(...) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/drivers/video/fbdev/extr_gbefb.c_gbefb_blank.c' source_filename = "AnghaBench/linux/drivers/video/fbdev/extr_gbefb.c_gbefb_blank.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @gbefb_blank], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @gbefb_blank(i32 noundef %0, ptr nocapture readnone %1) #0 { switch i32 %0, label %8 [ i32 128, label %3 i32 129, label %6 ] 3: ; preds = %2 %4 = tail call i32 @gbe_turn_on() #2 %5 = tail call i32 @gbe_loadcmap() #2 br label %8 6: ; preds = %2 %7 = tail call i32 @gbe_turn_off() #2 br label %8 8: ; preds = %2, %6, %3 ret i32 0 } declare i32 @gbe_turn_on(...) local_unnamed_addr #1 declare i32 @gbe_loadcmap(...) local_unnamed_addr #1 declare i32 @gbe_turn_off(...) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_drivers_video_fbdev_extr_gbefb.c_gbefb_blank
; ModuleID = 'AnghaBench/vlc/src/misc/extr_objres.c_vlc_obj_malloc.c' source_filename = "AnghaBench/vlc/src/misc/extr_objres.c_vlc_obj_malloc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @dummy_release = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local ptr @vlc_obj_malloc(ptr noundef %0, i64 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @dummy_release, align 4, !tbaa !5 %4 = tail call ptr @vlc_objres_new(i64 noundef %1, i32 noundef %3) #2 %5 = icmp ne ptr %4, null %6 = zext i1 %5 to i32 %7 = tail call i64 @likely(i32 noundef %6) #2 %8 = icmp eq i64 %7, 0 br i1 %8, label %11, label %9 9: ; preds = %2 %10 = tail call i32 @vlc_objres_push(ptr noundef %0, ptr noundef %4) #2 br label %11 11: ; preds = %9, %2 ret ptr %4 } declare ptr @vlc_objres_new(i64 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @likely(i32 noundef) local_unnamed_addr #1 declare i32 @vlc_objres_push(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/vlc/src/misc/extr_objres.c_vlc_obj_malloc.c' source_filename = "AnghaBench/vlc/src/misc/extr_objres.c_vlc_obj_malloc.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @dummy_release = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @vlc_obj_malloc(ptr noundef %0, i64 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @dummy_release, align 4, !tbaa !6 %4 = tail call ptr @vlc_objres_new(i64 noundef %1, i32 noundef %3) #2 %5 = icmp ne ptr %4, null %6 = zext i1 %5 to i32 %7 = tail call i64 @likely(i32 noundef %6) #2 %8 = icmp eq i64 %7, 0 br i1 %8, label %11, label %9 9: ; preds = %2 %10 = tail call i32 @vlc_objres_push(ptr noundef %0, ptr noundef %4) #2 br label %11 11: ; preds = %9, %2 ret ptr %4 } declare ptr @vlc_objres_new(i64 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @likely(i32 noundef) local_unnamed_addr #1 declare i32 @vlc_objres_push(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
vlc_src_misc_extr_objres.c_vlc_obj_malloc
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_cgraph.c_cgraph_global_info.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_cgraph.c_cgraph_global_info.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @FUNCTION_DECL = dso_local local_unnamed_addr global i64 0, align 8 @cgraph_global_info_ready = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local ptr @cgraph_global_info(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i64 @TREE_CODE(i32 noundef %0) #2 %3 = load i64, ptr @FUNCTION_DECL, align 8, !tbaa !5 %4 = icmp eq i64 %2, %3 %5 = load i64, ptr @cgraph_global_info_ready, align 8 %6 = icmp ne i64 %5, 0 %7 = select i1 %4, i1 %6, i1 false %8 = zext i1 %7 to i32 %9 = tail call i32 @gcc_assert(i32 noundef %8) #2 %10 = tail call ptr @cgraph_node(i32 noundef %0) #2 ret ptr %10 } declare i32 @gcc_assert(i32 noundef) local_unnamed_addr #1 declare i64 @TREE_CODE(i32 noundef) local_unnamed_addr #1 declare ptr @cgraph_node(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_cgraph.c_cgraph_global_info.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_cgraph.c_cgraph_global_info.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @FUNCTION_DECL = common local_unnamed_addr global i64 0, align 8 @cgraph_global_info_ready = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @cgraph_global_info(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i64 @TREE_CODE(i32 noundef %0) #2 %3 = load i64, ptr @FUNCTION_DECL, align 8, !tbaa !6 %4 = icmp eq i64 %2, %3 %5 = load i64, ptr @cgraph_global_info_ready, align 8 %6 = icmp ne i64 %5, 0 %7 = select i1 %4, i1 %6, i1 false %8 = zext i1 %7 to i32 %9 = tail call i32 @gcc_assert(i32 noundef %8) #2 %10 = tail call ptr @cgraph_node(i32 noundef %0) #2 ret ptr %10 } declare i32 @gcc_assert(i32 noundef) local_unnamed_addr #1 declare i64 @TREE_CODE(i32 noundef) local_unnamed_addr #1 declare ptr @cgraph_node(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_gcc_extr_cgraph.c_cgraph_global_info
; ModuleID = 'AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_dc.c_EMFDRV_IntersectClipRect.c' source_filename = "AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_dc.c_EMFDRV_IntersectClipRect.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_14__ = type { %struct.TYPE_15__, %struct.TYPE_11__ } %struct.TYPE_15__ = type { i32, i32 } %struct.TYPE_11__ = type { ptr, ptr, ptr, ptr } @pIntersectClipRect = dso_local local_unnamed_addr global i32 0, align 4 @EMR_INTERSECTCLIPRECT = dso_local local_unnamed_addr global i32 0, align 4 @ERROR = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind uwtable define dso_local ptr @EMFDRV_IntersectClipRect(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) local_unnamed_addr #0 { %6 = alloca %struct.TYPE_14__, align 8 %7 = load i32, ptr @pIntersectClipRect, align 4, !tbaa !5 %8 = tail call ptr @GET_NEXT_PHYSDEV(ptr noundef %0, i32 noundef %7) #3 call void @llvm.lifetime.start.p0(i64 40, ptr nonnull %6) #3 %9 = load i32, ptr @EMR_INTERSECTCLIPRECT, align 4, !tbaa !5 %10 = getelementptr inbounds %struct.TYPE_15__, ptr %6, i64 0, i32 1 store i32 %9, ptr %10, align 4, !tbaa !9 store i32 40, ptr %6, align 8, !tbaa !14 %11 = getelementptr inbounds %struct.TYPE_14__, ptr %6, i64 0, i32 1 %12 = getelementptr inbounds %struct.TYPE_14__, ptr %6, i64 0, i32 1, i32 3 store ptr %1, ptr %12, align 8, !tbaa !15 %13 = getelementptr inbounds %struct.TYPE_14__, ptr %6, i64 0, i32 1, i32 2 store ptr %2, ptr %13, align 8, !tbaa !16 %14 = getelementptr inbounds %struct.TYPE_14__, ptr %6, i64 0, i32 1, i32 1 store ptr %3, ptr %14, align 8, !tbaa !17 store ptr %4, ptr %11, align 8, !tbaa !18 %15 = call i32 @EMFDRV_WriteRecord(ptr noundef %0, ptr noundef nonnull %6) #3 %16 = icmp eq i32 %15, 0 br i1 %16, label %17, label %19 17: ; preds = %5 %18 = load ptr, ptr @ERROR, align 8, !tbaa !19 br label %23 19: ; preds = %5 %20 = load ptr, ptr %8, align 8, !tbaa !20 %21 = load ptr, ptr %20, align 8, !tbaa !22 %22 = call ptr %21(ptr noundef nonnull %8, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) #3 br label %23 23: ; preds = %19, %17 %24 = phi ptr [ %22, %19 ], [ %18, %17 ] call void @llvm.lifetime.end.p0(i64 40, ptr nonnull %6) #3 ret ptr %24 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @GET_NEXT_PHYSDEV(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @EMFDRV_WriteRecord(ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 4} !10 = !{!"TYPE_14__", !11, i64 0, !12, i64 8} !11 = !{!"TYPE_15__", !6, i64 0, !6, i64 4} !12 = !{!"TYPE_11__", !13, i64 0, !13, i64 8, !13, i64 16, !13, i64 24} !13 = !{!"any pointer", !7, i64 0} !14 = !{!10, !6, i64 0} !15 = !{!10, !13, i64 32} !16 = !{!10, !13, i64 24} !17 = !{!10, !13, i64 16} !18 = !{!10, !13, i64 8} !19 = !{!13, !13, i64 0} !20 = !{!21, !13, i64 0} !21 = !{!"TYPE_13__", !13, i64 0} !22 = !{!23, !13, i64 0} !23 = !{!"TYPE_12__", !13, i64 0}
; ModuleID = 'AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_dc.c_EMFDRV_IntersectClipRect.c' source_filename = "AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_dc.c_EMFDRV_IntersectClipRect.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_14__ = type { %struct.TYPE_15__, %struct.TYPE_11__ } %struct.TYPE_15__ = type { i32, i32 } %struct.TYPE_11__ = type { ptr, ptr, ptr, ptr } @pIntersectClipRect = common local_unnamed_addr global i32 0, align 4 @EMR_INTERSECTCLIPRECT = common local_unnamed_addr global i32 0, align 4 @ERROR = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @EMFDRV_IntersectClipRect(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) local_unnamed_addr #0 { %6 = alloca %struct.TYPE_14__, align 8 %7 = load i32, ptr @pIntersectClipRect, align 4, !tbaa !6 %8 = tail call ptr @GET_NEXT_PHYSDEV(ptr noundef %0, i32 noundef %7) #3 call void @llvm.lifetime.start.p0(i64 40, ptr nonnull %6) #3 %9 = load i32, ptr @EMR_INTERSECTCLIPRECT, align 4, !tbaa !6 %10 = getelementptr inbounds i8, ptr %6, i64 4 store i32 %9, ptr %10, align 4, !tbaa !10 store i32 40, ptr %6, align 8, !tbaa !15 %11 = getelementptr inbounds i8, ptr %6, i64 8 %12 = getelementptr inbounds i8, ptr %6, i64 32 store ptr %1, ptr %12, align 8, !tbaa !16 %13 = getelementptr inbounds i8, ptr %6, i64 24 store ptr %2, ptr %13, align 8, !tbaa !17 %14 = getelementptr inbounds i8, ptr %6, i64 16 store ptr %3, ptr %14, align 8, !tbaa !18 store ptr %4, ptr %11, align 8, !tbaa !19 %15 = call i32 @EMFDRV_WriteRecord(ptr noundef %0, ptr noundef nonnull %6) #3 %16 = icmp eq i32 %15, 0 br i1 %16, label %17, label %19 17: ; preds = %5 %18 = load ptr, ptr @ERROR, align 8, !tbaa !20 br label %23 19: ; preds = %5 %20 = load ptr, ptr %8, align 8, !tbaa !21 %21 = load ptr, ptr %20, align 8, !tbaa !23 %22 = call ptr %21(ptr noundef nonnull %8, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) #3 br label %23 23: ; preds = %19, %17 %24 = phi ptr [ %22, %19 ], [ %18, %17 ] call void @llvm.lifetime.end.p0(i64 40, ptr nonnull %6) #3 ret ptr %24 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @GET_NEXT_PHYSDEV(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @EMFDRV_WriteRecord(ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 4} !11 = !{!"TYPE_14__", !12, i64 0, !13, i64 8} !12 = !{!"TYPE_15__", !7, i64 0, !7, i64 4} !13 = !{!"TYPE_11__", !14, i64 0, !14, i64 8, !14, i64 16, !14, i64 24} !14 = !{!"any pointer", !8, i64 0} !15 = !{!11, !7, i64 0} !16 = !{!11, !14, i64 32} !17 = !{!11, !14, i64 24} !18 = !{!11, !14, i64 16} !19 = !{!11, !14, i64 8} !20 = !{!14, !14, i64 0} !21 = !{!22, !14, i64 0} !22 = !{!"TYPE_13__", !14, i64 0} !23 = !{!24, !14, i64 0} !24 = !{!"TYPE_12__", !14, i64 0}
reactos_win32ss_gdi_gdi32_wine_enhmfdrv_extr_dc.c_EMFDRV_IntersectClipRect
; ModuleID = 'AnghaBench/mpv/video/out/extr_vo_xv.c_xv_get_max_img_dim.c' source_filename = "AnghaBench/mpv/video/out/extr_vo_xv.c_xv_get_max_img_dim.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.vo = type { ptr, ptr } %struct.TYPE_6__ = type { i32, i32, i32 } @.str = private unnamed_addr constant [9 x i8] c"XV_IMAGE\00", align 1 @.str.1 = private unnamed_addr constant [40 x i8] c"Maximum source image dimensions: %ux%u\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @xv_get_max_img_dim], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @xv_get_max_img_dim(ptr noundef %0, ptr nocapture noundef %1, ptr nocapture noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = getelementptr inbounds %struct.vo, ptr %0, i64 0, i32 1 %7 = load ptr, ptr %6, align 8, !tbaa !5 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %8 = load ptr, ptr %0, align 8, !tbaa !10 %9 = load i32, ptr %8, align 4, !tbaa !11 %10 = load i32, ptr %7, align 4, !tbaa !14 %11 = call i32 @XvQueryEncodings(i32 noundef %9, i32 noundef %10, ptr noundef nonnull %5, ptr noundef nonnull %4) #3 %12 = load ptr, ptr %4, align 8, !tbaa !16 %13 = icmp ne ptr %12, null %14 = load i32, ptr %5, align 4 %15 = icmp ne i32 %14, 0 %16 = select i1 %13, i1 %15, i1 false br i1 %16, label %22, label %35 17: ; preds = %22 %18 = add nuw nsw i64 %23, 1 %19 = load i32, ptr %5, align 4, !tbaa !17 %20 = zext i32 %19 to i64 %21 = icmp ult i64 %18, %20 br i1 %21, label %22, label %35, !llvm.loop !18 22: ; preds = %3, %17 %23 = phi i64 [ %18, %17 ], [ 0, %3 ] %24 = load ptr, ptr %4, align 8, !tbaa !16 %25 = getelementptr inbounds %struct.TYPE_6__, ptr %24, i64 %23, i32 2 %26 = load i32, ptr %25, align 4, !tbaa !20 %27 = call i64 @strcmp(i32 noundef %26, ptr noundef nonnull @.str) #3 %28 = icmp eq i64 %27, 0 br i1 %28, label %29, label %17 29: ; preds = %22 %30 = load ptr, ptr %4, align 8, !tbaa !16 %31 = getelementptr inbounds %struct.TYPE_6__, ptr %30, i64 %23, i32 1 %32 = load i32, ptr %31, align 4, !tbaa !22 store i32 %32, ptr %1, align 4, !tbaa !17 %33 = getelementptr inbounds %struct.TYPE_6__, ptr %30, i64 %23 %34 = load i32, ptr %33, align 4, !tbaa !23 store i32 %34, ptr %2, align 4, !tbaa !17 br label %35 35: ; preds = %17, %29, %3 %36 = load i32, ptr %1, align 4, !tbaa !17 %37 = load i32, ptr %2, align 4, !tbaa !17 %38 = call i32 @MP_VERBOSE(ptr noundef nonnull %0, ptr noundef nonnull @.str.1, i32 noundef %36, i32 noundef %37) #3 %39 = load ptr, ptr %4, align 8, !tbaa !16 %40 = call i32 @XvFreeEncodingInfo(ptr noundef %39) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @XvQueryEncodings(i32 noundef, i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @strcmp(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @MP_VERBOSE(ptr noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @XvFreeEncodingInfo(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 8} !6 = !{!"vo", !7, i64 0, !7, i64 8} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 0} !11 = !{!12, !13, i64 0} !12 = !{!"TYPE_5__", !13, i64 0} !13 = !{!"int", !8, i64 0} !14 = !{!15, !13, i64 0} !15 = !{!"xvctx", !13, i64 0} !16 = !{!7, !7, i64 0} !17 = !{!13, !13, i64 0} !18 = distinct !{!18, !19} !19 = !{!"llvm.loop.mustprogress"} !20 = !{!21, !13, i64 8} !21 = !{!"TYPE_6__", !13, i64 0, !13, i64 4, !13, i64 8} !22 = !{!21, !13, i64 4} !23 = !{!21, !13, i64 0}
; ModuleID = 'AnghaBench/mpv/video/out/extr_vo_xv.c_xv_get_max_img_dim.c' source_filename = "AnghaBench/mpv/video/out/extr_vo_xv.c_xv_get_max_img_dim.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_6__ = type { i32, i32, i32 } @.str = private unnamed_addr constant [9 x i8] c"XV_IMAGE\00", align 1 @.str.1 = private unnamed_addr constant [40 x i8] c"Maximum source image dimensions: %ux%u\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @xv_get_max_img_dim], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @xv_get_max_img_dim(ptr noundef %0, ptr nocapture noundef %1, ptr nocapture noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = getelementptr inbounds i8, ptr %0, i64 8 %7 = load ptr, ptr %6, align 8, !tbaa !6 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %8 = load ptr, ptr %0, align 8, !tbaa !11 %9 = load i32, ptr %8, align 4, !tbaa !12 %10 = load i32, ptr %7, align 4, !tbaa !15 %11 = call i32 @XvQueryEncodings(i32 noundef %9, i32 noundef %10, ptr noundef nonnull %5, ptr noundef nonnull %4) #3 %12 = load ptr, ptr %4, align 8, !tbaa !17 %13 = icmp ne ptr %12, null %14 = load i32, ptr %5, align 4 %15 = icmp ne i32 %14, 0 %16 = select i1 %13, i1 %15, i1 false br i1 %16, label %22, label %35 17: ; preds = %22 %18 = add nuw nsw i64 %23, 1 %19 = load i32, ptr %5, align 4, !tbaa !18 %20 = zext i32 %19 to i64 %21 = icmp ult i64 %18, %20 br i1 %21, label %22, label %35, !llvm.loop !19 22: ; preds = %3, %17 %23 = phi i64 [ %18, %17 ], [ 0, %3 ] %24 = load ptr, ptr %4, align 8, !tbaa !17 %25 = getelementptr inbounds %struct.TYPE_6__, ptr %24, i64 %23, i32 2 %26 = load i32, ptr %25, align 4, !tbaa !21 %27 = call i64 @strcmp(i32 noundef %26, ptr noundef nonnull @.str) #3 %28 = icmp eq i64 %27, 0 br i1 %28, label %29, label %17 29: ; preds = %22 %30 = load ptr, ptr %4, align 8, !tbaa !17 %31 = getelementptr inbounds %struct.TYPE_6__, ptr %30, i64 %23, i32 1 %32 = load i32, ptr %31, align 4, !tbaa !23 store i32 %32, ptr %1, align 4, !tbaa !18 %33 = getelementptr inbounds %struct.TYPE_6__, ptr %30, i64 %23 %34 = load i32, ptr %33, align 4, !tbaa !24 store i32 %34, ptr %2, align 4, !tbaa !18 br label %35 35: ; preds = %17, %29, %3 %36 = load i32, ptr %1, align 4, !tbaa !18 %37 = load i32, ptr %2, align 4, !tbaa !18 %38 = call i32 @MP_VERBOSE(ptr noundef nonnull %0, ptr noundef nonnull @.str.1, i32 noundef %36, i32 noundef %37) #3 %39 = load ptr, ptr %4, align 8, !tbaa !17 %40 = call i32 @XvFreeEncodingInfo(ptr noundef %39) #3 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #3 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @XvQueryEncodings(i32 noundef, i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @strcmp(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @MP_VERBOSE(ptr noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @XvFreeEncodingInfo(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 8} !7 = !{!"vo", !8, i64 0, !8, i64 8} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 0} !12 = !{!13, !14, i64 0} !13 = !{!"TYPE_5__", !14, i64 0} !14 = !{!"int", !9, i64 0} !15 = !{!16, !14, i64 0} !16 = !{!"xvctx", !14, i64 0} !17 = !{!8, !8, i64 0} !18 = !{!14, !14, i64 0} !19 = distinct !{!19, !20} !20 = !{!"llvm.loop.mustprogress"} !21 = !{!22, !14, i64 8} !22 = !{!"TYPE_6__", !14, i64 0, !14, i64 4, !14, i64 8} !23 = !{!22, !14, i64 4} !24 = !{!22, !14, i64 0}
mpv_video_out_extr_vo_xv.c_xv_get_max_img_dim
; ModuleID = 'AnghaBench/sqlcipher/ext/lsm1/extr_lsm_shared.c_lsm_checkpoint.c' source_filename = "AnghaBench/sqlcipher/ext/lsm1/extr_lsm_shared.c_lsm_checkpoint.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @LSM_OK = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @lsm_checkpoint(ptr noundef %0, ptr noundef writeonly %1) local_unnamed_addr #0 { %3 = alloca i64, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #3 store i64 0, ptr %3, align 8, !tbaa !5 %4 = call i32 @lsmCheckpointWrite(ptr noundef %0, ptr noundef nonnull %3) #3 %5 = icmp eq ptr %1, null br i1 %5, label %21, label %6 6: ; preds = %2 %7 = load i32, ptr @LSM_OK, align 4, !tbaa !9 %8 = icmp eq i32 %4, %7 %9 = load i64, ptr %3, align 8 %10 = icmp ne i64 %9, 0 %11 = select i1 %8, i1 %10, i1 false br i1 %11, label %12, label %19 12: ; preds = %6 %13 = trunc i64 %9 to i32 %14 = load i32, ptr %0, align 4, !tbaa !11 %15 = call i32 @lsmFsPageSize(i32 noundef %14) #3 %16 = mul nsw i32 %15, %13 %17 = add nsw i32 %16, 1023 %18 = sdiv i32 %17, 1024 br label %19 19: ; preds = %12, %6 %20 = phi i32 [ %18, %12 ], [ 0, %6 ] store i32 %20, ptr %1, align 4, !tbaa !9 br label %21 21: ; preds = %19, %2 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #3 ret i32 %4 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @lsmCheckpointWrite(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @lsmFsPageSize(i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0} !11 = !{!12, !10, i64 0} !12 = !{!"TYPE_4__", !10, i64 0}
; ModuleID = 'AnghaBench/sqlcipher/ext/lsm1/extr_lsm_shared.c_lsm_checkpoint.c' source_filename = "AnghaBench/sqlcipher/ext/lsm1/extr_lsm_shared.c_lsm_checkpoint.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @LSM_OK = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @lsm_checkpoint(ptr noundef %0, ptr noundef writeonly %1) local_unnamed_addr #0 { %3 = alloca i64, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #3 store i64 0, ptr %3, align 8, !tbaa !6 %4 = call i32 @lsmCheckpointWrite(ptr noundef %0, ptr noundef nonnull %3) #3 %5 = icmp eq ptr %1, null br i1 %5, label %21, label %6 6: ; preds = %2 %7 = load i32, ptr @LSM_OK, align 4, !tbaa !10 %8 = icmp eq i32 %4, %7 %9 = load i64, ptr %3, align 8 %10 = icmp ne i64 %9, 0 %11 = select i1 %8, i1 %10, i1 false br i1 %11, label %12, label %19 12: ; preds = %6 %13 = trunc i64 %9 to i32 %14 = load i32, ptr %0, align 4, !tbaa !12 %15 = call i32 @lsmFsPageSize(i32 noundef %14) #3 %16 = mul nsw i32 %15, %13 %17 = add nsw i32 %16, 1023 %18 = sdiv i32 %17, 1024 br label %19 19: ; preds = %12, %6 %20 = phi i32 [ %18, %12 ], [ 0, %6 ] store i32 %20, ptr %1, align 4, !tbaa !10 br label %21 21: ; preds = %19, %2 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #3 ret i32 %4 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @lsmCheckpointWrite(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @lsmFsPageSize(i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!13, !11, i64 0} !13 = !{!"TYPE_4__", !11, i64 0}
sqlcipher_ext_lsm1_extr_lsm_shared.c_lsm_checkpoint
; ModuleID = 'AnghaBench/Cello/src/extr_Num.c_Int_Brief.c' source_filename = "AnghaBench/Cello/src/extr_Num.c_Int_Brief.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [15 x i8] c"Integer Object\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @Int_Brief], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noundef nonnull ptr @Int_Brief() #0 { ret ptr @.str } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/Cello/src/extr_Num.c_Int_Brief.c' source_filename = "AnghaBench/Cello/src/extr_Num.c_Int_Brief.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [15 x i8] c"Integer Object\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @Int_Brief], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noundef nonnull ptr @Int_Brief() #0 { ret ptr @.str } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
Cello_src_extr_Num.c_Int_Brief
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_tree-vn.c_vn_add.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_tree-vn.c_vn_add.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: nounwind uwtable define dso_local void @vn_add(i32 noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = tail call i32 @vn_add_with_vuses(i32 noundef %0, i32 noundef %1, ptr noundef null) #2 ret void } declare i32 @vn_add_with_vuses(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_tree-vn.c_vn_add.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_tree-vn.c_vn_add.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nounwind ssp uwtable(sync) define void @vn_add(i32 noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = tail call i32 @vn_add_with_vuses(i32 noundef %0, i32 noundef %1, ptr noundef null) #2 ret void } declare i32 @vn_add_with_vuses(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
freebsd_contrib_gcc_extr_tree-vn.c_vn_add
; ModuleID = 'AnghaBench/zfs/lib/libspl/extr_zone.c_getzonenamebyid.c' source_filename = "AnghaBench/zfs/lib/libspl/extr_zone.c_getzonenamebyid.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @GLOBAL_ZONEID = dso_local local_unnamed_addr global i64 0, align 8 @EINVAL = dso_local local_unnamed_addr global i64 0, align 8 @GLOBAL_ZONEID_NAME = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i64 @getzonenamebyid(i64 noundef %0, ptr noundef %1, i64 noundef %2) local_unnamed_addr #0 { %4 = load i64, ptr @GLOBAL_ZONEID, align 8, !tbaa !5 %5 = icmp eq i64 %4, %0 br i1 %5, label %8, label %6 6: ; preds = %3 %7 = load i64, ptr @EINVAL, align 8, !tbaa !5 br label %20 8: ; preds = %3 %9 = load i32, ptr @GLOBAL_ZONEID_NAME, align 4, !tbaa !9 %10 = tail call i64 @strlen(i32 noundef %9) #2 %11 = add nsw i64 %10, 1 %12 = icmp eq ptr %1, null %13 = icmp eq i64 %2, 0 %14 = or i1 %12, %13 br i1 %14, label %20, label %15 15: ; preds = %8 %16 = load i32, ptr @GLOBAL_ZONEID_NAME, align 4, !tbaa !9 %17 = tail call i32 @strncpy(ptr noundef nonnull %1, i32 noundef %16, i64 noundef %2) #2 %18 = getelementptr i8, ptr %1, i64 %2 %19 = getelementptr i8, ptr %18, i64 -1 store i8 0, ptr %19, align 1, !tbaa !11 br label %20 20: ; preds = %15, %8, %6 %21 = phi i64 [ %7, %6 ], [ %11, %8 ], [ %11, %15 ] ret i64 %21 } declare i64 @strlen(i32 noundef) local_unnamed_addr #1 declare i32 @strncpy(ptr noundef, i32 noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0} !11 = !{!7, !7, i64 0}
; ModuleID = 'AnghaBench/zfs/lib/libspl/extr_zone.c_getzonenamebyid.c' source_filename = "AnghaBench/zfs/lib/libspl/extr_zone.c_getzonenamebyid.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @GLOBAL_ZONEID = common local_unnamed_addr global i64 0, align 8 @EINVAL = common local_unnamed_addr global i64 0, align 8 @GLOBAL_ZONEID_NAME = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i64 @getzonenamebyid(i64 noundef %0, ptr noundef %1, i64 noundef %2) local_unnamed_addr #0 { %4 = load i64, ptr @GLOBAL_ZONEID, align 8, !tbaa !6 %5 = icmp eq i64 %4, %0 br i1 %5, label %8, label %6 6: ; preds = %3 %7 = load i64, ptr @EINVAL, align 8, !tbaa !6 br label %20 8: ; preds = %3 %9 = load i32, ptr @GLOBAL_ZONEID_NAME, align 4, !tbaa !10 %10 = tail call i64 @strlen(i32 noundef %9) #2 %11 = add nsw i64 %10, 1 %12 = icmp eq ptr %1, null %13 = icmp eq i64 %2, 0 %14 = or i1 %12, %13 br i1 %14, label %20, label %15 15: ; preds = %8 %16 = load i32, ptr @GLOBAL_ZONEID_NAME, align 4, !tbaa !10 %17 = tail call i32 @strncpy(ptr noundef nonnull %1, i32 noundef %16, i64 noundef %2) #2 %18 = getelementptr i8, ptr %1, i64 %2 %19 = getelementptr i8, ptr %18, i64 -1 store i8 0, ptr %19, align 1, !tbaa !12 br label %20 20: ; preds = %15, %8, %6 %21 = phi i64 [ %7, %6 ], [ %11, %8 ], [ %11, %15 ] ret i64 %21 } declare i64 @strlen(i32 noundef) local_unnamed_addr #1 declare i32 @strncpy(ptr noundef, i32 noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!8, !8, i64 0}
zfs_lib_libspl_extr_zone.c_getzonenamebyid