IR_x86
string
IR_arm
string
filename
string
; ModuleID = 'AnghaBench/linux/drivers/devfreq/extr_devfreq.c_polling_interval_store.c' source_filename = "AnghaBench/linux/drivers/devfreq/extr_devfreq.c_polling_interval_store.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" @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [3 x i8] c"%u\00", align 1 @DEVFREQ_GOV_INTERVAL = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @polling_interval_store], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @polling_interval_store(ptr noundef %0, ptr nocapture readnone %1, ptr noundef %2, i64 noundef %3) #0 { %5 = alloca i32, align 4 %6 = tail call ptr @to_devfreq(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %7 = load ptr, ptr %6, align 8, !tbaa !5 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %4 %10 = load i32, ptr @EINVAL, align 4, !tbaa !10 %11 = sub nsw i32 0, %10 br label %24 12: ; preds = %4 %13 = call i32 @sscanf(ptr noundef %2, ptr noundef nonnull @.str, ptr noundef nonnull %5) #3 %14 = icmp eq i32 %13, 1 br i1 %14, label %18, label %15 15: ; preds = %12 %16 = load i32, ptr @EINVAL, align 4, !tbaa !10 %17 = sub nsw i32 0, %16 br label %24 18: ; preds = %12 %19 = load ptr, ptr %6, align 8, !tbaa !5 %20 = load ptr, ptr %19, align 8, !tbaa !12 %21 = load i32, ptr @DEVFREQ_GOV_INTERVAL, align 4, !tbaa !10 %22 = call i32 %20(ptr noundef nonnull %6, i32 noundef %21, ptr noundef nonnull %5) #3 %23 = trunc i64 %3 to i32 br label %24 24: ; preds = %18, %15, %9 %25 = phi i32 [ %17, %15 ], [ %23, %18 ], [ %11, %9 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret i32 %25 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @to_devfreq(ptr noundef) local_unnamed_addr #2 declare i32 @sscanf(ptr 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, !7, i64 0} !6 = !{!"devfreq", !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, !7, i64 0} !13 = !{!"TYPE_2__", !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/devfreq/extr_devfreq.c_polling_interval_store.c' source_filename = "AnghaBench/linux/drivers/devfreq/extr_devfreq.c_polling_interval_store.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 [3 x i8] c"%u\00", align 1 @DEVFREQ_GOV_INTERVAL = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @polling_interval_store], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @polling_interval_store(ptr noundef %0, ptr nocapture readnone %1, ptr noundef %2, i64 noundef %3) #0 { %5 = alloca i32, align 4 %6 = tail call ptr @to_devfreq(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %7 = load ptr, ptr %6, align 8, !tbaa !6 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %4 %10 = load i32, ptr @EINVAL, align 4, !tbaa !11 %11 = sub nsw i32 0, %10 br label %24 12: ; preds = %4 %13 = call i32 @sscanf(ptr noundef %2, ptr noundef nonnull @.str, ptr noundef nonnull %5) #3 %14 = icmp eq i32 %13, 1 br i1 %14, label %18, label %15 15: ; preds = %12 %16 = load i32, ptr @EINVAL, align 4, !tbaa !11 %17 = sub nsw i32 0, %16 br label %24 18: ; preds = %12 %19 = load ptr, ptr %6, align 8, !tbaa !6 %20 = load ptr, ptr %19, align 8, !tbaa !13 %21 = load i32, ptr @DEVFREQ_GOV_INTERVAL, align 4, !tbaa !11 %22 = call i32 %20(ptr noundef nonnull %6, i32 noundef %21, ptr noundef nonnull %5) #3 %23 = trunc i64 %3 to i32 br label %24 24: ; preds = %18, %15, %9 %25 = phi i32 [ %17, %15 ], [ %23, %18 ], [ %11, %9 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret i32 %25 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @to_devfreq(ptr noundef) local_unnamed_addr #2 declare i32 @sscanf(ptr 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, !8, i64 0} !7 = !{!"devfreq", !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, !8, i64 0} !14 = !{!"TYPE_2__", !8, i64 0}
linux_drivers_devfreq_extr_devfreq.c_polling_interval_store
; ModuleID = 'AnghaBench/git/extr_wt-status.c_has_unstaged_changes.c' source_filename = "AnghaBench/git/extr_wt-status.c_has_unstaged_changes.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.rev_info = type { %struct.TYPE_5__ } %struct.TYPE_5__ = type { %struct.TYPE_4__ } %struct.TYPE_4__ = type { i32, i32, i32 } ; Function Attrs: nounwind uwtable define dso_local i32 @has_unstaged_changes(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca %struct.rev_info, align 4 call void @llvm.lifetime.start.p0(i64 12, ptr nonnull %3) #3 %4 = call i32 @repo_init_revisions(ptr noundef %0, ptr noundef nonnull %3, ptr noundef null) #3 %5 = icmp eq i32 %1, 0 br i1 %5, label %8, label %6 6: ; preds = %2 store i32 1, ptr %3, align 4, !tbaa !5 %7 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i64 0, i32 1 store i32 1, ptr %7, align 4, !tbaa !12 br label %8 8: ; preds = %6, %2 %9 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i64 0, i32 2 store i32 1, ptr %9, align 4, !tbaa !13 %10 = call i32 @diff_setup_done(ptr noundef nonnull %3) #3 %11 = call i32 @run_diff_files(ptr noundef nonnull %3, i32 noundef 0) #3 %12 = call i32 @diff_result_code(ptr noundef nonnull %3, i32 noundef %11) #3 call void @llvm.lifetime.end.p0(i64 12, ptr nonnull %3) #3 ret i32 %12 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @repo_init_revisions(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @diff_setup_done(ptr noundef) local_unnamed_addr #2 declare i32 @run_diff_files(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @diff_result_code(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, !9, i64 0} !6 = !{!"rev_info", !7, i64 0} !7 = !{!"TYPE_5__", !8, i64 0} !8 = !{!"TYPE_4__", !9, i64 0, !9, i64 4, !9, i64 8} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!6, !9, i64 4} !13 = !{!6, !9, i64 8}
; ModuleID = 'AnghaBench/git/extr_wt-status.c_has_unstaged_changes.c' source_filename = "AnghaBench/git/extr_wt-status.c_has_unstaged_changes.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.rev_info = type { %struct.TYPE_5__ } %struct.TYPE_5__ = type { %struct.TYPE_4__ } %struct.TYPE_4__ = type { i32, i32, i32 } ; Function Attrs: nounwind ssp uwtable(sync) define i32 @has_unstaged_changes(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca %struct.rev_info, align 8 call void @llvm.lifetime.start.p0(i64 12, ptr nonnull %3) #3 %4 = call i32 @repo_init_revisions(ptr noundef %0, ptr noundef nonnull %3, ptr noundef null) #3 %5 = icmp eq i32 %1, 0 br i1 %5, label %7, label %6 6: ; preds = %2 store <2 x i32> <i32 1, i32 1>, ptr %3, align 8, !tbaa !6 br label %7 7: ; preds = %6, %2 %8 = getelementptr inbounds i8, ptr %3, i64 8 store i32 1, ptr %8, align 8, !tbaa !10 %9 = call i32 @diff_setup_done(ptr noundef nonnull %3) #3 %10 = call i32 @run_diff_files(ptr noundef nonnull %3, i32 noundef 0) #3 %11 = call i32 @diff_result_code(ptr noundef nonnull %3, i32 noundef %10) #3 call void @llvm.lifetime.end.p0(i64 12, 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 @repo_init_revisions(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @diff_setup_done(ptr noundef) local_unnamed_addr #2 declare i32 @run_diff_files(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @diff_result_code(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 8} !11 = !{!"rev_info", !12, i64 0} !12 = !{!"TYPE_5__", !13, i64 0} !13 = !{!"TYPE_4__", !7, i64 0, !7, i64 4, !7, i64 8}
git_extr_wt-status.c_has_unstaged_changes
; ModuleID = 'AnghaBench/mpv/audio/out/extr_ao_sndio.c_volcb.c' source_filename = "AnghaBench/mpv/audio/out/extr_ao_sndio.c_volcb.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 @volcb], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) uwtable define internal void @volcb(ptr nocapture noundef writeonly %0, i32 noundef %1) #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 = !{!"priv", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/mpv/audio/out/extr_ao_sndio.c_volcb.c' source_filename = "AnghaBench/mpv/audio/out/extr_ao_sndio.c_volcb.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 @volcb], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: write) uwtable(sync) define internal void @volcb(ptr nocapture noundef writeonly %0, i32 noundef %1) #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 = !{!"priv", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
mpv_audio_out_extr_ao_sndio.c_volcb
; ModuleID = 'AnghaBench/sqlcipher/src/extr_vtab.c_sqlite3VtabCreateModule.c' source_filename = "AnghaBench/sqlcipher/src/extr_vtab.c_sqlite3VtabCreateModule.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_9__ = type { ptr, ptr, i64, ptr, ptr } ; Function Attrs: nounwind uwtable define dso_local ptr @sqlite3VtabCreateModule(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) local_unnamed_addr #0 { %6 = tail call i32 @sqlite3Strlen30(ptr noundef %1) #2 %7 = add i32 %6, 41 %8 = tail call i64 @sqlite3Malloc(i32 noundef %7) #2 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %5 %11 = tail call i32 @sqlite3OomFault(ptr noundef %0) #2 br label %31 12: ; preds = %5 %13 = inttoptr i64 %8 to ptr %14 = getelementptr inbounds %struct.TYPE_9__, ptr %13, i64 1 %15 = add nsw i32 %6, 1 %16 = tail call i32 @memcpy(ptr noundef nonnull %14, ptr noundef %1, i32 noundef %15) #2 store ptr %14, ptr %13, align 8, !tbaa !5 %17 = getelementptr inbounds %struct.TYPE_9__, ptr %13, i64 0, i32 4 store ptr %2, ptr %17, align 8, !tbaa !11 %18 = getelementptr inbounds %struct.TYPE_9__, ptr %13, i64 0, i32 3 store ptr %3, ptr %18, align 8, !tbaa !12 %19 = getelementptr inbounds %struct.TYPE_9__, ptr %13, i64 0, i32 1 store ptr %4, ptr %19, align 8, !tbaa !13 %20 = getelementptr inbounds %struct.TYPE_9__, ptr %13, i64 0, i32 2 store i64 0, ptr %20, align 8, !tbaa !14 %21 = tail call i64 @sqlite3HashInsert(ptr noundef %0, ptr noundef nonnull %14, ptr noundef nonnull %13) #2 %22 = inttoptr i64 %21 to ptr %23 = icmp eq i64 %21, 0 %24 = icmp eq ptr %22, %13 %25 = or i1 %23, %24 %26 = zext i1 %25 to i32 %27 = tail call i32 @assert(i32 noundef %26) #2 br i1 %23, label %31, label %28 28: ; preds = %12 %29 = tail call i32 @sqlite3OomFault(ptr noundef %0) #2 %30 = tail call i32 @sqlite3DbFree(ptr noundef %0, ptr noundef nonnull %22) #2 br label %31 31: ; preds = %12, %28, %10 %32 = phi ptr [ null, %10 ], [ null, %28 ], [ %13, %12 ] ret ptr %32 } declare i32 @sqlite3Strlen30(ptr noundef) local_unnamed_addr #1 declare i64 @sqlite3Malloc(i32 noundef) local_unnamed_addr #1 declare i32 @sqlite3OomFault(ptr noundef) local_unnamed_addr #1 declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @sqlite3HashInsert(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @assert(i32 noundef) local_unnamed_addr #1 declare i32 @sqlite3DbFree(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 0} !6 = !{!"TYPE_9__", !7, i64 0, !7, i64 8, !10, i64 16, !7, i64 24, !7, i64 32} !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 32} !12 = !{!6, !7, i64 24} !13 = !{!6, !7, i64 8} !14 = !{!6, !10, i64 16}
; ModuleID = 'AnghaBench/sqlcipher/src/extr_vtab.c_sqlite3VtabCreateModule.c' source_filename = "AnghaBench/sqlcipher/src/extr_vtab.c_sqlite3VtabCreateModule.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 ptr @sqlite3VtabCreateModule(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) local_unnamed_addr #0 { %6 = tail call i32 @sqlite3Strlen30(ptr noundef %1) #2 %7 = add i32 %6, 41 %8 = tail call i64 @sqlite3Malloc(i32 noundef %7) #2 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %5 %11 = tail call i32 @sqlite3OomFault(ptr noundef %0) #2 br label %31 12: ; preds = %5 %13 = inttoptr i64 %8 to ptr %14 = getelementptr inbounds i8, ptr %13, i64 40 %15 = add nsw i32 %6, 1 %16 = tail call i32 @memcpy(ptr noundef nonnull %14, ptr noundef %1, i32 noundef %15) #2 store ptr %14, ptr %13, align 8, !tbaa !6 %17 = getelementptr inbounds i8, ptr %13, i64 32 store ptr %2, ptr %17, align 8, !tbaa !12 %18 = getelementptr inbounds i8, ptr %13, i64 24 store ptr %3, ptr %18, align 8, !tbaa !13 %19 = getelementptr inbounds i8, ptr %13, i64 8 store ptr %4, ptr %19, align 8, !tbaa !14 %20 = getelementptr inbounds i8, ptr %13, i64 16 store i64 0, ptr %20, align 8, !tbaa !15 %21 = tail call i64 @sqlite3HashInsert(ptr noundef %0, ptr noundef nonnull %14, ptr noundef nonnull %13) #2 %22 = icmp eq i64 %21, 0 %23 = icmp eq i64 %21, %8 %24 = or i1 %22, %23 %25 = zext i1 %24 to i32 %26 = tail call i32 @assert(i32 noundef %25) #2 br i1 %22, label %31, label %27 27: ; preds = %12 %28 = inttoptr i64 %21 to ptr %29 = tail call i32 @sqlite3OomFault(ptr noundef %0) #2 %30 = tail call i32 @sqlite3DbFree(ptr noundef %0, ptr noundef nonnull %28) #2 br label %31 31: ; preds = %12, %27, %10 %32 = phi ptr [ null, %10 ], [ null, %27 ], [ %13, %12 ] ret ptr %32 } declare i32 @sqlite3Strlen30(ptr noundef) local_unnamed_addr #1 declare i64 @sqlite3Malloc(i32 noundef) local_unnamed_addr #1 declare i32 @sqlite3OomFault(ptr noundef) local_unnamed_addr #1 declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @sqlite3HashInsert(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @assert(i32 noundef) local_unnamed_addr #1 declare i32 @sqlite3DbFree(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 0} !7 = !{!"TYPE_9__", !8, i64 0, !8, i64 8, !11, i64 16, !8, i64 24, !8, i64 32} !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 32} !13 = !{!7, !8, i64 24} !14 = !{!7, !8, i64 8} !15 = !{!7, !11, i64 16}
sqlcipher_src_extr_vtab.c_sqlite3VtabCreateModule
; ModuleID = 'AnghaBench/linux/drivers/scsi/fnic/extr_fnic_scsi.c_fnic_host_reset.c' source_filename = "AnghaBench/linux/drivers/scsi/fnic/extr_fnic_scsi.c_fnic_host_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" %struct.fnic = type { i32, i32, ptr } %struct.fc_lport = type { i64, i64 } @KERN_DEBUG = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [52 x i8] c"host reset in progress skipping another host reset\0A\00", align 1 @SUCCESS = dso_local local_unnamed_addr global i32 0, align 4 @FAILED = dso_local local_unnamed_addr global i32 0, align 4 @jiffies = dso_local local_unnamed_addr global i64 0, align 8 @FNIC_HOST_RESET_SETTLE_TIME = dso_local local_unnamed_addr global i64 0, align 8 @HZ = dso_local local_unnamed_addr global i64 0, align 8 @LPORT_ST_READY = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local i32 @fnic_host_reset(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load ptr, ptr %0, align 8, !tbaa !5 %3 = load ptr, ptr %2, align 8, !tbaa !10 %4 = tail call ptr @shost_priv(ptr noundef %3) #2 %5 = tail call ptr @lport_priv(ptr noundef %4) #2 %6 = getelementptr inbounds %struct.fnic, ptr %5, i64 0, i32 1 %7 = tail call i32 @spin_lock_irqsave(ptr noundef nonnull %6, i64 noundef undef) #2 %8 = load i32, ptr %5, align 8, !tbaa !12 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %18 10: ; preds = %1 store i32 1, ptr %5, align 8, !tbaa !12 %11 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %6, i64 noundef undef) #2 %12 = tail call i64 @fnic_reset(ptr noundef %3) #2 %13 = icmp eq i64 %12, 0 %14 = load i32, ptr @SUCCESS, align 4 %15 = load i32, ptr @FAILED, align 4 %16 = select i1 %13, i32 %14, i32 %15 %17 = icmp eq i32 %16, %14 br i1 %17, label %26, label %50 18: ; preds = %1 %19 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %6, i64 noundef undef) #2 %20 = load i32, ptr @KERN_DEBUG, align 4, !tbaa !15 %21 = getelementptr inbounds %struct.fnic, ptr %5, i64 0, i32 2 %22 = load ptr, ptr %21, align 8, !tbaa !16 %23 = load i32, ptr %22, align 4, !tbaa !17 %24 = tail call i32 @FNIC_SCSI_DBG(i32 noundef %20, i32 noundef %23, ptr noundef nonnull @.str) #2 %25 = load i32, ptr @SUCCESS, align 4, !tbaa !15 br label %54 26: ; preds = %10 %27 = load i64, ptr @jiffies, align 8, !tbaa !19 %28 = load i64, ptr @FNIC_HOST_RESET_SETTLE_TIME, align 8, !tbaa !19 %29 = load i64, ptr @HZ, align 8, !tbaa !19 %30 = mul i64 %29, %28 %31 = add i64 %30, %27 %32 = tail call i64 @time_before(i64 noundef %27, i64 noundef %31) #2 %33 = icmp eq i64 %32, 0 br i1 %33, label %50, label %34 34: ; preds = %26 %35 = getelementptr inbounds %struct.fc_lport, ptr %4, i64 0, i32 1 br label %36 36: ; preds = %34, %45 %37 = load i64, ptr %4, align 8, !tbaa !21 %38 = load i64, ptr @LPORT_ST_READY, align 8, !tbaa !19 %39 = icmp eq i64 %37, %38 br i1 %39, label %40, label %45 40: ; preds = %36 %41 = load i64, ptr %35, align 8, !tbaa !23 %42 = icmp eq i64 %41, 0 br i1 %42, label %45, label %43 43: ; preds = %40 %44 = load i32, ptr @SUCCESS, align 4, !tbaa !15 br label %50 45: ; preds = %40, %36 %46 = tail call i32 @ssleep(i32 noundef 1) #2 %47 = load i64, ptr @jiffies, align 8, !tbaa !19 %48 = tail call i64 @time_before(i64 noundef %47, i64 noundef %31) #2 %49 = icmp eq i64 %48, 0 br i1 %49, label %50, label %36, !llvm.loop !24 50: ; preds = %45, %26, %43, %10 %51 = phi i32 [ %44, %43 ], [ %16, %10 ], [ %15, %26 ], [ %15, %45 ] %52 = tail call i32 @spin_lock_irqsave(ptr noundef nonnull %6, i64 noundef undef) #2 store i32 0, ptr %5, align 8, !tbaa !12 %53 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %6, i64 noundef undef) #2 br label %54 54: ; preds = %50, %18 %55 = phi i32 [ %51, %50 ], [ %25, %18 ] ret i32 %55 } declare ptr @shost_priv(ptr noundef) local_unnamed_addr #1 declare ptr @lport_priv(ptr noundef) local_unnamed_addr #1 declare i32 @spin_lock_irqsave(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irqrestore(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @FNIC_SCSI_DBG(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i64 @fnic_reset(ptr noundef) local_unnamed_addr #1 declare i64 @time_before(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @ssleep(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 = !{!"scsi_cmnd", !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 = !{!"TYPE_3__", !7, i64 0} !12 = !{!13, !14, i64 0} !13 = !{!"fnic", !14, i64 0, !14, i64 4, !7, i64 8} !14 = !{!"int", !8, i64 0} !15 = !{!14, !14, i64 0} !16 = !{!13, !7, i64 8} !17 = !{!18, !14, i64 0} !18 = !{!"TYPE_4__", !14, i64 0} !19 = !{!20, !20, i64 0} !20 = !{!"long", !8, i64 0} !21 = !{!22, !20, i64 0} !22 = !{!"fc_lport", !20, i64 0, !20, i64 8} !23 = !{!22, !20, i64 8} !24 = distinct !{!24, !25} !25 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/drivers/scsi/fnic/extr_fnic_scsi.c_fnic_host_reset.c' source_filename = "AnghaBench/linux/drivers/scsi/fnic/extr_fnic_scsi.c_fnic_host_reset.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @KERN_DEBUG = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [52 x i8] c"host reset in progress skipping another host reset\0A\00", align 1 @SUCCESS = common local_unnamed_addr global i32 0, align 4 @FAILED = common local_unnamed_addr global i32 0, align 4 @jiffies = common local_unnamed_addr global i64 0, align 8 @FNIC_HOST_RESET_SETTLE_TIME = common local_unnamed_addr global i64 0, align 8 @HZ = common local_unnamed_addr global i64 0, align 8 @LPORT_ST_READY = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @fnic_host_reset(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load ptr, ptr %0, align 8, !tbaa !6 %3 = load ptr, ptr %2, align 8, !tbaa !11 %4 = tail call ptr @shost_priv(ptr noundef %3) #2 %5 = tail call ptr @lport_priv(ptr noundef %4) #2 %6 = getelementptr inbounds i8, ptr %5, i64 4 %7 = tail call i32 @spin_lock_irqsave(ptr noundef nonnull %6, i64 noundef undef) #2 %8 = load i32, ptr %5, align 8, !tbaa !13 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %18 10: ; preds = %1 store i32 1, ptr %5, align 8, !tbaa !13 %11 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %6, i64 noundef undef) #2 %12 = tail call i64 @fnic_reset(ptr noundef %3) #2 %13 = icmp eq i64 %12, 0 %14 = load i32, ptr @SUCCESS, align 4 %15 = load i32, ptr @FAILED, align 4 %16 = select i1 %13, i32 %14, i32 %15 %17 = icmp eq i32 %16, %14 br i1 %17, label %26, label %50 18: ; preds = %1 %19 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %6, i64 noundef undef) #2 %20 = load i32, ptr @KERN_DEBUG, align 4, !tbaa !16 %21 = getelementptr inbounds i8, ptr %5, i64 8 %22 = load ptr, ptr %21, align 8, !tbaa !17 %23 = load i32, ptr %22, align 4, !tbaa !18 %24 = tail call i32 @FNIC_SCSI_DBG(i32 noundef %20, i32 noundef %23, ptr noundef nonnull @.str) #2 %25 = load i32, ptr @SUCCESS, align 4, !tbaa !16 br label %54 26: ; preds = %10 %27 = load i64, ptr @jiffies, align 8, !tbaa !20 %28 = load i64, ptr @FNIC_HOST_RESET_SETTLE_TIME, align 8, !tbaa !20 %29 = load i64, ptr @HZ, align 8, !tbaa !20 %30 = mul i64 %29, %28 %31 = add i64 %30, %27 %32 = tail call i64 @time_before(i64 noundef %27, i64 noundef %31) #2 %33 = icmp eq i64 %32, 0 br i1 %33, label %50, label %34 34: ; preds = %26 %35 = getelementptr inbounds i8, ptr %4, i64 8 br label %36 36: ; preds = %34, %45 %37 = load i64, ptr %4, align 8, !tbaa !22 %38 = load i64, ptr @LPORT_ST_READY, align 8, !tbaa !20 %39 = icmp eq i64 %37, %38 br i1 %39, label %40, label %45 40: ; preds = %36 %41 = load i64, ptr %35, align 8, !tbaa !24 %42 = icmp eq i64 %41, 0 br i1 %42, label %45, label %43 43: ; preds = %40 %44 = load i32, ptr @SUCCESS, align 4, !tbaa !16 br label %50 45: ; preds = %40, %36 %46 = tail call i32 @ssleep(i32 noundef 1) #2 %47 = load i64, ptr @jiffies, align 8, !tbaa !20 %48 = tail call i64 @time_before(i64 noundef %47, i64 noundef %31) #2 %49 = icmp eq i64 %48, 0 br i1 %49, label %50, label %36, !llvm.loop !25 50: ; preds = %45, %26, %43, %10 %51 = phi i32 [ %44, %43 ], [ %16, %10 ], [ %15, %26 ], [ %15, %45 ] %52 = tail call i32 @spin_lock_irqsave(ptr noundef nonnull %6, i64 noundef undef) #2 store i32 0, ptr %5, align 8, !tbaa !13 %53 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %6, i64 noundef undef) #2 br label %54 54: ; preds = %50, %18 %55 = phi i32 [ %51, %50 ], [ %25, %18 ] ret i32 %55 } declare ptr @shost_priv(ptr noundef) local_unnamed_addr #1 declare ptr @lport_priv(ptr noundef) local_unnamed_addr #1 declare i32 @spin_lock_irqsave(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irqrestore(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @FNIC_SCSI_DBG(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i64 @fnic_reset(ptr noundef) local_unnamed_addr #1 declare i64 @time_before(i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @ssleep(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 = !{!"scsi_cmnd", !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 = !{!"TYPE_3__", !8, i64 0} !13 = !{!14, !15, i64 0} !14 = !{!"fnic", !15, i64 0, !15, i64 4, !8, i64 8} !15 = !{!"int", !9, i64 0} !16 = !{!15, !15, i64 0} !17 = !{!14, !8, i64 8} !18 = !{!19, !15, i64 0} !19 = !{!"TYPE_4__", !15, i64 0} !20 = !{!21, !21, i64 0} !21 = !{!"long", !9, i64 0} !22 = !{!23, !21, i64 0} !23 = !{!"fc_lport", !21, i64 0, !21, i64 8} !24 = !{!23, !21, i64 8} !25 = distinct !{!25, !26} !26 = !{!"llvm.loop.mustprogress"}
linux_drivers_scsi_fnic_extr_fnic_scsi.c_fnic_host_reset
; ModuleID = 'AnghaBench/RetroArch/deps/mbedtls/extr_ecdh.c_mbedtls_ecdh_init.c' source_filename = "AnghaBench/RetroArch/deps/mbedtls/extr_ecdh.c_mbedtls_ecdh_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 @mbedtls_ecdh_init(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @memset(ptr noundef %0, i32 noundef 0, i32 noundef 4) #2 ret void } 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)"}
; ModuleID = 'AnghaBench/RetroArch/deps/mbedtls/extr_ecdh.c_mbedtls_ecdh_init.c' source_filename = "AnghaBench/RetroArch/deps/mbedtls/extr_ecdh.c_mbedtls_ecdh_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 @mbedtls_ecdh_init(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @memset(ptr noundef %0, i32 noundef 0, i32 noundef 4) #2 ret void } 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)"}
RetroArch_deps_mbedtls_extr_ecdh.c_mbedtls_ecdh_init
; ModuleID = 'AnghaBench/sumatrapdf/mupdf/source/fitz/extr_svg-device.c_svg_path_close.c' source_filename = "AnghaBench/sumatrapdf/mupdf/source/fitz/extr_svg-device.c_svg_path_close.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"Z \00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @svg_path_close], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @svg_path_close(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @fz_write_printf(ptr noundef %0, ptr noundef %1, ptr noundef nonnull @.str) #2 ret void } declare i32 @fz_write_printf(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)"}
; ModuleID = 'AnghaBench/sumatrapdf/mupdf/source/fitz/extr_svg-device.c_svg_path_close.c' source_filename = "AnghaBench/sumatrapdf/mupdf/source/fitz/extr_svg-device.c_svg_path_close.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"Z \00", align 1 @llvm.used = appending global [1 x ptr] [ptr @svg_path_close], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @svg_path_close(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @fz_write_printf(ptr noundef %0, ptr noundef %1, ptr noundef nonnull @.str) #2 ret void } declare i32 @fz_write_printf(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)"}
sumatrapdf_mupdf_source_fitz_extr_svg-device.c_svg_path_close
; ModuleID = 'AnghaBench/linux/arch/mips/loongson32/common/extr_irq.c_ls1x_irq_mask_ack.c' source_filename = "AnghaBench/linux/arch/mips/loongson32/common/extr_irq.c_ls1x_irq_mask_ack.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" @LS1X_IRQ_BASE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @ls1x_irq_mask_ack], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @ls1x_irq_mask_ack(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 %3 = load i32, ptr @LS1X_IRQ_BASE, align 4, !tbaa !10 %4 = sub nsw i32 %2, %3 %5 = and i32 %4, 31 %6 = ashr i32 %4, 5 %7 = tail call i32 @LS1X_INTC_INTIEN(i32 noundef %6) #2 %8 = tail call i32 @__raw_readl(i32 noundef %7) #2 %9 = shl nuw i32 1, %5 %10 = xor i32 %9, -1 %11 = and i32 %8, %10 %12 = tail call i32 @LS1X_INTC_INTIEN(i32 noundef %6) #2 %13 = tail call i32 @__raw_writel(i32 noundef %11, i32 noundef %12) #2 %14 = tail call i32 @LS1X_INTC_INTCLR(i32 noundef %6) #2 %15 = tail call i32 @__raw_readl(i32 noundef %14) #2 %16 = or i32 %15, %9 %17 = tail call i32 @LS1X_INTC_INTCLR(i32 noundef %6) #2 %18 = tail call i32 @__raw_writel(i32 noundef %16, i32 noundef %17) #2 ret void } declare i32 @__raw_writel(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @__raw_readl(i32 noundef) local_unnamed_addr #1 declare i32 @LS1X_INTC_INTIEN(i32 noundef) local_unnamed_addr #1 declare i32 @LS1X_INTC_INTCLR(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 = !{!"irq_data", !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/arch/mips/loongson32/common/extr_irq.c_ls1x_irq_mask_ack.c' source_filename = "AnghaBench/linux/arch/mips/loongson32/common/extr_irq.c_ls1x_irq_mask_ack.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @LS1X_IRQ_BASE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @ls1x_irq_mask_ack], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @ls1x_irq_mask_ack(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 %3 = load i32, ptr @LS1X_IRQ_BASE, align 4, !tbaa !11 %4 = sub nsw i32 %2, %3 %5 = and i32 %4, 31 %6 = ashr i32 %4, 5 %7 = tail call i32 @LS1X_INTC_INTIEN(i32 noundef %6) #2 %8 = tail call i32 @__raw_readl(i32 noundef %7) #2 %9 = shl nuw i32 1, %5 %10 = xor i32 %9, -1 %11 = and i32 %8, %10 %12 = tail call i32 @LS1X_INTC_INTIEN(i32 noundef %6) #2 %13 = tail call i32 @__raw_writel(i32 noundef %11, i32 noundef %12) #2 %14 = tail call i32 @LS1X_INTC_INTCLR(i32 noundef %6) #2 %15 = tail call i32 @__raw_readl(i32 noundef %14) #2 %16 = or i32 %15, %9 %17 = tail call i32 @LS1X_INTC_INTCLR(i32 noundef %6) #2 %18 = tail call i32 @__raw_writel(i32 noundef %16, i32 noundef %17) #2 ret void } declare i32 @__raw_writel(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @__raw_readl(i32 noundef) local_unnamed_addr #1 declare i32 @LS1X_INTC_INTIEN(i32 noundef) local_unnamed_addr #1 declare i32 @LS1X_INTC_INTCLR(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 = !{!"irq_data", !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_arch_mips_loongson32_common_extr_irq.c_ls1x_irq_mask_ack
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/intel/iwlegacy/extr_4965-rs.c_il4965_rs_tl_turn_on_agg.c' source_filename = "AnghaBench/linux/drivers/net/wireless/intel/iwlegacy/extr_4965-rs.c_il4965_rs_tl_turn_on_agg.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" @TID_MAX_LOAD_COUNT = dso_local local_unnamed_addr global i64 0, align 8 @.str = private unnamed_addr constant [35 x i8] c"tid exceeds max load count: %d/%d\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @il4965_rs_tl_turn_on_agg], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @il4965_rs_tl_turn_on_agg(ptr noundef %0, i64 noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = load i64, ptr @TID_MAX_LOAD_COUNT, align 8, !tbaa !5 %6 = icmp sgt i64 %5, %1 br i1 %6, label %7, label %9 7: ; preds = %4 %8 = tail call i32 @il4965_rs_tl_turn_on_agg_for_tid(ptr noundef %0, ptr noundef %2, i64 noundef %1, ptr noundef %3) #2 br label %11 9: ; preds = %4 %10 = tail call i32 @IL_ERR(ptr noundef nonnull @.str, i64 noundef %1, i64 noundef %5) #2 br label %11 11: ; preds = %9, %7 ret void } declare i32 @il4965_rs_tl_turn_on_agg_for_tid(ptr noundef, ptr noundef, i64 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @IL_ERR(ptr 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, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/intel/iwlegacy/extr_4965-rs.c_il4965_rs_tl_turn_on_agg.c' source_filename = "AnghaBench/linux/drivers/net/wireless/intel/iwlegacy/extr_4965-rs.c_il4965_rs_tl_turn_on_agg.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @TID_MAX_LOAD_COUNT = common local_unnamed_addr global i64 0, align 8 @.str = private unnamed_addr constant [35 x i8] c"tid exceeds max load count: %d/%d\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @il4965_rs_tl_turn_on_agg], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @il4965_rs_tl_turn_on_agg(ptr noundef %0, i64 noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = load i64, ptr @TID_MAX_LOAD_COUNT, align 8, !tbaa !6 %6 = icmp sgt i64 %5, %1 br i1 %6, label %7, label %9 7: ; preds = %4 %8 = tail call i32 @il4965_rs_tl_turn_on_agg_for_tid(ptr noundef %0, ptr noundef %2, i64 noundef %1, ptr noundef %3) #2 br label %11 9: ; preds = %4 %10 = tail call i32 @IL_ERR(ptr noundef nonnull @.str, i64 noundef %1, i64 noundef %5) #2 br label %11 11: ; preds = %9, %7 ret void } declare i32 @il4965_rs_tl_turn_on_agg_for_tid(ptr noundef, ptr noundef, i64 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @IL_ERR(ptr 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, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
linux_drivers_net_wireless_intel_iwlegacy_extr_4965-rs.c_il4965_rs_tl_turn_on_agg
; ModuleID = 'AnghaBench/mongoose/examples/ESP8266_RTOS/user/extr_mongoose.c_mbuf_clear.c' source_filename = "AnghaBench/mongoose/examples/ESP8266_RTOS/user/extr_mongoose.c_mbuf_clear.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 @mbuf_clear(ptr nocapture noundef writeonly %0) local_unnamed_addr #0 { store i64 0, ptr %0, align 8, !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 = !{!"mbuf", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/mongoose/examples/ESP8266_RTOS/user/extr_mongoose.c_mbuf_clear.c' source_filename = "AnghaBench/mongoose/examples/ESP8266_RTOS/user/extr_mongoose.c_mbuf_clear.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 @mbuf_clear(ptr nocapture noundef writeonly %0) local_unnamed_addr #0 { store i64 0, ptr %0, align 8, !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 = !{!"mbuf", !8, i64 0} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
mongoose_examples_ESP8266_RTOS_user_extr_mongoose.c_mbuf_clear
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/marvell/extr_mvneta.c_mvneta_mac_link_up.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/marvell/extr_mvneta.c_mvneta_mac_link_up.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.mvneta_port = type { i32, i64, i64 } @MVNETA_GMAC_AUTONEG_CONFIG = dso_local local_unnamed_addr global i32 0, align 4 @MVNETA_GMAC_FORCE_LINK_DOWN = dso_local local_unnamed_addr global i32 0, align 4 @MVNETA_GMAC_FORCE_LINK_PASS = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @mvneta_mac_link_up], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @mvneta_mac_link_up(ptr nocapture noundef readonly %0, i32 noundef %1, i32 %2, ptr noundef %3) #0 { %5 = load i32, ptr %0, align 4, !tbaa !5 %6 = tail call ptr @to_net_dev(i32 noundef %5) #2 %7 = tail call ptr @netdev_priv(ptr noundef %6) #2 %8 = tail call i32 @phylink_autoneg_inband(i32 noundef %1) #2 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %20 10: ; preds = %4 %11 = load i32, ptr @MVNETA_GMAC_AUTONEG_CONFIG, align 4, !tbaa !10 %12 = tail call i32 @mvreg_read(ptr noundef %7, i32 noundef %11) #2 %13 = load i32, ptr @MVNETA_GMAC_FORCE_LINK_DOWN, align 4, !tbaa !10 %14 = xor i32 %13, -1 %15 = and i32 %12, %14 %16 = load i32, ptr @MVNETA_GMAC_FORCE_LINK_PASS, align 4, !tbaa !10 %17 = or i32 %15, %16 %18 = load i32, ptr @MVNETA_GMAC_AUTONEG_CONFIG, align 4, !tbaa !10 %19 = tail call i32 @mvreg_write(ptr noundef %7, i32 noundef %18, i32 noundef %17) #2 br label %20 20: ; preds = %10, %4 %21 = tail call i32 @mvneta_port_up(ptr noundef %7) #2 %22 = icmp eq ptr %3, null br i1 %22, label %39, label %23 23: ; preds = %20 %24 = getelementptr inbounds %struct.mvneta_port, ptr %7, i64 0, i32 2 %25 = load i64, ptr %24, align 8, !tbaa !11 %26 = icmp eq i64 %25, 0 br i1 %26, label %39, label %27 27: ; preds = %23 %28 = tail call i64 @phy_init_eee(ptr noundef nonnull %3, i32 noundef 0) #2 %29 = icmp sgt i64 %28, -1 %30 = zext i1 %29 to i32 store i32 %30, ptr %7, align 8, !tbaa !14 br i1 %29, label %31, label %36 31: ; preds = %27 %32 = getelementptr inbounds %struct.mvneta_port, ptr %7, i64 0, i32 1 %33 = load i64, ptr %32, align 8, !tbaa !15 %34 = icmp ne i64 %33, 0 %35 = zext i1 %34 to i32 br label %36 36: ; preds = %31, %27 %37 = phi i32 [ 0, %27 ], [ %35, %31 ] %38 = tail call i32 @mvneta_set_eee(ptr noundef nonnull %7, i32 noundef %37) #2 br label %39 39: ; preds = %36, %23, %20 ret void } declare ptr @to_net_dev(i32 noundef) local_unnamed_addr #1 declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @phylink_autoneg_inband(i32 noundef) local_unnamed_addr #1 declare i32 @mvreg_read(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mvreg_write(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mvneta_port_up(ptr noundef) local_unnamed_addr #1 declare i64 @phy_init_eee(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mvneta_set_eee(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 = !{!"phylink_config", !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, !13, i64 16} !12 = !{!"mvneta_port", !7, i64 0, !13, i64 8, !13, i64 16} !13 = !{!"long", !8, i64 0} !14 = !{!12, !7, i64 0} !15 = !{!12, !13, i64 8}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/marvell/extr_mvneta.c_mvneta_mac_link_up.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/marvell/extr_mvneta.c_mvneta_mac_link_up.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MVNETA_GMAC_AUTONEG_CONFIG = common local_unnamed_addr global i32 0, align 4 @MVNETA_GMAC_FORCE_LINK_DOWN = common local_unnamed_addr global i32 0, align 4 @MVNETA_GMAC_FORCE_LINK_PASS = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @mvneta_mac_link_up], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @mvneta_mac_link_up(ptr nocapture noundef readonly %0, i32 noundef %1, i32 %2, ptr noundef %3) #0 { %5 = load i32, ptr %0, align 4, !tbaa !6 %6 = tail call ptr @to_net_dev(i32 noundef %5) #2 %7 = tail call ptr @netdev_priv(ptr noundef %6) #2 %8 = tail call i32 @phylink_autoneg_inband(i32 noundef %1) #2 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %20 10: ; preds = %4 %11 = load i32, ptr @MVNETA_GMAC_AUTONEG_CONFIG, align 4, !tbaa !11 %12 = tail call i32 @mvreg_read(ptr noundef %7, i32 noundef %11) #2 %13 = load i32, ptr @MVNETA_GMAC_FORCE_LINK_DOWN, align 4, !tbaa !11 %14 = xor i32 %13, -1 %15 = and i32 %12, %14 %16 = load i32, ptr @MVNETA_GMAC_FORCE_LINK_PASS, align 4, !tbaa !11 %17 = or i32 %15, %16 %18 = load i32, ptr @MVNETA_GMAC_AUTONEG_CONFIG, align 4, !tbaa !11 %19 = tail call i32 @mvreg_write(ptr noundef %7, i32 noundef %18, i32 noundef %17) #2 br label %20 20: ; preds = %10, %4 %21 = tail call i32 @mvneta_port_up(ptr noundef %7) #2 %22 = icmp eq ptr %3, null br i1 %22, label %39, label %23 23: ; preds = %20 %24 = getelementptr inbounds i8, ptr %7, i64 16 %25 = load i64, ptr %24, align 8, !tbaa !12 %26 = icmp eq i64 %25, 0 br i1 %26, label %39, label %27 27: ; preds = %23 %28 = tail call i64 @phy_init_eee(ptr noundef nonnull %3, i32 noundef 0) #2 %29 = icmp sgt i64 %28, -1 %30 = zext i1 %29 to i32 store i32 %30, ptr %7, align 8, !tbaa !15 br i1 %29, label %31, label %36 31: ; preds = %27 %32 = getelementptr inbounds i8, ptr %7, i64 8 %33 = load i64, ptr %32, align 8, !tbaa !16 %34 = icmp ne i64 %33, 0 %35 = zext i1 %34 to i32 br label %36 36: ; preds = %31, %27 %37 = phi i32 [ 0, %27 ], [ %35, %31 ] %38 = tail call i32 @mvneta_set_eee(ptr noundef nonnull %7, i32 noundef %37) #2 br label %39 39: ; preds = %36, %23, %20 ret void } declare ptr @to_net_dev(i32 noundef) local_unnamed_addr #1 declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @phylink_autoneg_inband(i32 noundef) local_unnamed_addr #1 declare i32 @mvreg_read(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mvreg_write(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mvneta_port_up(ptr noundef) local_unnamed_addr #1 declare i64 @phy_init_eee(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mvneta_set_eee(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 = !{!"phylink_config", !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, !14, i64 16} !13 = !{!"mvneta_port", !8, i64 0, !14, i64 8, !14, i64 16} !14 = !{!"long", !9, i64 0} !15 = !{!13, !8, i64 0} !16 = !{!13, !14, i64 8}
linux_drivers_net_ethernet_marvell_extr_mvneta.c_mvneta_mac_link_up
; ModuleID = 'AnghaBench/freebsd/contrib/smbfs/lib/smb/extr_ctx.c_smb_ctx_setsrvaddr.c' source_filename = "AnghaBench/freebsd/contrib/smbfs/lib/smb/extr_ctx.c_smb_ctx_setsrvaddr.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" @EINVAL = 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 @smb_ctx_setsrvaddr(ptr nocapture noundef %0, ptr noundef readonly %1) local_unnamed_addr #0 { %3 = icmp eq ptr %1, null br i1 %3, label %7, label %4 4: ; preds = %2 %5 = load i8, ptr %1, align 1, !tbaa !5 %6 = icmp eq i8 %5, 0 br i1 %6, label %7, label %9 7: ; preds = %4, %2 %8 = load i32, ptr @EINVAL, align 4, !tbaa !8 br label %19 9: ; preds = %4 %10 = load ptr, ptr %0, align 8, !tbaa !10 %11 = icmp eq ptr %10, null br i1 %11, label %14, label %12 12: ; preds = %9 %13 = tail call i32 @free(ptr noundef nonnull %10) #3 br label %14 14: ; preds = %12, %9 %15 = tail call ptr @strdup(ptr noundef nonnull %1) store ptr %15, ptr %0, align 8, !tbaa !10 %16 = icmp eq ptr %15, null %17 = load i32, ptr @ENOMEM, align 4 %18 = select i1 %16, i32 %17, i32 0 br label %19 19: ; preds = %14, %7 %20 = phi i32 [ %8, %7 ], [ %18, %14 ] ret i32 %20 } declare i32 @free(ptr 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 = !{!"omnipotent char", !7, i64 0} !7 = !{!"Simple C/C++ TBAA"} !8 = !{!9, !9, i64 0} !9 = !{!"int", !6, i64 0} !10 = !{!11, !12, i64 0} !11 = !{!"smb_ctx", !12, i64 0} !12 = !{!"any pointer", !6, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/smbfs/lib/smb/extr_ctx.c_smb_ctx_setsrvaddr.c' source_filename = "AnghaBench/freebsd/contrib/smbfs/lib/smb/extr_ctx.c_smb_ctx_setsrvaddr.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 @ENOMEM = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @smb_ctx_setsrvaddr(ptr nocapture noundef %0, ptr noundef readonly %1) local_unnamed_addr #0 { %3 = icmp eq ptr %1, null br i1 %3, label %7, label %4 4: ; preds = %2 %5 = load i8, ptr %1, align 1, !tbaa !6 %6 = icmp eq i8 %5, 0 br i1 %6, label %7, label %9 7: ; preds = %4, %2 %8 = load i32, ptr @EINVAL, align 4, !tbaa !9 br label %19 9: ; preds = %4 %10 = load ptr, ptr %0, align 8, !tbaa !11 %11 = icmp eq ptr %10, null br i1 %11, label %14, label %12 12: ; preds = %9 %13 = tail call i32 @free(ptr noundef nonnull %10) #3 br label %14 14: ; preds = %12, %9 %15 = tail call ptr @strdup(ptr noundef nonnull %1) store ptr %15, ptr %0, align 8, !tbaa !11 %16 = icmp eq ptr %15, null %17 = load i32, ptr @ENOMEM, align 4 %18 = select i1 %16, i32 %17, i32 0 br label %19 19: ; preds = %14, %7 %20 = phi i32 [ %8, %7 ], [ %18, %14 ] ret i32 %20 } declare i32 @free(ptr 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 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0} !11 = !{!12, !13, i64 0} !12 = !{!"smb_ctx", !13, i64 0} !13 = !{!"any pointer", !7, i64 0}
freebsd_contrib_smbfs_lib_smb_extr_ctx.c_smb_ctx_setsrvaddr
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/jffs2/extr_compr_rubin.c_rubin_do_compress.c' source_filename = "AnghaBench/fastsocket/kernel/fs/jffs2/extr_compr_rubin.c_rubin_do_compress.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.rubin_state = type { i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @rubin_do_compress], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @rubin_do_compress(i32 noundef %0, ptr noundef %1, ptr nocapture noundef readonly %2, ptr noundef %3, ptr nocapture noundef %4, ptr nocapture noundef %5) #0 { %7 = alloca %struct.rubin_state, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %7) #3 %8 = load i32, ptr %5, align 4, !tbaa !5 %9 = shl nsw i32 %8, 3 %10 = call i32 @init_pushpull(ptr noundef nonnull %7, ptr noundef %3, i32 noundef %9, i32 noundef 0, i32 noundef 32) #3 %11 = call i32 @init_rubin(ptr noundef nonnull %7, i32 noundef %0, ptr noundef %1) #3 %12 = load i32, ptr %4, align 4, !tbaa !5 %13 = icmp sgt i32 %12, 0 br i1 %13, label %14, label %28 14: ; preds = %6, %20 %15 = phi i64 [ %21, %20 ], [ 0, %6 ] %16 = getelementptr inbounds i8, ptr %2, i64 %15 %17 = load i8, ptr %16, align 1, !tbaa !9 %18 = call i32 @out_byte(ptr noundef nonnull %7, i8 noundef zeroext %17) #3 %19 = icmp eq i32 %18, 0 br i1 %19, label %20, label %25 20: ; preds = %14 %21 = add nuw nsw i64 %15, 1 %22 = load i32, ptr %4, align 4, !tbaa !5 %23 = sext i32 %22 to i64 %24 = icmp slt i64 %21, %23 br i1 %24, label %14, label %25, !llvm.loop !10 25: ; preds = %20, %14 %26 = phi i64 [ %15, %14 ], [ %21, %20 ] %27 = trunc i64 %26 to i32 br label %28 28: ; preds = %25, %6 %29 = phi i32 [ 0, %6 ], [ %27, %25 ] %30 = call i32 @end_rubin(ptr noundef nonnull %7) #3 %31 = call i32 @pushedbits(ptr noundef nonnull %7) #3 %32 = add nsw i32 %31, 7 %33 = sdiv i32 %32, 8 %34 = icmp slt i32 %33, %29 br i1 %34, label %35, label %36 35: ; preds = %28 store i32 %29, ptr %4, align 4, !tbaa !5 store i32 %33, ptr %5, align 4, !tbaa !5 br label %36 36: ; preds = %28, %35 %37 = phi i32 [ 0, %35 ], [ -1, %28 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %7) #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 @init_pushpull(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @init_rubin(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @out_byte(ptr noundef, i8 noundef zeroext) local_unnamed_addr #2 declare i32 @end_rubin(ptr noundef) local_unnamed_addr #2 declare i32 @pushedbits(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 = !{!7, !7, i64 0} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/jffs2/extr_compr_rubin.c_rubin_do_compress.c' source_filename = "AnghaBench/fastsocket/kernel/fs/jffs2/extr_compr_rubin.c_rubin_do_compress.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.rubin_state = type { i32 } @llvm.used = appending global [1 x ptr] [ptr @rubin_do_compress], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -1, 1) i32 @rubin_do_compress(i32 noundef %0, ptr noundef %1, ptr nocapture noundef readonly %2, ptr noundef %3, ptr nocapture noundef %4, ptr nocapture noundef %5) #0 { %7 = alloca %struct.rubin_state, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %7) #3 %8 = load i32, ptr %5, align 4, !tbaa !6 %9 = shl nsw i32 %8, 3 %10 = call i32 @init_pushpull(ptr noundef nonnull %7, ptr noundef %3, i32 noundef %9, i32 noundef 0, i32 noundef 32) #3 %11 = call i32 @init_rubin(ptr noundef nonnull %7, i32 noundef %0, ptr noundef %1) #3 %12 = load i32, ptr %4, align 4, !tbaa !6 %13 = icmp sgt i32 %12, 0 br i1 %13, label %14, label %28 14: ; preds = %6, %20 %15 = phi i64 [ %21, %20 ], [ 0, %6 ] %16 = getelementptr inbounds i8, ptr %2, i64 %15 %17 = load i8, ptr %16, align 1, !tbaa !10 %18 = call i32 @out_byte(ptr noundef nonnull %7, i8 noundef zeroext %17) #3 %19 = icmp eq i32 %18, 0 br i1 %19, label %20, label %25 20: ; preds = %14 %21 = add nuw nsw i64 %15, 1 %22 = load i32, ptr %4, align 4, !tbaa !6 %23 = sext i32 %22 to i64 %24 = icmp slt i64 %21, %23 br i1 %24, label %14, label %25, !llvm.loop !11 25: ; preds = %20, %14 %26 = phi i64 [ %15, %14 ], [ %21, %20 ] %27 = trunc i64 %26 to i32 br label %28 28: ; preds = %25, %6 %29 = phi i32 [ 0, %6 ], [ %27, %25 ] %30 = call i32 @end_rubin(ptr noundef nonnull %7) #3 %31 = call i32 @pushedbits(ptr noundef nonnull %7) #3 %32 = add nsw i32 %31, 7 %33 = sdiv i32 %32, 8 %34 = icmp slt i32 %33, %29 br i1 %34, label %35, label %36 35: ; preds = %28 store i32 %29, ptr %4, align 4, !tbaa !6 store i32 %33, ptr %5, align 4, !tbaa !6 br label %36 36: ; preds = %28, %35 %37 = phi i32 [ 0, %35 ], [ -1, %28 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %7) #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 @init_pushpull(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @init_rubin(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @out_byte(ptr noundef, i8 noundef zeroext) local_unnamed_addr #2 declare i32 @end_rubin(ptr noundef) local_unnamed_addr #2 declare i32 @pushedbits(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 = !{!8, !8, i64 0} !11 = distinct !{!11, !12} !12 = !{!"llvm.loop.mustprogress"}
fastsocket_kernel_fs_jffs2_extr_compr_rubin.c_rubin_do_compress
; ModuleID = 'AnghaBench/esp-idf/components/esp_local_ctrl/src/extr_esp_local_ctrl.c_esp_local_ctrl_get_property.c' source_filename = "AnghaBench/esp-idf/components/esp_local_ctrl/src/extr_esp_local_ctrl.c_esp_local_ctrl_get_property.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 [22 x i8] c"Property %s not found\00", align 1 @local_ctrl_inst_ctx = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind uwtable define dso_local ptr @esp_local_ctrl_get_property(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @esp_local_ctrl_get_property_index(ptr noundef %0) #2 %3 = icmp slt i32 %2, 0 br i1 %3, label %4, label %7 4: ; preds = %1 %5 = load i32, ptr @TAG, align 4, !tbaa !5 %6 = tail call i32 @ESP_LOGE(i32 noundef %5, ptr noundef nonnull @.str, ptr noundef %0) #2 br label %13 7: ; preds = %1 %8 = load ptr, ptr @local_ctrl_inst_ctx, align 8, !tbaa !9 %9 = load ptr, ptr %8, align 8, !tbaa !11 %10 = zext nneg i32 %2 to i64 %11 = getelementptr inbounds ptr, ptr %9, i64 %10 %12 = load ptr, ptr %11, align 8, !tbaa !9 br label %13 13: ; preds = %7, %4 %14 = phi ptr [ null, %4 ], [ %12, %7 ] ret ptr %14 } declare i32 @esp_local_ctrl_get_property_index(ptr noundef) local_unnamed_addr #1 declare i32 @ESP_LOGE(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, !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} !11 = !{!12, !10, i64 0} !12 = !{!"TYPE_2__", !10, i64 0}
; ModuleID = 'AnghaBench/esp-idf/components/esp_local_ctrl/src/extr_esp_local_ctrl.c_esp_local_ctrl_get_property.c' source_filename = "AnghaBench/esp-idf/components/esp_local_ctrl/src/extr_esp_local_ctrl.c_esp_local_ctrl_get_property.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 [22 x i8] c"Property %s not found\00", align 1 @local_ctrl_inst_ctx = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @esp_local_ctrl_get_property(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @esp_local_ctrl_get_property_index(ptr noundef %0) #2 %3 = icmp slt i32 %2, 0 br i1 %3, label %4, label %7 4: ; preds = %1 %5 = load i32, ptr @TAG, align 4, !tbaa !6 %6 = tail call i32 @ESP_LOGE(i32 noundef %5, ptr noundef nonnull @.str, ptr noundef %0) #2 br label %13 7: ; preds = %1 %8 = load ptr, ptr @local_ctrl_inst_ctx, align 8, !tbaa !10 %9 = load ptr, ptr %8, align 8, !tbaa !12 %10 = zext nneg i32 %2 to i64 %11 = getelementptr inbounds ptr, ptr %9, i64 %10 %12 = load ptr, ptr %11, align 8, !tbaa !10 br label %13 13: ; preds = %7, %4 %14 = phi ptr [ null, %4 ], [ %12, %7 ] ret ptr %14 } declare i32 @esp_local_ctrl_get_property_index(ptr noundef) local_unnamed_addr #1 declare i32 @ESP_LOGE(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, !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} !12 = !{!13, !11, i64 0} !13 = !{!"TYPE_2__", !11, i64 0}
esp-idf_components_esp_local_ctrl_src_extr_esp_local_ctrl.c_esp_local_ctrl_get_property
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/cx25840/extr_cx25840-vbi.c_decode_vps.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/cx25840/extr_cx25840-vbi.c_decode_vps.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" @decode_vps.biphase_tbl = internal unnamed_addr constant [256 x i32] [i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240, i32 210, i32 90, i32 82, i32 210, i32 150, i32 30, i32 22, i32 150, i32 146, i32 26, i32 18, i32 146, i32 210, i32 90, i32 82, i32 210, i32 208, i32 88, i32 80, i32 208, i32 148, i32 28, i32 20, i32 148, i32 144, i32 24, i32 16, i32 144, i32 208, i32 88, i32 80, i32 208, i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240, i32 225, i32 105, i32 97, i32 225, i32 165, i32 45, i32 37, i32 165, i32 161, i32 41, i32 33, i32 161, i32 225, i32 105, i32 97, i32 225, i32 195, i32 75, i32 67, i32 195, i32 135, i32 15, i32 7, i32 135, i32 131, i32 11, i32 3, i32 131, i32 195, i32 75, i32 67, i32 195, i32 193, i32 73, i32 65, i32 193, i32 133, i32 13, i32 5, i32 133, i32 129, i32 9, i32 1, i32 129, i32 193, i32 73, i32 65, i32 193, i32 225, i32 105, i32 97, i32 225, i32 165, i32 45, i32 37, i32 165, i32 161, i32 41, i32 33, i32 161, i32 225, i32 105, i32 97, i32 225, i32 224, i32 104, i32 96, i32 224, i32 164, i32 44, i32 36, i32 164, i32 160, i32 40, i32 32, i32 160, i32 224, i32 104, i32 96, i32 224, i32 194, i32 74, i32 66, i32 194, i32 134, i32 14, i32 6, i32 134, i32 130, i32 10, i32 2, i32 130, i32 194, i32 74, i32 66, i32 194, i32 192, i32 72, i32 64, i32 192, i32 132, i32 12, i32 4, i32 132, i32 128, i32 8, i32 0, i32 128, i32 192, i32 72, i32 64, i32 192, i32 224, i32 104, i32 96, i32 224, i32 164, i32 44, i32 36, i32 164, i32 160, i32 40, i32 32, i32 160, i32 224, i32 104, i32 96, i32 224, i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240, i32 210, i32 90, i32 82, i32 210, i32 150, i32 30, i32 22, i32 150, i32 146, i32 26, i32 18, i32 146, i32 210, i32 90, i32 82, i32 210, i32 208, i32 88, i32 80, i32 208, i32 148, i32 28, i32 20, i32 148, i32 144, i32 24, i32 16, i32 144, i32 208, i32 88, i32 80, i32 208, i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240], align 16 @llvm.compiler.used = appending global [1 x ptr] [ptr @decode_vps], section "llvm.metadata" ; Function Attrs: nofree norecurse nosync nounwind memory(argmem: readwrite) uwtable define internal i32 @decode_vps(ptr nocapture noundef writeonly %0, ptr nocapture noundef readonly %1) #0 { br label %3 3: ; preds = %2, %3 %4 = phi i64 [ 0, %2 ], [ %25, %3 ] %5 = phi i32 [ 0, %2 ], [ %18, %3 ] %6 = getelementptr inbounds i32, ptr %1, i64 %4 %7 = load i32, ptr %6, align 4, !tbaa !5 %8 = sext i32 %7 to i64 %9 = getelementptr inbounds [256 x i32], ptr @decode_vps.biphase_tbl, i64 0, i64 %8 %10 = load i32, ptr %9, align 4, !tbaa !5 %11 = or disjoint i64 %4, 1 %12 = getelementptr inbounds i32, ptr %1, i64 %11 %13 = load i32, ptr %12, align 4, !tbaa !5 %14 = sext i32 %13 to i64 %15 = getelementptr inbounds [256 x i32], ptr @decode_vps.biphase_tbl, i64 0, i64 %14 %16 = load i32, ptr %15, align 4, !tbaa !5 %17 = or i32 %10, %5 %18 = or i32 %17, %16 %19 = and i32 %16, 15 %20 = shl i32 %10, 4 %21 = and i32 %20, 240 %22 = or disjoint i32 %19, %21 %23 = lshr exact i64 %4, 1 %24 = getelementptr inbounds i32, ptr %0, i64 %23 store i32 %22, ptr %24, align 4, !tbaa !5 %25 = add nuw nsw i64 %4, 2 %26 = icmp ult i64 %4, 24 br i1 %26, label %3, label %27, !llvm.loop !9 27: ; preds = %3 %28 = and i32 %18, 240 ret i32 %28 } attributes #0 = { nofree norecurse nosync nounwind 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, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = distinct !{!9, !10} !10 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/cx25840/extr_cx25840-vbi.c_decode_vps.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/cx25840/extr_cx25840-vbi.c_decode_vps.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @decode_vps.biphase_tbl = internal unnamed_addr constant [256 x i32] [i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240, i32 210, i32 90, i32 82, i32 210, i32 150, i32 30, i32 22, i32 150, i32 146, i32 26, i32 18, i32 146, i32 210, i32 90, i32 82, i32 210, i32 208, i32 88, i32 80, i32 208, i32 148, i32 28, i32 20, i32 148, i32 144, i32 24, i32 16, i32 144, i32 208, i32 88, i32 80, i32 208, i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240, i32 225, i32 105, i32 97, i32 225, i32 165, i32 45, i32 37, i32 165, i32 161, i32 41, i32 33, i32 161, i32 225, i32 105, i32 97, i32 225, i32 195, i32 75, i32 67, i32 195, i32 135, i32 15, i32 7, i32 135, i32 131, i32 11, i32 3, i32 131, i32 195, i32 75, i32 67, i32 195, i32 193, i32 73, i32 65, i32 193, i32 133, i32 13, i32 5, i32 133, i32 129, i32 9, i32 1, i32 129, i32 193, i32 73, i32 65, i32 193, i32 225, i32 105, i32 97, i32 225, i32 165, i32 45, i32 37, i32 165, i32 161, i32 41, i32 33, i32 161, i32 225, i32 105, i32 97, i32 225, i32 224, i32 104, i32 96, i32 224, i32 164, i32 44, i32 36, i32 164, i32 160, i32 40, i32 32, i32 160, i32 224, i32 104, i32 96, i32 224, i32 194, i32 74, i32 66, i32 194, i32 134, i32 14, i32 6, i32 134, i32 130, i32 10, i32 2, i32 130, i32 194, i32 74, i32 66, i32 194, i32 192, i32 72, i32 64, i32 192, i32 132, i32 12, i32 4, i32 132, i32 128, i32 8, i32 0, i32 128, i32 192, i32 72, i32 64, i32 192, i32 224, i32 104, i32 96, i32 224, i32 164, i32 44, i32 36, i32 164, i32 160, i32 40, i32 32, i32 160, i32 224, i32 104, i32 96, i32 224, i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240, i32 210, i32 90, i32 82, i32 210, i32 150, i32 30, i32 22, i32 150, i32 146, i32 26, i32 18, i32 146, i32 210, i32 90, i32 82, i32 210, i32 208, i32 88, i32 80, i32 208, i32 148, i32 28, i32 20, i32 148, i32 144, i32 24, i32 16, i32 144, i32 208, i32 88, i32 80, i32 208, i32 240, i32 120, i32 112, i32 240, i32 180, i32 60, i32 52, i32 180, i32 176, i32 56, i32 48, i32 176, i32 240, i32 120, i32 112, i32 240], align 4 @llvm.used = appending global [1 x ptr] [ptr @decode_vps], section "llvm.metadata" ; Function Attrs: nofree norecurse nosync nounwind ssp memory(argmem: readwrite) uwtable(sync) define internal range(i32 0, 241) i32 @decode_vps(ptr nocapture noundef writeonly %0, ptr nocapture noundef readonly %1) #0 { br label %3 3: ; preds = %2, %3 %4 = phi i64 [ 0, %2 ], [ %25, %3 ] %5 = phi i32 [ 0, %2 ], [ %18, %3 ] %6 = getelementptr inbounds i32, ptr %1, i64 %4 %7 = load i32, ptr %6, align 4, !tbaa !6 %8 = sext i32 %7 to i64 %9 = getelementptr inbounds [256 x i32], ptr @decode_vps.biphase_tbl, i64 0, i64 %8 %10 = load i32, ptr %9, align 4, !tbaa !6 %11 = or disjoint i64 %4, 1 %12 = getelementptr inbounds i32, ptr %1, i64 %11 %13 = load i32, ptr %12, align 4, !tbaa !6 %14 = sext i32 %13 to i64 %15 = getelementptr inbounds [256 x i32], ptr @decode_vps.biphase_tbl, i64 0, i64 %14 %16 = load i32, ptr %15, align 4, !tbaa !6 %17 = or i32 %10, %5 %18 = or i32 %17, %16 %19 = and i32 %16, 15 %20 = shl i32 %10, 4 %21 = and i32 %20, 240 %22 = or disjoint i32 %19, %21 %23 = lshr exact i64 %4, 1 %24 = getelementptr inbounds i32, ptr %0, i64 %23 store i32 %22, ptr %24, align 4, !tbaa !6 %25 = add nuw nsw i64 %4, 2 %26 = icmp ult i64 %4, 24 br i1 %26, label %3, label %27, !llvm.loop !10 27: ; preds = %3 %28 = and i32 %18, 240 ret i32 %28 } attributes #0 = { nofree norecurse nosync nounwind ssp 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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
fastsocket_kernel_drivers_media_video_cx25840_extr_cx25840-vbi.c_decode_vps
; ModuleID = 'AnghaBench/linux/tools/lib/traceevent/extr_parse-filter.c_add_event.c' source_filename = "AnghaBench/linux/tools/lib/traceevent/extr_parse-filter.c_add_event.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.event_list = type { ptr, ptr } @llvm.compiler.used = appending global [1 x ptr] [ptr @add_event], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @add_event(ptr nocapture noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @malloc(i32 noundef 16) #2 %4 = icmp eq ptr %3, null br i1 %4, label %8, label %5 5: ; preds = %2 %6 = load ptr, ptr %0, align 8, !tbaa !5 %7 = getelementptr inbounds %struct.event_list, ptr %3, i64 0, i32 1 store ptr %6, ptr %7, align 8, !tbaa !9 store ptr %3, ptr %0, align 8, !tbaa !5 store ptr %1, ptr %3, align 8, !tbaa !11 br label %8 8: ; preds = %2, %5 %9 = phi i32 [ 0, %5 ], [ -1, %2 ] ret i32 %9 } declare ptr @malloc(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 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 8} !10 = !{!"event_list", !6, i64 0, !6, i64 8} !11 = !{!10, !6, i64 0}
; ModuleID = 'AnghaBench/linux/tools/lib/traceevent/extr_parse-filter.c_add_event.c' source_filename = "AnghaBench/linux/tools/lib/traceevent/extr_parse-filter.c_add_event.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 @add_event], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -1, 1) i32 @add_event(ptr nocapture noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @malloc(i32 noundef 16) #2 %4 = icmp eq ptr %3, null br i1 %4, label %8, label %5 5: ; preds = %2 %6 = load ptr, ptr %0, align 8, !tbaa !6 %7 = getelementptr inbounds i8, ptr %3, i64 8 store ptr %6, ptr %7, align 8, !tbaa !10 store ptr %3, ptr %0, align 8, !tbaa !6 store ptr %1, ptr %3, align 8, !tbaa !12 br label %8 8: ; preds = %2, %5 %9 = phi i32 [ 0, %5 ], [ -1, %2 ] ret i32 %9 } declare ptr @malloc(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 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 8} !11 = !{!"event_list", !7, i64 0, !7, i64 8} !12 = !{!11, !7, i64 0}
linux_tools_lib_traceevent_extr_parse-filter.c_add_event
; ModuleID = 'AnghaBench/obs-studio/libobs/extr_obs-internal.h_obs_object_valid.c' source_filename = "AnghaBench/obs-studio/libobs/extr_obs-internal.h_obs_object_valid.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" @LOG_DEBUG = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [24 x i8] c"%s: Null '%s' parameter\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @obs_object_valid], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal noundef i32 @obs_object_valid(ptr noundef readnone %0, ptr noundef %1, ptr noundef %2) #0 { %4 = icmp eq ptr %0, null br i1 %4, label %5, label %8 5: ; preds = %3 %6 = load i32, ptr @LOG_DEBUG, align 4, !tbaa !5 %7 = tail call i32 @blog(i32 noundef %6, ptr noundef nonnull @.str, ptr noundef %1, ptr noundef %2) #2 br label %8 8: ; preds = %3, %5 %9 = phi i32 [ 0, %5 ], [ 1, %3 ] ret i32 %9 } declare i32 @blog(i32 noundef, 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/obs-studio/libobs/extr_obs-internal.h_obs_object_valid.c' source_filename = "AnghaBench/obs-studio/libobs/extr_obs-internal.h_obs_object_valid.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @LOG_DEBUG = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [24 x i8] c"%s: Null '%s' parameter\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @obs_object_valid], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal range(i32 0, 2) i32 @obs_object_valid(ptr noundef readnone %0, ptr noundef %1, ptr noundef %2) #0 { %4 = icmp eq ptr %0, null br i1 %4, label %5, label %8 5: ; preds = %3 %6 = load i32, ptr @LOG_DEBUG, align 4, !tbaa !6 %7 = tail call i32 @blog(i32 noundef %6, ptr noundef nonnull @.str, ptr noundef %1, ptr noundef %2) #2 br label %8 8: ; preds = %3, %5 %9 = phi i32 [ 0, %5 ], [ 1, %3 ] ret i32 %9 } declare i32 @blog(i32 noundef, 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"}
obs-studio_libobs_extr_obs-internal.h_obs_object_valid
; ModuleID = 'AnghaBench/linux/mm/extr_slob.c___kmem_cache_create.c' source_filename = "AnghaBench/linux/mm/extr_slob.c___kmem_cache_create.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.kmem_cache = type { i32, i32 } @SLAB_TYPESAFE_BY_RCU = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: readwrite, inaccessiblemem: none) uwtable define dso_local noundef i32 @__kmem_cache_create(ptr nocapture noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @SLAB_TYPESAFE_BY_RCU, align 4, !tbaa !5 %4 = and i32 %3, %1 %5 = icmp eq i32 %4, 0 br i1 %5, label %9, label %6 6: ; preds = %2 %7 = load i32, ptr %0, align 4, !tbaa !9 %8 = add i32 %7, 4 store i32 %8, ptr %0, align 4, !tbaa !9 br label %9 9: ; preds = %6, %2 %10 = getelementptr inbounds %struct.kmem_cache, ptr %0, i64 0, i32 1 store i32 %1, ptr %10, align 4, !tbaa !11 ret i32 0 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, 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, !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 = !{!"kmem_cache", !6, i64 0, !6, i64 4} !11 = !{!10, !6, i64 4}
; ModuleID = 'AnghaBench/linux/mm/extr_slob.c___kmem_cache_create.c' source_filename = "AnghaBench/linux/mm/extr_slob.c___kmem_cache_create.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SLAB_TYPESAFE_BY_RCU = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: readwrite, inaccessiblemem: none) uwtable(sync) define noundef i32 @__kmem_cache_create(ptr nocapture noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @SLAB_TYPESAFE_BY_RCU, align 4, !tbaa !6 %4 = and i32 %3, %1 %5 = icmp eq i32 %4, 0 br i1 %5, label %9, label %6 6: ; preds = %2 %7 = load i32, ptr %0, align 4, !tbaa !10 %8 = add i32 %7, 4 store i32 %8, ptr %0, align 4, !tbaa !10 br label %9 9: ; preds = %6, %2 %10 = getelementptr inbounds i8, ptr %0, i64 4 store i32 %1, ptr %10, align 4, !tbaa !12 ret i32 0 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, 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, !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 = !{!"kmem_cache", !7, i64 0, !7, i64 4} !12 = !{!11, !7, i64 4}
linux_mm_extr_slob.c___kmem_cache_create
; ModuleID = 'AnghaBench/freebsd/contrib/ncurses/ncurses/tinfo/extr_tinfo_driver.c_drv_read.c' source_filename = "AnghaBench/freebsd/contrib/ncurses/ncurses/tinfo/extr_tinfo_driver.c_drv_read.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 { i64 } @_nc_globals = dso_local local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 8 @pthread_equal = dso_local local_unnamed_addr global i64 0, align 8 @pthread_kill = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @drv_read], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @drv_read(ptr nocapture readnone %0, ptr noundef %1) #0 { %3 = alloca i8, align 1 call void @llvm.lifetime.start.p0(i64 1, ptr nonnull %3) #3 store i8 0, ptr %3, align 1, !tbaa !5 %4 = tail call i32 (...) @AssertTCB() #3 %5 = tail call i32 @assert(ptr noundef %1) #3 %6 = tail call i32 (...) @SetSP() #3 %7 = call i32 @read(i32 noundef undef, ptr noundef nonnull %3, i64 noundef 1) #3 %8 = load i8, ptr %3, align 1, !tbaa !5 %9 = zext i8 %8 to i32 store i32 %9, ptr %1, align 4, !tbaa !8 call void @llvm.lifetime.end.p0(i64 1, ptr nonnull %3) #3 ret i32 %7 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @AssertTCB(...) local_unnamed_addr #2 declare i32 @assert(ptr noundef) local_unnamed_addr #2 declare i32 @SetSP(...) local_unnamed_addr #2 declare i32 @read(i32 noundef, ptr noundef, 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, !6, i64 0} !6 = !{!"omnipotent char", !7, i64 0} !7 = !{!"Simple C/C++ TBAA"} !8 = !{!9, !9, i64 0} !9 = !{!"int", !6, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/ncurses/ncurses/tinfo/extr_tinfo_driver.c_drv_read.c' source_filename = "AnghaBench/freebsd/contrib/ncurses/ncurses/tinfo/extr_tinfo_driver.c_drv_read.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 { i64 } @_nc_globals = common local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 8 @pthread_equal = common local_unnamed_addr global i64 0, align 8 @pthread_kill = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @drv_read], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @drv_read(ptr nocapture readnone %0, ptr noundef %1) #0 { %3 = alloca i8, align 1 call void @llvm.lifetime.start.p0(i64 1, ptr nonnull %3) #3 store i8 0, ptr %3, align 1, !tbaa !6 %4 = tail call i32 @AssertTCB() #3 %5 = tail call i32 @assert(ptr noundef %1) #3 %6 = tail call i32 @SetSP() #3 %7 = call i32 @read(i32 noundef undef, ptr noundef nonnull %3, i64 noundef 1) #3 %8 = load i8, ptr %3, align 1, !tbaa !6 %9 = zext i8 %8 to i32 store i32 %9, ptr %1, align 4, !tbaa !9 call void @llvm.lifetime.end.p0(i64 1, ptr nonnull %3) #3 ret i32 %7 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @AssertTCB(...) local_unnamed_addr #2 declare i32 @assert(ptr noundef) local_unnamed_addr #2 declare i32 @SetSP(...) local_unnamed_addr #2 declare i32 @read(i32 noundef, ptr noundef, 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, !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0}
freebsd_contrib_ncurses_ncurses_tinfo_extr_tinfo_driver.c_drv_read
; ModuleID = 'AnghaBench/reactos/dll/win32/mshtml/extr_olecmd.c_exec_select_all.c' source_filename = "AnghaBench/reactos/dll/win32/mshtml/extr_olecmd.c_exec_select_all.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"(%p)\0A\00", align 1 @.str.1 = private unnamed_addr constant [18 x i8] c"unsupported args\0A\00", align 1 @NSCMD_SELECTALL = dso_local local_unnamed_addr global i32 0, align 4 @UPDATE_UI = dso_local local_unnamed_addr global i32 0, align 4 @S_OK = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @exec_select_all], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @exec_select_all(ptr noundef %0, i32 %1, ptr noundef readnone %2, ptr noundef readnone %3) #0 { %5 = tail call i32 @TRACE(ptr noundef nonnull @.str, ptr noundef %0) #2 %6 = icmp ne ptr %2, null %7 = icmp ne ptr %3, null %8 = or i1 %6, %7 br i1 %8, label %9, label %11 9: ; preds = %4 %10 = tail call i32 @FIXME(ptr noundef nonnull @.str.1) #2 br label %11 11: ; preds = %4, %9 %12 = load ptr, ptr %0, align 8, !tbaa !5 %13 = load i64, ptr %12, align 8, !tbaa !10 %14 = icmp eq i64 %13, 0 br i1 %14, label %18, label %15 15: ; preds = %11 %16 = load i32, ptr @NSCMD_SELECTALL, align 4, !tbaa !13 %17 = tail call i32 @do_ns_command(ptr noundef nonnull %0, i32 noundef %16, ptr noundef null) #2 br label %18 18: ; preds = %15, %11 %19 = load i32, ptr @UPDATE_UI, align 4, !tbaa !13 %20 = tail call i32 @update_doc(ptr noundef nonnull %0, i32 noundef %19) #2 %21 = load i32, ptr @S_OK, align 4, !tbaa !13 ret i32 %21 } declare i32 @TRACE(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @FIXME(ptr noundef) local_unnamed_addr #1 declare i32 @do_ns_command(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @update_doc(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 = !{!"TYPE_8__", !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 = !{!"TYPE_7__", !12, i64 0} !12 = !{!"long", !8, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/reactos/dll/win32/mshtml/extr_olecmd.c_exec_select_all.c' source_filename = "AnghaBench/reactos/dll/win32/mshtml/extr_olecmd.c_exec_select_all.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"(%p)\0A\00", align 1 @.str.1 = private unnamed_addr constant [18 x i8] c"unsupported args\0A\00", align 1 @NSCMD_SELECTALL = common local_unnamed_addr global i32 0, align 4 @UPDATE_UI = common local_unnamed_addr global i32 0, align 4 @S_OK = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @exec_select_all], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @exec_select_all(ptr noundef %0, i32 %1, ptr noundef readnone %2, ptr noundef readnone %3) #0 { %5 = tail call i32 @TRACE(ptr noundef nonnull @.str, ptr noundef %0) #2 %6 = icmp ne ptr %2, null %7 = icmp ne ptr %3, null %8 = or i1 %6, %7 br i1 %8, label %9, label %11 9: ; preds = %4 %10 = tail call i32 @FIXME(ptr noundef nonnull @.str.1) #2 br label %11 11: ; preds = %4, %9 %12 = load ptr, ptr %0, align 8, !tbaa !6 %13 = load i64, ptr %12, align 8, !tbaa !11 %14 = icmp eq i64 %13, 0 br i1 %14, label %18, label %15 15: ; preds = %11 %16 = load i32, ptr @NSCMD_SELECTALL, align 4, !tbaa !14 %17 = tail call i32 @do_ns_command(ptr noundef nonnull %0, i32 noundef %16, ptr noundef null) #2 br label %18 18: ; preds = %15, %11 %19 = load i32, ptr @UPDATE_UI, align 4, !tbaa !14 %20 = tail call i32 @update_doc(ptr noundef nonnull %0, i32 noundef %19) #2 %21 = load i32, ptr @S_OK, align 4, !tbaa !14 ret i32 %21 } declare i32 @TRACE(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @FIXME(ptr noundef) local_unnamed_addr #1 declare i32 @do_ns_command(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @update_doc(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 = !{!"TYPE_8__", !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 = !{!"TYPE_7__", !13, i64 0} !13 = !{!"long", !9, i64 0} !14 = !{!15, !15, i64 0} !15 = !{!"int", !9, i64 0}
reactos_dll_win32_mshtml_extr_olecmd.c_exec_select_all
; ModuleID = 'AnghaBench/libsodium/src/libsodium/crypto_pwhash/extr_crypto_pwhash.c_crypto_pwhash_passwd_min.c' source_filename = "AnghaBench/libsodium/src/libsodium/crypto_pwhash/extr_crypto_pwhash.c_crypto_pwhash_passwd_min.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_pwhash_PASSWD_MIN = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable define dso_local i64 @crypto_pwhash_passwd_min() local_unnamed_addr #0 { %1 = load i64, ptr @crypto_pwhash_PASSWD_MIN, align 8, !tbaa !5 ret i64 %1 } 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 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/libsodium/src/libsodium/crypto_pwhash/extr_crypto_pwhash.c_crypto_pwhash_passwd_min.c' source_filename = "AnghaBench/libsodium/src/libsodium/crypto_pwhash/extr_crypto_pwhash.c_crypto_pwhash_passwd_min.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @crypto_pwhash_PASSWD_MIN = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable(sync) define i64 @crypto_pwhash_passwd_min() local_unnamed_addr #0 { %1 = load i64, ptr @crypto_pwhash_PASSWD_MIN, align 8, !tbaa !6 ret i64 %1 } 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 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
libsodium_src_libsodium_crypto_pwhash_extr_crypto_pwhash.c_crypto_pwhash_passwd_min
; ModuleID = 'AnghaBench/fastsocket/kernel/tools/perf/extr_builtin-help.c_is_perf_command.c' source_filename = "AnghaBench/fastsocket/kernel/tools/perf/extr_builtin-help.c_is_perf_command.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" @main_cmds = dso_local global i32 0, align 4 @other_cmds = dso_local global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @is_perf_command], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @is_perf_command(ptr noundef %0) #0 { %2 = tail call i64 @is_in_cmdlist(ptr noundef nonnull @main_cmds, ptr noundef %0) #2 %3 = icmp eq i64 %2, 0 br i1 %3, label %4, label %8 4: ; preds = %1 %5 = tail call i64 @is_in_cmdlist(ptr noundef nonnull @other_cmds, ptr noundef %0) #2 %6 = icmp ne i64 %5, 0 %7 = zext i1 %6 to i32 br label %8 8: ; preds = %4, %1 %9 = phi i32 [ 1, %1 ], [ %7, %4 ] ret i32 %9 } declare i64 @is_in_cmdlist(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)"}
; ModuleID = 'AnghaBench/fastsocket/kernel/tools/perf/extr_builtin-help.c_is_perf_command.c' source_filename = "AnghaBench/fastsocket/kernel/tools/perf/extr_builtin-help.c_is_perf_command.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @main_cmds = common global i32 0, align 4 @other_cmds = common global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @is_perf_command], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 0, 2) i32 @is_perf_command(ptr noundef %0) #0 { %2 = tail call i64 @is_in_cmdlist(ptr noundef nonnull @main_cmds, ptr noundef %0) #2 %3 = icmp eq i64 %2, 0 br i1 %3, label %4, label %8 4: ; preds = %1 %5 = tail call i64 @is_in_cmdlist(ptr noundef nonnull @other_cmds, ptr noundef %0) #2 %6 = icmp ne i64 %5, 0 %7 = zext i1 %6 to i32 br label %8 8: ; preds = %4, %1 %9 = phi i32 [ 1, %1 ], [ %7, %4 ] ret i32 %9 } declare i64 @is_in_cmdlist(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)"}
fastsocket_kernel_tools_perf_extr_builtin-help.c_is_perf_command
; ModuleID = 'AnghaBench/tmux/compat/extr_imsg-buffer.c_ibuf_dynamic.c' source_filename = "AnghaBench/tmux/compat/extr_imsg-buffer.c_ibuf_dynamic.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 ptr @ibuf_dynamic(i64 noundef %0, i64 noundef %1) local_unnamed_addr #0 { %3 = icmp ult i64 %1, %0 br i1 %3, label %10, label %4 4: ; preds = %2 %5 = tail call ptr @ibuf_open(i64 noundef %0) #2 %6 = icmp eq ptr %5, null br i1 %6, label %10, label %7 7: ; preds = %4 %8 = icmp eq i64 %1, 0 br i1 %8, label %10, label %9 9: ; preds = %7 store i64 %1, ptr %5, align 8, !tbaa !5 br label %10 10: ; preds = %7, %9, %4, %2 %11 = phi ptr [ null, %2 ], [ null, %4 ], [ %5, %9 ], [ %5, %7 ] ret ptr %11 } declare ptr @ibuf_open(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 = !{!"ibuf", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/tmux/compat/extr_imsg-buffer.c_ibuf_dynamic.c' source_filename = "AnghaBench/tmux/compat/extr_imsg-buffer.c_ibuf_dynamic.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 ptr @ibuf_dynamic(i64 noundef %0, i64 noundef %1) local_unnamed_addr #0 { %3 = icmp ult i64 %1, %0 br i1 %3, label %10, label %4 4: ; preds = %2 %5 = tail call ptr @ibuf_open(i64 noundef %0) #2 %6 = icmp eq ptr %5, null br i1 %6, label %10, label %7 7: ; preds = %4 %8 = icmp eq i64 %1, 0 br i1 %8, label %10, label %9 9: ; preds = %7 store i64 %1, ptr %5, align 8, !tbaa !6 br label %10 10: ; preds = %7, %9, %4, %2 %11 = phi ptr [ null, %2 ], [ null, %4 ], [ %5, %9 ], [ %5, %7 ] ret ptr %11 } declare ptr @ibuf_open(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 = !{!"ibuf", !8, i64 0} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
tmux_compat_extr_imsg-buffer.c_ibuf_dynamic
; ModuleID = 'AnghaBench/Provenance/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/m68k/extr_m68kops.h_m68k_op_move_16_pi_i.c' source_filename = "AnghaBench/Provenance/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/m68k/extr_m68kops.h_m68k_op_move_16_pi_i.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" @FLAG_N = dso_local local_unnamed_addr global i32 0, align 4 @FLAG_Z = dso_local local_unnamed_addr global i32 0, align 4 @VFLAG_CLEAR = dso_local local_unnamed_addr global i32 0, align 4 @FLAG_V = dso_local local_unnamed_addr global i32 0, align 4 @CFLAG_CLEAR = dso_local local_unnamed_addr global i32 0, align 4 @FLAG_C = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @m68k_op_move_16_pi_i], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @m68k_op_move_16_pi_i() #0 { %1 = tail call i32 (...) @OPER_I_16() #2 %2 = tail call i32 (...) @EA_AX_PI_16() #2 %3 = tail call i32 @NFLAG_16(i32 noundef %1) #2 store i32 %3, ptr @FLAG_N, align 4, !tbaa !5 store i32 %1, ptr @FLAG_Z, align 4, !tbaa !5 %4 = load i32, ptr @VFLAG_CLEAR, align 4, !tbaa !5 store i32 %4, ptr @FLAG_V, align 4, !tbaa !5 %5 = load i32, ptr @CFLAG_CLEAR, align 4, !tbaa !5 store i32 %5, ptr @FLAG_C, align 4, !tbaa !5 %6 = tail call i32 @m68ki_write_16(i32 noundef %2, i32 noundef %1) #2 ret void } declare i32 @OPER_I_16(...) local_unnamed_addr #1 declare i32 @EA_AX_PI_16(...) local_unnamed_addr #1 declare i32 @NFLAG_16(i32 noundef) local_unnamed_addr #1 declare i32 @m68ki_write_16(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/Provenance/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/m68k/extr_m68kops.h_m68k_op_move_16_pi_i.c' source_filename = "AnghaBench/Provenance/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/m68k/extr_m68kops.h_m68k_op_move_16_pi_i.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @FLAG_N = common local_unnamed_addr global i32 0, align 4 @FLAG_Z = common local_unnamed_addr global i32 0, align 4 @VFLAG_CLEAR = common local_unnamed_addr global i32 0, align 4 @FLAG_V = common local_unnamed_addr global i32 0, align 4 @CFLAG_CLEAR = common local_unnamed_addr global i32 0, align 4 @FLAG_C = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @m68k_op_move_16_pi_i], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @m68k_op_move_16_pi_i() #0 { %1 = tail call i32 @OPER_I_16() #2 %2 = tail call i32 @EA_AX_PI_16() #2 %3 = tail call i32 @NFLAG_16(i32 noundef %1) #2 store i32 %3, ptr @FLAG_N, align 4, !tbaa !6 store i32 %1, ptr @FLAG_Z, align 4, !tbaa !6 %4 = load i32, ptr @VFLAG_CLEAR, align 4, !tbaa !6 store i32 %4, ptr @FLAG_V, align 4, !tbaa !6 %5 = load i32, ptr @CFLAG_CLEAR, align 4, !tbaa !6 store i32 %5, ptr @FLAG_C, align 4, !tbaa !6 %6 = tail call i32 @m68ki_write_16(i32 noundef %2, i32 noundef %1) #2 ret void } declare i32 @OPER_I_16(...) local_unnamed_addr #1 declare i32 @EA_AX_PI_16(...) local_unnamed_addr #1 declare i32 @NFLAG_16(i32 noundef) local_unnamed_addr #1 declare i32 @m68ki_write_16(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"}
Provenance_Cores_Genesis-Plus-GX_PVGenesis_Genesis_GenesisCore_genplusgx_source_m68k_extr_m68kops.h_m68k_op_move_16_pi_i
; ModuleID = 'AnghaBench/Craft/deps/sqlite/extr_shell.c_shellLog.c' source_filename = "AnghaBench/Craft/deps/sqlite/extr_shell.c_shellLog.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 [9 x i8] c"(%d) %s\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @shellLog], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @shellLog(ptr nocapture noundef readonly %0, i32 noundef %1, ptr noundef %2) #0 { %4 = load i64, ptr %0, align 8, !tbaa !5 %5 = icmp eq i64 %4, 0 br i1 %5, label %10, label %6 6: ; preds = %3 %7 = tail call i32 @fprintf(i64 noundef %4, ptr noundef nonnull @.str, i32 noundef %1, ptr noundef %2) #2 %8 = load i64, ptr %0, align 8, !tbaa !5 %9 = tail call i32 @fflush(i64 noundef %8) #2 br label %10 10: ; preds = %3, %6 ret void } declare i32 @fprintf(i64 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @fflush(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 = !{!"callback_data", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/Craft/deps/sqlite/extr_shell.c_shellLog.c' source_filename = "AnghaBench/Craft/deps/sqlite/extr_shell.c_shellLog.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 [9 x i8] c"(%d) %s\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @shellLog], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @shellLog(ptr nocapture noundef readonly %0, i32 noundef %1, ptr noundef %2) #0 { %4 = load i64, ptr %0, align 8, !tbaa !6 %5 = icmp eq i64 %4, 0 br i1 %5, label %10, label %6 6: ; preds = %3 %7 = tail call i32 @fprintf(i64 noundef %4, ptr noundef nonnull @.str, i32 noundef %1, ptr noundef %2) #2 %8 = load i64, ptr %0, align 8, !tbaa !6 %9 = tail call i32 @fflush(i64 noundef %8) #2 br label %10 10: ; preds = %3, %6 ret void } declare i32 @fprintf(i64 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @fflush(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 = !{!"callback_data", !8, i64 0} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
Craft_deps_sqlite_extr_shell.c_shellLog
; ModuleID = 'AnghaBench/linux/tools/lib/lockdep/extr_......kernellockinglockdep.c_lockdep_rcu_suspicious.c' source_filename = "AnghaBench/linux/tools/lib/lockdep/extr_......kernellockinglockdep.c_lockdep_rcu_suspicious.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" @current = dso_local local_unnamed_addr global ptr null, align 8 @.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.1 = private unnamed_addr constant [31 x i8] c"=============================\0A\00", align 1 @.str.2 = private unnamed_addr constant [31 x i8] c"WARNING: suspicious RCU usage\0A\00", align 1 @.str.3 = private unnamed_addr constant [31 x i8] c"-----------------------------\0A\00", align 1 @.str.4 = private unnamed_addr constant [11 x i8] c"%s:%d %s!\0A\00", align 1 @.str.5 = private unnamed_addr constant [45 x i8] c"\0Aother info that might help us debug this:\0A\0A\00", align 1 @.str.6 = private unnamed_addr constant [48 x i8] c"\0A%srcu_scheduler_active = %d, debug_locks = %d\0A\00", align 1 @.str.7 = private unnamed_addr constant [38 x i8] c"RCU used illegally from offline CPU!\0A\00", align 1 @.str.8 = private unnamed_addr constant [35 x i8] c"RCU used illegally from idle CPU!\0A\00", align 1 @.str.9 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 @rcu_scheduler_active = dso_local local_unnamed_addr global i32 0, align 4 @debug_locks = dso_local local_unnamed_addr global i32 0, align 4 @.str.10 = private unnamed_addr constant [51 x i8] c"RCU used illegally from extended quiescent state!\0A\00", align 1 @.str.11 = private unnamed_addr constant [19 x i8] c"\0Astack backtrace:\0A\00", align 1 ; Function Attrs: nounwind uwtable define dso_local void @lockdep_rcu_suspicious(ptr noundef %0, i32 noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load ptr, ptr @current, align 8, !tbaa !5 %5 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str) #2 %6 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.1) #2 %7 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.2) #2 %8 = tail call i32 (...) @print_kernel_ident() #2 %9 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.3) #2 %10 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.4, ptr noundef %0, i32 noundef %1, ptr noundef %2) #2 %11 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.5) #2 %12 = tail call i32 (...) @rcu_lockdep_current_cpu_online() #2 %13 = icmp eq i32 %12, 0 br i1 %13, label %18, label %14 14: ; preds = %3 %15 = tail call i32 (...) @rcu_is_watching() #2 %16 = icmp eq i32 %15, 0 %17 = select i1 %16, ptr @.str.8, ptr @.str.9 br label %18 18: ; preds = %3, %14 %19 = phi ptr [ %17, %14 ], [ @.str.7, %3 ] %20 = load i32, ptr @rcu_scheduler_active, align 4, !tbaa !9 %21 = load i32, ptr @debug_locks, align 4, !tbaa !9 %22 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.6, ptr noundef nonnull %19, i32 noundef %20, i32 noundef %21) #2 %23 = tail call i32 (...) @rcu_is_watching() #2 %24 = icmp eq i32 %23, 0 br i1 %24, label %25, label %27 25: ; preds = %18 %26 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.10) #2 br label %27 27: ; preds = %25, %18 %28 = tail call i32 @lockdep_print_held_locks(ptr noundef %4) #2 %29 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.11) #2 %30 = tail call i32 (...) @dump_stack() #2 ret void } declare i32 @pr_warn(ptr noundef, ...) local_unnamed_addr #1 declare i32 @print_kernel_ident(...) local_unnamed_addr #1 declare i32 @rcu_lockdep_current_cpu_online(...) local_unnamed_addr #1 declare i32 @rcu_is_watching(...) local_unnamed_addr #1 declare i32 @lockdep_print_held_locks(ptr noundef) local_unnamed_addr #1 declare i32 @dump_stack(...) 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/linux/tools/lib/lockdep/extr_......kernellockinglockdep.c_lockdep_rcu_suspicious.c' source_filename = "AnghaBench/linux/tools/lib/lockdep/extr_......kernellockinglockdep.c_lockdep_rcu_suspicious.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @current = common local_unnamed_addr global ptr null, align 8 @.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.1 = private unnamed_addr constant [31 x i8] c"=============================\0A\00", align 1 @.str.2 = private unnamed_addr constant [31 x i8] c"WARNING: suspicious RCU usage\0A\00", align 1 @.str.3 = private unnamed_addr constant [31 x i8] c"-----------------------------\0A\00", align 1 @.str.4 = private unnamed_addr constant [11 x i8] c"%s:%d %s!\0A\00", align 1 @.str.5 = private unnamed_addr constant [45 x i8] c"\0Aother info that might help us debug this:\0A\0A\00", align 1 @.str.6 = private unnamed_addr constant [48 x i8] c"\0A%srcu_scheduler_active = %d, debug_locks = %d\0A\00", align 1 @.str.7 = private unnamed_addr constant [38 x i8] c"RCU used illegally from offline CPU!\0A\00", align 1 @.str.8 = private unnamed_addr constant [35 x i8] c"RCU used illegally from idle CPU!\0A\00", align 1 @.str.9 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 @rcu_scheduler_active = common local_unnamed_addr global i32 0, align 4 @debug_locks = common local_unnamed_addr global i32 0, align 4 @.str.10 = private unnamed_addr constant [51 x i8] c"RCU used illegally from extended quiescent state!\0A\00", align 1 @.str.11 = private unnamed_addr constant [19 x i8] c"\0Astack backtrace:\0A\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define void @lockdep_rcu_suspicious(ptr noundef %0, i32 noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load ptr, ptr @current, align 8, !tbaa !6 %5 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str) #2 %6 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.1) #2 %7 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.2) #2 %8 = tail call i32 @print_kernel_ident() #2 %9 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.3) #2 %10 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.4, ptr noundef %0, i32 noundef %1, ptr noundef %2) #2 %11 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.5) #2 %12 = tail call i32 @rcu_lockdep_current_cpu_online() #2 %13 = icmp eq i32 %12, 0 br i1 %13, label %18, label %14 14: ; preds = %3 %15 = tail call i32 @rcu_is_watching() #2 %16 = icmp eq i32 %15, 0 %17 = select i1 %16, ptr @.str.8, ptr @.str.9 br label %18 18: ; preds = %3, %14 %19 = phi ptr [ %17, %14 ], [ @.str.7, %3 ] %20 = load i32, ptr @rcu_scheduler_active, align 4, !tbaa !10 %21 = load i32, ptr @debug_locks, align 4, !tbaa !10 %22 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.6, ptr noundef nonnull %19, i32 noundef %20, i32 noundef %21) #2 %23 = tail call i32 @rcu_is_watching() #2 %24 = icmp eq i32 %23, 0 br i1 %24, label %25, label %27 25: ; preds = %18 %26 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.10) #2 br label %27 27: ; preds = %25, %18 %28 = tail call i32 @lockdep_print_held_locks(ptr noundef %4) #2 %29 = tail call i32 (ptr, ...) @pr_warn(ptr noundef nonnull @.str.11) #2 %30 = tail call i32 @dump_stack() #2 ret void } declare i32 @pr_warn(ptr noundef, ...) local_unnamed_addr #1 declare i32 @print_kernel_ident(...) local_unnamed_addr #1 declare i32 @rcu_lockdep_current_cpu_online(...) local_unnamed_addr #1 declare i32 @rcu_is_watching(...) local_unnamed_addr #1 declare i32 @lockdep_print_held_locks(ptr noundef) local_unnamed_addr #1 declare i32 @dump_stack(...) 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}
linux_tools_lib_lockdep_extr_......kernellockinglockdep.c_lockdep_rcu_suspicious
; ModuleID = 'AnghaBench/raspberry-pi-os/exercises/lesson04/1/bl4ckout31/src/extr_mini_uart.c_uart_send_string.c' source_filename = "AnghaBench/raspberry-pi-os/exercises/lesson04/1/bl4ckout31/src/extr_mini_uart.c_uart_send_string.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 @uart_send_string(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i8, ptr %0, align 1, !tbaa !5 %3 = icmp eq i8 %2, 0 br i1 %3, label %4, label %5 4: ; preds = %5, %1 ret void 5: ; preds = %1, %5 %6 = phi i64 [ %9, %5 ], [ 0, %1 ] %7 = phi i8 [ %11, %5 ], [ %2, %1 ] %8 = tail call i32 @uart_send(i8 noundef signext %7) #2 %9 = add nuw i64 %6, 1 %10 = getelementptr inbounds i8, ptr %0, i64 %9 %11 = load i8, ptr %10, align 1, !tbaa !5 %12 = icmp eq i8 %11, 0 br i1 %12, label %4, label %5, !llvm.loop !8 } declare i32 @uart_send(i8 noundef signext) 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 = !{!"omnipotent char", !7, i64 0} !7 = !{!"Simple C/C++ TBAA"} !8 = distinct !{!8, !9} !9 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/raspberry-pi-os/exercises/lesson04/1/bl4ckout31/src/extr_mini_uart.c_uart_send_string.c' source_filename = "AnghaBench/raspberry-pi-os/exercises/lesson04/1/bl4ckout31/src/extr_mini_uart.c_uart_send_string.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 @uart_send_string(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i8, ptr %0, align 1, !tbaa !6 %3 = icmp eq i8 %2, 0 br i1 %3, label %4, label %5 4: ; preds = %5, %1 ret void 5: ; preds = %1, %5 %6 = phi i64 [ %9, %5 ], [ 0, %1 ] %7 = phi i8 [ %11, %5 ], [ %2, %1 ] %8 = tail call i32 @uart_send(i8 noundef signext %7) #2 %9 = add nuw nsw i64 %6, 1 %10 = getelementptr inbounds i8, ptr %0, i64 %9 %11 = load i8, ptr %10, align 1, !tbaa !6 %12 = icmp eq i8 %11, 0 br i1 %12, label %4, label %5, !llvm.loop !9 } declare i32 @uart_send(i8 noundef signext) 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 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = distinct !{!9, !10} !10 = !{!"llvm.loop.mustprogress"}
raspberry-pi-os_exercises_lesson04_1_bl4ckout31_src_extr_mini_uart.c_uart_send_string
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/wan/extr_hdlc.c_unregister_hdlc_device.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wan/extr_hdlc.c_unregister_hdlc_device.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 @unregister_hdlc_device(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 (...) @rtnl_lock() #2 %3 = tail call i32 @unregister_netdevice(ptr noundef %0) #2 %4 = tail call i32 @detach_hdlc_protocol(ptr noundef %0) #2 %5 = tail call i32 (...) @rtnl_unlock() #2 ret void } declare i32 @rtnl_lock(...) local_unnamed_addr #1 declare i32 @unregister_netdevice(ptr noundef) local_unnamed_addr #1 declare i32 @detach_hdlc_protocol(ptr noundef) local_unnamed_addr #1 declare i32 @rtnl_unlock(...) 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/wan/extr_hdlc.c_unregister_hdlc_device.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wan/extr_hdlc.c_unregister_hdlc_device.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 @unregister_hdlc_device(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @rtnl_lock() #2 %3 = tail call i32 @unregister_netdevice(ptr noundef %0) #2 %4 = tail call i32 @detach_hdlc_protocol(ptr noundef %0) #2 %5 = tail call i32 @rtnl_unlock() #2 ret void } declare i32 @rtnl_lock(...) local_unnamed_addr #1 declare i32 @unregister_netdevice(ptr noundef) local_unnamed_addr #1 declare i32 @detach_hdlc_protocol(ptr noundef) local_unnamed_addr #1 declare i32 @rtnl_unlock(...) 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_wan_extr_hdlc.c_unregister_hdlc_device
; ModuleID = 'AnghaBench/DOOM/linuxdoom-1.10/extr_am_map.c_AM_drawThings.c' source_filename = "AnghaBench/DOOM/linuxdoom-1.10/extr_am_map.c_AM_drawThings.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 { ptr } %struct.TYPE_3__ = type { ptr, i32, i32, i32 } @numsectors = dso_local local_unnamed_addr global i32 0, align 4 @sectors = dso_local local_unnamed_addr global ptr null, align 8 @thintriangle_guy = dso_local local_unnamed_addr global i32 0, align 4 @NUMTHINTRIANGLEGUYLINES = dso_local local_unnamed_addr global i32 0, align 4 @FRACBITS = dso_local local_unnamed_addr global i32 0, align 4 @lightlev = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local void @AM_drawThings(i32 noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @numsectors, align 4, !tbaa !5 %4 = icmp sgt i32 %3, 0 br i1 %4, label %5, label %38 5: ; preds = %2 %6 = sext i32 %0 to i64 br label %7 7: ; preds = %5, %33 %8 = phi i32 [ %3, %5 ], [ %34, %33 ] %9 = phi i64 [ 0, %5 ], [ %35, %33 ] %10 = load ptr, ptr @sectors, align 8, !tbaa !9 %11 = getelementptr inbounds %struct.TYPE_4__, ptr %10, i64 %9 %12 = load ptr, ptr %11, align 8, !tbaa !9 %13 = icmp eq ptr %12, null br i1 %13, label %33, label %14 14: ; preds = %7, %14 %15 = phi ptr [ %29, %14 ], [ %12, %7 ] %16 = load i32, ptr @thintriangle_guy, align 4, !tbaa !5 %17 = load i32, ptr @NUMTHINTRIANGLEGUYLINES, align 4, !tbaa !5 %18 = load i32, ptr @FRACBITS, align 4, !tbaa !5 %19 = shl i32 16, %18 %20 = getelementptr inbounds %struct.TYPE_3__, ptr %15, i64 0, i32 3 %21 = load i32, ptr %20, align 8, !tbaa !11 %22 = load i64, ptr @lightlev, align 8, !tbaa !13 %23 = add nsw i64 %22, %6 %24 = getelementptr inbounds %struct.TYPE_3__, ptr %15, i64 0, i32 2 %25 = load i32, ptr %24, align 4, !tbaa !15 %26 = getelementptr inbounds %struct.TYPE_3__, ptr %15, i64 0, i32 1 %27 = load i32, ptr %26, align 8, !tbaa !16 %28 = tail call i32 @AM_drawLineCharacter(i32 noundef %16, i32 noundef %17, i32 noundef %19, i32 noundef %21, i64 noundef %23, i32 noundef %25, i32 noundef %27) #2 %29 = load ptr, ptr %15, align 8, !tbaa !9 %30 = icmp eq ptr %29, null br i1 %30, label %31, label %14, !llvm.loop !17 31: ; preds = %14 %32 = load i32, ptr @numsectors, align 4, !tbaa !5 br label %33 33: ; preds = %31, %7 %34 = phi i32 [ %32, %31 ], [ %8, %7 ] %35 = add nuw nsw i64 %9, 1 %36 = sext i32 %34 to i64 %37 = icmp slt i64 %35, %36 br i1 %37, label %7, label %38, !llvm.loop !19 38: ; preds = %33, %2 ret void } declare i32 @AM_drawLineCharacter(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i64 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} !11 = !{!12, !6, i64 16} !12 = !{!"TYPE_3__", !10, i64 0, !6, i64 8, !6, i64 12, !6, i64 16} !13 = !{!14, !14, i64 0} !14 = !{!"long", !7, i64 0} !15 = !{!12, !6, i64 12} !16 = !{!12, !6, i64 8} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"} !19 = distinct !{!19, !18}
; ModuleID = 'AnghaBench/DOOM/linuxdoom-1.10/extr_am_map.c_AM_drawThings.c' source_filename = "AnghaBench/DOOM/linuxdoom-1.10/extr_am_map.c_AM_drawThings.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 { ptr } @numsectors = common local_unnamed_addr global i32 0, align 4 @sectors = common local_unnamed_addr global ptr null, align 8 @thintriangle_guy = common local_unnamed_addr global i32 0, align 4 @NUMTHINTRIANGLEGUYLINES = common local_unnamed_addr global i32 0, align 4 @FRACBITS = common local_unnamed_addr global i32 0, align 4 @lightlev = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @AM_drawThings(i32 noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @numsectors, align 4, !tbaa !6 %4 = icmp sgt i32 %3, 0 br i1 %4, label %5, label %38 5: ; preds = %2 %6 = sext i32 %0 to i64 br label %7 7: ; preds = %5, %33 %8 = phi i32 [ %3, %5 ], [ %34, %33 ] %9 = phi i64 [ 0, %5 ], [ %35, %33 ] %10 = load ptr, ptr @sectors, align 8, !tbaa !10 %11 = getelementptr inbounds %struct.TYPE_4__, ptr %10, i64 %9 %12 = load ptr, ptr %11, align 8, !tbaa !10 %13 = icmp eq ptr %12, null br i1 %13, label %33, label %14 14: ; preds = %7, %14 %15 = phi ptr [ %29, %14 ], [ %12, %7 ] %16 = load i32, ptr @thintriangle_guy, align 4, !tbaa !6 %17 = load i32, ptr @NUMTHINTRIANGLEGUYLINES, align 4, !tbaa !6 %18 = load i32, ptr @FRACBITS, align 4, !tbaa !6 %19 = shl i32 16, %18 %20 = getelementptr inbounds i8, ptr %15, i64 16 %21 = load i32, ptr %20, align 8, !tbaa !12 %22 = load i64, ptr @lightlev, align 8, !tbaa !14 %23 = add nsw i64 %22, %6 %24 = getelementptr inbounds i8, ptr %15, i64 12 %25 = load i32, ptr %24, align 4, !tbaa !16 %26 = getelementptr inbounds i8, ptr %15, i64 8 %27 = load i32, ptr %26, align 8, !tbaa !17 %28 = tail call i32 @AM_drawLineCharacter(i32 noundef %16, i32 noundef %17, i32 noundef %19, i32 noundef %21, i64 noundef %23, i32 noundef %25, i32 noundef %27) #2 %29 = load ptr, ptr %15, align 8, !tbaa !10 %30 = icmp eq ptr %29, null br i1 %30, label %31, label %14, !llvm.loop !18 31: ; preds = %14 %32 = load i32, ptr @numsectors, align 4, !tbaa !6 br label %33 33: ; preds = %31, %7 %34 = phi i32 [ %32, %31 ], [ %8, %7 ] %35 = add nuw nsw i64 %9, 1 %36 = sext i32 %34 to i64 %37 = icmp slt i64 %35, %36 br i1 %37, label %7, label %38, !llvm.loop !20 38: ; preds = %33, %2 ret void } declare i32 @AM_drawLineCharacter(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i64 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} !12 = !{!13, !7, i64 16} !13 = !{!"TYPE_3__", !11, i64 0, !7, i64 8, !7, i64 12, !7, i64 16} !14 = !{!15, !15, i64 0} !15 = !{!"long", !8, i64 0} !16 = !{!13, !7, i64 12} !17 = !{!13, !7, i64 8} !18 = distinct !{!18, !19} !19 = !{!"llvm.loop.mustprogress"} !20 = distinct !{!20, !19}
DOOM_linuxdoom-1.10_extr_am_map.c_AM_drawThings
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/infiniband/hw/amso1100/extr_c2_ae.c_to_qp_state_str.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/infiniband/hw/amso1100/extr_c2_ae.c_to_qp_state_str.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 [17 x i8] c"C2_QP_STATE_IDLE\00", align 1 @.str.1 = private unnamed_addr constant [23 x i8] c"C2_QP_STATE_CONNECTING\00", align 1 @.str.2 = private unnamed_addr constant [16 x i8] c"C2_QP_STATE_RTS\00", align 1 @.str.3 = private unnamed_addr constant [20 x i8] c"C2_QP_STATE_CLOSING\00", align 1 @.str.4 = private unnamed_addr constant [22 x i8] c"C2_QP_STATE_TERMINATE\00", align 1 @.str.5 = private unnamed_addr constant [18 x i8] c"C2_QP_STATE_ERROR\00", align 1 @.str.6 = private unnamed_addr constant [19 x i8] c"<invalid QP state>\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @to_qp_state_str], section "llvm.metadata" @reltable.to_qp_state_str = private unnamed_addr constant [6 x i32] [i32 trunc (i64 sub (i64 ptrtoint (ptr @.str.4 to i64), i64 ptrtoint (ptr @reltable.to_qp_state_str to i64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (ptr @.str.2 to i64), i64 ptrtoint (ptr @reltable.to_qp_state_str to i64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (ptr @.str to i64), i64 ptrtoint (ptr @reltable.to_qp_state_str to i64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (ptr @.str.5 to i64), i64 ptrtoint (ptr @reltable.to_qp_state_str to i64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (ptr @.str.1 to i64), i64 ptrtoint (ptr @reltable.to_qp_state_str to i64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (ptr @.str.3 to i64), i64 ptrtoint (ptr @reltable.to_qp_state_str to i64)) to i32)], align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noundef nonnull ptr @to_qp_state_str(i32 noundef %0) #0 { %2 = add i32 %0, -128 %3 = icmp ult i32 %2, 6 br i1 %3, label %4, label %8 4: ; preds = %1 %5 = zext nneg i32 %2 to i64 %6 = shl i64 %5, 2 %7 = call ptr @llvm.load.relative.i64(ptr @reltable.to_qp_state_str, i64 %6) br label %8 8: ; preds = %1, %4 %9 = phi ptr [ %7, %4 ], [ @.str.6, %1 ] ret ptr %9 } ; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: read) declare ptr @llvm.load.relative.i64(ptr, i64) #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" } attributes #1 = { nocallback nofree nosync nounwind willreturn memory(argmem: read) } !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/infiniband/hw/amso1100/extr_c2_ae.c_to_qp_state_str.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/infiniband/hw/amso1100/extr_c2_ae.c_to_qp_state_str.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 [17 x i8] c"C2_QP_STATE_IDLE\00", align 1 @.str.1 = private unnamed_addr constant [23 x i8] c"C2_QP_STATE_CONNECTING\00", align 1 @.str.2 = private unnamed_addr constant [16 x i8] c"C2_QP_STATE_RTS\00", align 1 @.str.3 = private unnamed_addr constant [20 x i8] c"C2_QP_STATE_CLOSING\00", align 1 @.str.4 = private unnamed_addr constant [22 x i8] c"C2_QP_STATE_TERMINATE\00", align 1 @.str.5 = private unnamed_addr constant [18 x i8] c"C2_QP_STATE_ERROR\00", align 1 @.str.6 = private unnamed_addr constant [19 x i8] c"<invalid QP state>\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @to_qp_state_str], section "llvm.metadata" @switch.table.to_qp_state_str = private unnamed_addr constant [6 x ptr] [ptr @.str.4, ptr @.str.2, ptr @.str, ptr @.str.5, ptr @.str.1, ptr @.str.3], align 8 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noundef nonnull ptr @to_qp_state_str(i32 noundef %0) #0 { %2 = add i32 %0, -128 %3 = icmp ult i32 %2, 6 br i1 %3, label %4, label %8 4: ; preds = %1 %5 = zext nneg i32 %2 to i64 %6 = getelementptr inbounds [6 x ptr], ptr @switch.table.to_qp_state_str, i64 0, i64 %5 %7 = load ptr, ptr %6, align 8 br label %8 8: ; preds = %1, %4 %9 = phi ptr [ %7, %4 ], [ @.str.6, %1 ] ret ptr %9 } 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)"}
fastsocket_kernel_drivers_infiniband_hw_amso1100_extr_c2_ae.c_to_qp_state_str
; ModuleID = 'AnghaBench/netdata/collectors/freeipmi.plugin/extr_....libnetdatainlined.h_read_single_signed_number_file.c' source_filename = "AnghaBench/netdata/collectors/freeipmi.plugin/extr_....libnetdatainlined.h_read_single_signed_number_file.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 @read_single_signed_number_file], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal noundef i32 @read_single_signed_number_file(ptr noundef %0, ptr nocapture noundef writeonly %1) #0 { %3 = alloca [31 x i8], align 16 call void @llvm.lifetime.start.p0(i64 31, ptr nonnull %3) #4 %4 = call i32 @read_file(ptr noundef %0, ptr noundef nonnull %3, i32 noundef 30) #4 %5 = call i64 @unlikely(i32 noundef %4) #4 %6 = icmp eq i64 %5, 0 br i1 %6, label %7, label %10 7: ; preds = %2 %8 = getelementptr inbounds [31 x i8], ptr %3, i64 0, i64 30 store i8 0, ptr %8, align 2, !tbaa !5 %9 = call i64 @atoll(ptr nocapture noundef nonnull %3) br label %10 10: ; preds = %2, %7 %11 = phi i64 [ %9, %7 ], [ 0, %2 ] %12 = phi i32 [ 0, %7 ], [ %4, %2 ] store i64 %11, ptr %1, align 8, !tbaa !8 call void @llvm.lifetime.end.p0(i64 31, ptr nonnull %3) #4 ret i32 %12 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @read_file(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i64 @unlikely(i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nofree nounwind willreturn memory(read) declare i64 @atoll(ptr nocapture noundef) local_unnamed_addr #3 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #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 = { 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(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 = !{!"omnipotent char", !7, i64 0} !7 = !{!"Simple C/C++ TBAA"} !8 = !{!9, !9, i64 0} !9 = !{!"long long", !6, i64 0}
; ModuleID = 'AnghaBench/netdata/collectors/freeipmi.plugin/extr_....libnetdatainlined.h_read_single_signed_number_file.c' source_filename = "AnghaBench/netdata/collectors/freeipmi.plugin/extr_....libnetdatainlined.h_read_single_signed_number_file.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 @read_single_signed_number_file], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal noundef i32 @read_single_signed_number_file(ptr noundef %0, ptr nocapture noundef writeonly %1) #0 { %3 = alloca [31 x i8], align 1 call void @llvm.lifetime.start.p0(i64 31, ptr nonnull %3) #4 %4 = call i32 @read_file(ptr noundef %0, ptr noundef nonnull %3, i32 noundef 30) #4 %5 = call i64 @unlikely(i32 noundef %4) #4 %6 = icmp eq i64 %5, 0 br i1 %6, label %7, label %10 7: ; preds = %2 %8 = getelementptr inbounds i8, ptr %3, i64 30 store i8 0, ptr %8, align 1, !tbaa !6 %9 = call i64 @atoll(ptr nocapture noundef nonnull %3) br label %10 10: ; preds = %2, %7 %11 = phi i64 [ %9, %7 ], [ 0, %2 ] %12 = phi i32 [ 0, %7 ], [ %4, %2 ] store i64 %11, ptr %1, align 8, !tbaa !9 call void @llvm.lifetime.end.p0(i64 31, ptr nonnull %3) #4 ret i32 %12 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @read_file(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i64 @unlikely(i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nofree nounwind willreturn memory(read) declare i64 @atoll(ptr nocapture noundef) local_unnamed_addr #3 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #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 = { 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 nofree nounwind willreturn memory(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 #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, !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"long long", !7, i64 0}
netdata_collectors_freeipmi.plugin_extr_....libnetdatainlined.h_read_single_signed_number_file
; ModuleID = 'AnghaBench/linux/drivers/dma/ipu/extr_ipu_idmac.c_ipu_ch_param_set_rotation.c' source_filename = "AnghaBench/linux/drivers/dma/ipu/extr_ipu_idmac.c_ipu_ch_param_set_rotation.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 @ipu_ch_param_set_rotation], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) uwtable define internal void @ipu_ch_param_set_rotation(ptr nocapture noundef writeonly %0, i32 noundef %1) #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, !6, i64 0} !6 = !{!"omnipotent char", !7, i64 0} !7 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/dma/ipu/extr_ipu_idmac.c_ipu_ch_param_set_rotation.c' source_filename = "AnghaBench/linux/drivers/dma/ipu/extr_ipu_idmac.c_ipu_ch_param_set_rotation.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 @ipu_ch_param_set_rotation], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: write) uwtable(sync) define internal void @ipu_ch_param_set_rotation(ptr nocapture noundef writeonly %0, i32 noundef %1) #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, !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
linux_drivers_dma_ipu_extr_ipu_idmac.c_ipu_ch_param_set_rotation
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/wireless/brcm80211/brcmsmac/extr_rate.h_rspec_active.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wireless/brcm80211/brcmsmac/extr_rate.h_rspec_active.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" @RSPEC_RATE_MASK = dso_local local_unnamed_addr global i32 0, align 4 @RSPEC_MIMORATE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @rspec_active], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable define internal i32 @rspec_active(i32 noundef %0) #0 { %2 = load i32, ptr @RSPEC_RATE_MASK, align 4, !tbaa !5 %3 = load i32, ptr @RSPEC_MIMORATE, align 4, !tbaa !5 %4 = or i32 %3, %2 %5 = and i32 %4, %0 ret i32 %5 } attributes #0 = { inlinehint 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/fastsocket/kernel/drivers/net/wireless/brcm80211/brcmsmac/extr_rate.h_rspec_active.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wireless/brcm80211/brcmsmac/extr_rate.h_rspec_active.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @RSPEC_RATE_MASK = common local_unnamed_addr global i32 0, align 4 @RSPEC_MIMORATE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @rspec_active], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: none, inaccessiblemem: none) uwtable(sync) define internal i32 @rspec_active(i32 noundef %0) #0 { %2 = load i32, ptr @RSPEC_RATE_MASK, align 4, !tbaa !6 %3 = load i32, ptr @RSPEC_MIMORATE, align 4, !tbaa !6 %4 = or i32 %3, %2 %5 = and i32 %4, %0 ret i32 %5 } attributes #0 = { inlinehint 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"}
fastsocket_kernel_drivers_net_wireless_brcm80211_brcmsmac_extr_rate.h_rspec_active
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/i915/gem/selftests/extr_i915_gem_object.c_igt_gem_object.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/i915/gem/selftests/extr_i915_gem_object.c_igt_gem_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" @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 @PAGE_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [39 x i8] c"i915_gem_object_create failed, err=%d\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @igt_gem_object], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @igt_gem_object(ptr noundef %0) #0 { %2 = load i32, ptr @PAGE_SIZE, align 4, !tbaa !5 %3 = tail call ptr @i915_gem_object_create_shmem(ptr noundef %0, i32 noundef %2) #2 %4 = tail call i64 @IS_ERR(ptr noundef %3) #2 %5 = icmp eq i64 %4, 0 br i1 %5, label %9, label %6 6: ; preds = %1 %7 = tail call i32 @PTR_ERR(ptr noundef %3) #2 %8 = tail call i32 @pr_err(ptr noundef nonnull @.str, i32 noundef %7) #2 br label %11 9: ; preds = %1 %10 = tail call i32 @i915_gem_object_put(ptr noundef %3) #2 br label %11 11: ; preds = %9, %6 %12 = phi i32 [ %7, %6 ], [ 0, %9 ] ret i32 %12 } declare ptr @i915_gem_object_create_shmem(ptr noundef, 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 i32 @pr_err(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i915_gem_object_put(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/gpu/drm/i915/gem/selftests/extr_i915_gem_object.c_igt_gem_object.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/i915/gem/selftests/extr_i915_gem_object.c_igt_gem_object.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 @PAGE_SIZE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [39 x i8] c"i915_gem_object_create failed, err=%d\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @igt_gem_object], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @igt_gem_object(ptr noundef %0) #0 { %2 = load i32, ptr @PAGE_SIZE, align 4, !tbaa !6 %3 = tail call ptr @i915_gem_object_create_shmem(ptr noundef %0, i32 noundef %2) #2 %4 = tail call i64 @IS_ERR(ptr noundef %3) #2 %5 = icmp eq i64 %4, 0 br i1 %5, label %9, label %6 6: ; preds = %1 %7 = tail call i32 @PTR_ERR(ptr noundef %3) #2 %8 = tail call i32 @pr_err(ptr noundef nonnull @.str, i32 noundef %7) #2 br label %11 9: ; preds = %1 %10 = tail call i32 @i915_gem_object_put(ptr noundef %3) #2 br label %11 11: ; preds = %9, %6 %12 = phi i32 [ %7, %6 ], [ 0, %9 ] ret i32 %12 } declare ptr @i915_gem_object_create_shmem(ptr noundef, 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 i32 @pr_err(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @i915_gem_object_put(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_gpu_drm_i915_gem_selftests_extr_i915_gem_object.c_igt_gem_object
; ModuleID = 'AnghaBench/libgit2/src/extr_refs.c_peel_error.c' source_filename = "AnghaBench/libgit2/src/extr_refs.c_peel_error.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" @GIT_ERROR_INVALID = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [41 x i8] c"the reference '%s' cannot be peeled - %s\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @peel_error], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @peel_error(i32 noundef returned %0, ptr noundef %1, ptr noundef %2) #0 { %4 = load i32, ptr @GIT_ERROR_INVALID, align 4, !tbaa !5 %5 = tail call i32 @git_reference_name(ptr noundef %1) #2 %6 = tail call i32 @git_error_set(i32 noundef %4, ptr noundef nonnull @.str, i32 noundef %5, ptr noundef %2) #2 ret i32 %0 } declare i32 @git_error_set(i32 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @git_reference_name(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/libgit2/src/extr_refs.c_peel_error.c' source_filename = "AnghaBench/libgit2/src/extr_refs.c_peel_error.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @GIT_ERROR_INVALID = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [41 x i8] c"the reference '%s' cannot be peeled - %s\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @peel_error], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @peel_error(i32 noundef returned %0, ptr noundef %1, ptr noundef %2) #0 { %4 = load i32, ptr @GIT_ERROR_INVALID, align 4, !tbaa !6 %5 = tail call i32 @git_reference_name(ptr noundef %1) #2 %6 = tail call i32 @git_error_set(i32 noundef %4, ptr noundef nonnull @.str, i32 noundef %5, ptr noundef %2) #2 ret i32 %0 } declare i32 @git_error_set(i32 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @git_reference_name(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"}
libgit2_src_extr_refs.c_peel_error
; ModuleID = 'AnghaBench/linux/drivers/media/dvb-frontends/extr_m88ds3103.c_m88ds3103_set_voltage.c' source_filename = "AnghaBench/linux/drivers/media/dvb-frontends/extr_m88ds3103.c_m88ds3103_set_voltage.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.m88ds3103_dev = type { ptr, i32, ptr } %struct.TYPE_2__ = type { i32, i32 } @.str = private unnamed_addr constant [19 x i8] c"fe_sec_voltage=%d\0A\00", align 1 @EAGAIN = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [24 x i8] c"invalid fe_sec_voltage\0A\00", align 1 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str.2 = private unnamed_addr constant [11 x i8] c"failed=%d\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @m88ds3103_set_voltage], section "llvm.metadata" @switch.table.m88ds3103_set_voltage = private unnamed_addr constant [3 x i32] [i32 0, i32 1, i32 0], align 4 @switch.table.m88ds3103_set_voltage.3 = private unnamed_addr constant [3 x i32] [i32 1, i32 0, i32 0], align 4 ; Function Attrs: nounwind uwtable define internal noundef i32 @m88ds3103_set_voltage(ptr nocapture noundef readonly %0, i32 noundef %1) #0 { %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = getelementptr inbounds %struct.m88ds3103_dev, ptr %3, i64 0, i32 2 %5 = load ptr, ptr %4, align 8, !tbaa !10 %6 = tail call i32 (ptr, ptr, ...) @dev_dbg(ptr noundef %5, ptr noundef nonnull @.str, i32 noundef %1) #2 %7 = getelementptr inbounds %struct.m88ds3103_dev, ptr %3, i64 0, i32 1 %8 = load i32, ptr %7, align 8, !tbaa !13 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %13 10: ; preds = %2 %11 = load i32, ptr @EAGAIN, align 4, !tbaa !14 %12 = sub nsw i32 0, %11 br label %37 13: ; preds = %2 %14 = add i32 %1, -128 %15 = icmp ult i32 %14, 3 br i1 %15, label %20, label %16 16: ; preds = %13 %17 = tail call i32 (ptr, ptr, ...) @dev_dbg(ptr noundef %5, ptr noundef nonnull @.str.1) #2 %18 = load i32, ptr @EINVAL, align 4, !tbaa !14 %19 = sub nsw i32 0, %18 br label %37 20: ; preds = %13 %21 = zext nneg i32 %14 to i64 %22 = getelementptr inbounds [3 x i32], ptr @switch.table.m88ds3103_set_voltage, i64 0, i64 %21 %23 = load i32, ptr %22, align 4 %24 = zext nneg i32 %14 to i64 %25 = getelementptr inbounds [3 x i32], ptr @switch.table.m88ds3103_set_voltage.3, i64 0, i64 %24 %26 = load i32, ptr %25, align 4 %27 = load ptr, ptr %3, align 8, !tbaa !15 %28 = load i32, ptr %27, align 4, !tbaa !16 %29 = xor i32 %28, %23 %30 = getelementptr inbounds %struct.TYPE_2__, ptr %27, i64 0, i32 1 %31 = load i32, ptr %30, align 4, !tbaa !18 %32 = xor i32 %31, %26 %33 = shl i32 %32, 1 %34 = or i32 %33, %29 %35 = tail call i32 @m88ds3103_update_bits(ptr noundef nonnull %3, i32 noundef 162, i32 noundef 3, i32 noundef %34) #2 %36 = icmp eq i32 %35, 0 br i1 %36, label %40, label %37 37: ; preds = %20, %16, %10 %38 = phi i32 [ %19, %16 ], [ %35, %20 ], [ %12, %10 ] %39 = tail call i32 (ptr, ptr, ...) @dev_dbg(ptr noundef %5, ptr noundef nonnull @.str.2, i32 noundef %38) #2 br label %40 40: ; preds = %20, %37 %41 = phi i32 [ %38, %37 ], [ 0, %20 ] ret i32 %41 } declare i32 @dev_dbg(ptr noundef, ptr noundef, ...) local_unnamed_addr #1 declare i32 @m88ds3103_update_bits(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 = !{!"dvb_frontend", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 16} !11 = !{!"m88ds3103_dev", !7, i64 0, !12, i64 8, !7, i64 16} !12 = !{!"int", !8, i64 0} !13 = !{!11, !12, i64 8} !14 = !{!12, !12, i64 0} !15 = !{!11, !7, i64 0} !16 = !{!17, !12, i64 0} !17 = !{!"TYPE_2__", !12, i64 0, !12, i64 4} !18 = !{!17, !12, i64 4}
; ModuleID = 'AnghaBench/linux/drivers/media/dvb-frontends/extr_m88ds3103.c_m88ds3103_set_voltage.c' source_filename = "AnghaBench/linux/drivers/media/dvb-frontends/extr_m88ds3103.c_m88ds3103_set_voltage.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"fe_sec_voltage=%d\0A\00", align 1 @EAGAIN = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [24 x i8] c"invalid fe_sec_voltage\0A\00", align 1 @EINVAL = common local_unnamed_addr global i32 0, align 4 @.str.2 = private unnamed_addr constant [11 x i8] c"failed=%d\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @m88ds3103_set_voltage], section "llvm.metadata" @switch.table.m88ds3103_set_voltage = private unnamed_addr constant [3 x i32] [i32 0, i32 1, i32 0], align 4 @switch.table.m88ds3103_set_voltage.3 = private unnamed_addr constant [3 x i32] [i32 1, i32 0, i32 0], align 4 ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @m88ds3103_set_voltage(ptr nocapture noundef readonly %0, i32 noundef %1) #0 { %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = getelementptr inbounds i8, ptr %3, i64 16 %5 = load ptr, ptr %4, align 8, !tbaa !11 %6 = tail call i32 (ptr, ptr, ...) @dev_dbg(ptr noundef %5, ptr noundef nonnull @.str, i32 noundef %1) #2 %7 = getelementptr inbounds i8, ptr %3, i64 8 %8 = load i32, ptr %7, align 8, !tbaa !14 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %13 10: ; preds = %2 %11 = load i32, ptr @EAGAIN, align 4, !tbaa !15 %12 = sub nsw i32 0, %11 br label %37 13: ; preds = %2 %14 = add i32 %1, -128 %15 = icmp ult i32 %14, 3 br i1 %15, label %20, label %16 16: ; preds = %13 %17 = tail call i32 (ptr, ptr, ...) @dev_dbg(ptr noundef %5, ptr noundef nonnull @.str.1) #2 %18 = load i32, ptr @EINVAL, align 4, !tbaa !15 %19 = sub nsw i32 0, %18 br label %37 20: ; preds = %13 %21 = zext nneg i32 %14 to i64 %22 = getelementptr inbounds [3 x i32], ptr @switch.table.m88ds3103_set_voltage, i64 0, i64 %21 %23 = load i32, ptr %22, align 4 %24 = zext nneg i32 %14 to i64 %25 = getelementptr inbounds [3 x i32], ptr @switch.table.m88ds3103_set_voltage.3, i64 0, i64 %24 %26 = load i32, ptr %25, align 4 %27 = load ptr, ptr %3, align 8, !tbaa !16 %28 = load i32, ptr %27, align 4, !tbaa !17 %29 = xor i32 %28, %23 %30 = getelementptr inbounds i8, ptr %27, i64 4 %31 = load i32, ptr %30, align 4, !tbaa !19 %32 = xor i32 %31, %26 %33 = shl i32 %32, 1 %34 = or i32 %33, %29 %35 = tail call i32 @m88ds3103_update_bits(ptr noundef nonnull %3, i32 noundef 162, i32 noundef 3, i32 noundef %34) #2 %36 = icmp eq i32 %35, 0 br i1 %36, label %40, label %37 37: ; preds = %20, %16, %10 %38 = phi i32 [ %19, %16 ], [ %35, %20 ], [ %12, %10 ] %39 = tail call i32 (ptr, ptr, ...) @dev_dbg(ptr noundef %5, ptr noundef nonnull @.str.2, i32 noundef %38) #2 br label %40 40: ; preds = %20, %37 %41 = phi i32 [ %38, %37 ], [ 0, %20 ] ret i32 %41 } declare i32 @dev_dbg(ptr noundef, ptr noundef, ...) local_unnamed_addr #1 declare i32 @m88ds3103_update_bits(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 = !{!"dvb_frontend", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !8, i64 16} !12 = !{!"m88ds3103_dev", !8, i64 0, !13, i64 8, !8, i64 16} !13 = !{!"int", !9, i64 0} !14 = !{!12, !13, i64 8} !15 = !{!13, !13, i64 0} !16 = !{!12, !8, i64 0} !17 = !{!18, !13, i64 0} !18 = !{!"TYPE_2__", !13, i64 0, !13, i64 4} !19 = !{!18, !13, i64 4}
linux_drivers_media_dvb-frontends_extr_m88ds3103.c_m88ds3103_set_voltage
; ModuleID = 'AnghaBench/linux/drivers/platform/x86/extr_eeepc-laptop.c_eeepc_set_fan_pwm.c' source_filename = "AnghaBench/linux/drivers/platform/x86/extr_eeepc-laptop.c_eeepc_set_fan_pwm.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" @EEEPC_EC_FAN_PWM = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @eeepc_set_fan_pwm], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @eeepc_set_fan_pwm(i32 noundef %0) #0 { %2 = tail call i32 @eeepc_lmsensors_to_pwm(i32 noundef %0) #2 %3 = load i32, ptr @EEEPC_EC_FAN_PWM, align 4, !tbaa !5 %4 = tail call i32 @ec_write(i32 noundef %3, i32 noundef %2) #2 ret void } declare i32 @eeepc_lmsensors_to_pwm(i32 noundef) local_unnamed_addr #1 declare i32 @ec_write(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/linux/drivers/platform/x86/extr_eeepc-laptop.c_eeepc_set_fan_pwm.c' source_filename = "AnghaBench/linux/drivers/platform/x86/extr_eeepc-laptop.c_eeepc_set_fan_pwm.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @EEEPC_EC_FAN_PWM = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @eeepc_set_fan_pwm], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @eeepc_set_fan_pwm(i32 noundef %0) #0 { %2 = tail call i32 @eeepc_lmsensors_to_pwm(i32 noundef %0) #2 %3 = load i32, ptr @EEEPC_EC_FAN_PWM, align 4, !tbaa !6 %4 = tail call i32 @ec_write(i32 noundef %3, i32 noundef %2) #2 ret void } declare i32 @eeepc_lmsensors_to_pwm(i32 noundef) local_unnamed_addr #1 declare i32 @ec_write(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"}
linux_drivers_platform_x86_extr_eeepc-laptop.c_eeepc_set_fan_pwm
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_atpx_handler.c_amdgpu_atpx_power_state.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_atpx_handler.c_amdgpu_atpx_power_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" %struct.TYPE_2__ = type { i32 } @VGA_SWITCHEROO_IGD = dso_local local_unnamed_addr global i32 0, align 4 @amdgpu_atpx_priv = dso_local global %struct.TYPE_2__ zeroinitializer, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @amdgpu_atpx_power_state], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @amdgpu_atpx_power_state(i32 noundef %0, i32 noundef %1) #0 { %3 = load i32, ptr @VGA_SWITCHEROO_IGD, align 4, !tbaa !5 %4 = icmp eq i32 %3, %0 br i1 %4, label %7, label %5 5: ; preds = %2 %6 = tail call i32 @amdgpu_atpx_set_discrete_state(ptr noundef nonnull @amdgpu_atpx_priv, i32 noundef %1) #2 br label %7 7: ; preds = %2, %5 ret i32 0 } declare i32 @amdgpu_atpx_set_discrete_state(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/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_atpx_handler.c_amdgpu_atpx_power_state.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_atpx_handler.c_amdgpu_atpx_power_state.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 } @VGA_SWITCHEROO_IGD = common local_unnamed_addr global i32 0, align 4 @amdgpu_atpx_priv = common global %struct.TYPE_2__ zeroinitializer, align 4 @llvm.used = appending global [1 x ptr] [ptr @amdgpu_atpx_power_state], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @amdgpu_atpx_power_state(i32 noundef %0, i32 noundef %1) #0 { %3 = load i32, ptr @VGA_SWITCHEROO_IGD, align 4, !tbaa !6 %4 = icmp eq i32 %3, %0 br i1 %4, label %7, label %5 5: ; preds = %2 %6 = tail call i32 @amdgpu_atpx_set_discrete_state(ptr noundef nonnull @amdgpu_atpx_priv, i32 noundef %1) #2 br label %7 7: ; preds = %2, %5 ret i32 0 } declare i32 @amdgpu_atpx_set_discrete_state(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"}
linux_drivers_gpu_drm_amd_amdgpu_extr_amdgpu_atpx_handler.c_amdgpu_atpx_power_state
; ModuleID = 'AnghaBench/freebsd/sys/mips/malta/extr_malta_mp.c_platform_ipi_softintr_num.c' source_filename = "AnghaBench/freebsd/sys/mips/malta/extr_malta_mp.c_platform_ipi_softintr_num.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(none) uwtable define dso_local noundef i32 @platform_ipi_softintr_num() local_unnamed_addr #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/freebsd/sys/mips/malta/extr_malta_mp.c_platform_ipi_softintr_num.c' source_filename = "AnghaBench/freebsd/sys/mips/malta/extr_malta_mp.c_platform_ipi_softintr_num.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(none) uwtable(sync) define noundef i32 @platform_ipi_softintr_num() local_unnamed_addr #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)"}
freebsd_sys_mips_malta_extr_malta_mp.c_platform_ipi_softintr_num
; ModuleID = 'AnghaBench/zfs/lib/libzfs_core/extr_libzfs_core.c_lzc_redact.c' source_filename = "AnghaBench/zfs/lib/libzfs_core/extr_libzfs_core.c_lzc_redact.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 [9 x i8] c"bookname\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"snapnv\00", align 1 @ZFS_IOC_REDACT = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @lzc_redact(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call ptr (...) @fnvlist_alloc() #2 %5 = tail call i32 @fnvlist_add_string(ptr noundef %4, ptr noundef nonnull @.str, ptr noundef %1) #2 %6 = tail call i32 @fnvlist_add_nvlist(ptr noundef %4, ptr noundef nonnull @.str.1, ptr noundef %2) #2 %7 = load i32, ptr @ZFS_IOC_REDACT, align 4, !tbaa !5 %8 = tail call i32 @lzc_ioctl(i32 noundef %7, ptr noundef %0, ptr noundef %4, ptr noundef null) #2 %9 = tail call i32 @fnvlist_free(ptr noundef %4) #2 ret i32 %8 } declare ptr @fnvlist_alloc(...) local_unnamed_addr #1 declare i32 @fnvlist_add_string(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @fnvlist_add_nvlist(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @lzc_ioctl(i32 noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @fnvlist_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 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/zfs/lib/libzfs_core/extr_libzfs_core.c_lzc_redact.c' source_filename = "AnghaBench/zfs/lib/libzfs_core/extr_libzfs_core.c_lzc_redact.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 [9 x i8] c"bookname\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"snapnv\00", align 1 @ZFS_IOC_REDACT = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @lzc_redact(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call ptr @fnvlist_alloc() #2 %5 = tail call i32 @fnvlist_add_string(ptr noundef %4, ptr noundef nonnull @.str, ptr noundef %1) #2 %6 = tail call i32 @fnvlist_add_nvlist(ptr noundef %4, ptr noundef nonnull @.str.1, ptr noundef %2) #2 %7 = load i32, ptr @ZFS_IOC_REDACT, align 4, !tbaa !6 %8 = tail call i32 @lzc_ioctl(i32 noundef %7, ptr noundef %0, ptr noundef %4, ptr noundef null) #2 %9 = tail call i32 @fnvlist_free(ptr noundef %4) #2 ret i32 %8 } declare ptr @fnvlist_alloc(...) local_unnamed_addr #1 declare i32 @fnvlist_add_string(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @fnvlist_add_nvlist(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @lzc_ioctl(i32 noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @fnvlist_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 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
zfs_lib_libzfs_core_extr_libzfs_core.c_lzc_redact
; ModuleID = 'AnghaBench/postgres/src/interfaces/libpq/extr_fe-exec.c_PQescapeBytea.c' source_filename = "AnghaBench/postgres/src/interfaces/libpq/extr_fe-exec.c_PQescapeBytea.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" @static_std_strings = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local ptr @PQescapeBytea(ptr noundef %0, i64 noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr @static_std_strings, align 4, !tbaa !5 %5 = tail call ptr @PQescapeByteaInternal(ptr noundef null, ptr noundef %0, i64 noundef %1, ptr noundef %2, i32 noundef %4, i32 noundef 0) #2 ret ptr %5 } declare ptr @PQescapeByteaInternal(ptr noundef, ptr noundef, i64 noundef, 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/postgres/src/interfaces/libpq/extr_fe-exec.c_PQescapeBytea.c' source_filename = "AnghaBench/postgres/src/interfaces/libpq/extr_fe-exec.c_PQescapeBytea.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @static_std_strings = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @PQescapeBytea(ptr noundef %0, i64 noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr @static_std_strings, align 4, !tbaa !6 %5 = tail call ptr @PQescapeByteaInternal(ptr noundef null, ptr noundef %0, i64 noundef %1, ptr noundef %2, i32 noundef %4, i32 noundef 0) #2 ret ptr %5 } declare ptr @PQescapeByteaInternal(ptr noundef, ptr noundef, i64 noundef, 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"}
postgres_src_interfaces_libpq_extr_fe-exec.c_PQescapeBytea
; ModuleID = 'AnghaBench/mongoose/test/extr_unit_test.c_eh3_srv.c' source_filename = "AnghaBench/mongoose/test/extr_unit_test.c_eh3_srv.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.mg_connection = type { i32, %struct.mbuf, ptr } %struct.mbuf = type { ptr, i32 } @MG_F_LISTENING = dso_local local_unnamed_addr global i32 0, align 4 @MG_EV_POLL = dso_local local_unnamed_addr global i32 0, align 4 @MG_EV_CLOSE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [4 x i8] c"BUG\00", align 1 @MG_EV_ACCEPT = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [7 x i8] c"ACCEPT\00", align 1 @MG_EV_RECV = dso_local local_unnamed_addr global i32 0, align 4 @MG_F_SEND_AND_CLOSE = dso_local local_unnamed_addr global i32 0, align 4 @.str.2 = private unnamed_addr constant [2 x i8] c"+\00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"-\00", align 1 @.str.4 = private unnamed_addr constant [7 x i8] c" RECV \00", align 1 @.str.5 = private unnamed_addr constant [7 x i8] c" CLOSE\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @eh3_srv], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @eh3_srv(ptr noundef %0, i32 noundef %1, ptr nocapture readnone %2) #0 { %4 = getelementptr inbounds %struct.mg_connection, ptr %0, i64 0, i32 2 %5 = load ptr, ptr %4, align 8, !tbaa !5 %6 = load i64, ptr %5, align 8, !tbaa !12 %7 = inttoptr i64 %6 to ptr %8 = getelementptr inbounds %struct.mg_connection, ptr %0, i64 0, i32 1 %9 = load i32, ptr %0, align 8, !tbaa !15 %10 = load i32, ptr @MG_F_LISTENING, align 4, !tbaa !16 %11 = and i32 %10, %9 %12 = icmp eq i32 %11, 0 br i1 %12, label %21, label %13 13: ; preds = %3 %14 = load i32, ptr @MG_EV_POLL, align 4, !tbaa !16 %15 = icmp eq i32 %14, %1 %16 = load i32, ptr @MG_EV_CLOSE, align 4 %17 = icmp eq i32 %16, %1 %18 = select i1 %15, i1 true, i1 %17 br i1 %18, label %50, label %19 19: ; preds = %13 %20 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str, i32 noundef 3) #2 br label %50 21: ; preds = %3 %22 = load i32, ptr @MG_EV_ACCEPT, align 4, !tbaa !16 %23 = icmp eq i32 %22, %1 br i1 %23, label %24, label %26 24: ; preds = %21 %25 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str.1, i32 noundef 6) #2 br label %50 26: ; preds = %21 %27 = load i32, ptr @MG_EV_RECV, align 4, !tbaa !16 %28 = icmp eq i32 %27, %1 br i1 %28, label %29, label %45 29: ; preds = %26 %30 = load i32, ptr @MG_F_SEND_AND_CLOSE, align 4, !tbaa !16 %31 = and i32 %30, %9 %32 = icmp eq i32 %31, 0 %33 = select i1 %32, ptr @.str.3, ptr @.str.2 %34 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull %33, i32 noundef 1) #2 %35 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str.4, i32 noundef 6) #2 %36 = load ptr, ptr %8, align 8, !tbaa !17 %37 = getelementptr inbounds %struct.mg_connection, ptr %0, i64 0, i32 1, i32 1 %38 = load i32, ptr %37, align 8, !tbaa !18 %39 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef %36, i32 noundef %38) #2 %40 = load ptr, ptr %8, align 8, !tbaa !17 %41 = load i32, ptr %37, align 8, !tbaa !18 %42 = tail call i32 @mg_send(ptr noundef nonnull %0, ptr noundef %40, i32 noundef %41) #2 %43 = load i32, ptr %37, align 8, !tbaa !18 %44 = tail call i32 @mbuf_remove(ptr noundef nonnull %8, i32 noundef %43) #2 br label %50 45: ; preds = %26 %46 = load i32, ptr @MG_EV_CLOSE, align 4, !tbaa !16 %47 = icmp eq i32 %46, %1 br i1 %47, label %48, label %50 48: ; preds = %45 %49 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str.5, i32 noundef 6) #2 br label %50 50: ; preds = %24, %45, %48, %29, %13, %19 ret void } declare i32 @mbuf_append(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mg_send(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mbuf_remove(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, !11, i64 24} !6 = !{!"mg_connection", !7, i64 0, !10, i64 8, !11, i64 24} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"mbuf", !11, i64 0, !7, i64 8} !11 = !{!"any pointer", !8, i64 0} !12 = !{!13, !14, i64 0} !13 = !{!"TYPE_2__", !14, i64 0} !14 = !{!"long", !8, i64 0} !15 = !{!6, !7, i64 0} !16 = !{!7, !7, i64 0} !17 = !{!10, !11, i64 0} !18 = !{!10, !7, i64 8}
; ModuleID = 'AnghaBench/mongoose/test/extr_unit_test.c_eh3_srv.c' source_filename = "AnghaBench/mongoose/test/extr_unit_test.c_eh3_srv.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MG_F_LISTENING = common local_unnamed_addr global i32 0, align 4 @MG_EV_POLL = common local_unnamed_addr global i32 0, align 4 @MG_EV_CLOSE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [4 x i8] c"BUG\00", align 1 @MG_EV_ACCEPT = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [7 x i8] c"ACCEPT\00", align 1 @MG_EV_RECV = common local_unnamed_addr global i32 0, align 4 @MG_F_SEND_AND_CLOSE = common local_unnamed_addr global i32 0, align 4 @.str.2 = private unnamed_addr constant [2 x i8] c"+\00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"-\00", align 1 @.str.4 = private unnamed_addr constant [7 x i8] c" RECV \00", align 1 @.str.5 = private unnamed_addr constant [7 x i8] c" CLOSE\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @eh3_srv], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @eh3_srv(ptr noundef %0, i32 noundef %1, ptr nocapture readnone %2) #0 { %4 = getelementptr inbounds i8, ptr %0, i64 24 %5 = load ptr, ptr %4, align 8, !tbaa !6 %6 = load i64, ptr %5, align 8, !tbaa !13 %7 = inttoptr i64 %6 to ptr %8 = getelementptr inbounds i8, ptr %0, i64 8 %9 = load i32, ptr %0, align 8, !tbaa !16 %10 = load i32, ptr @MG_F_LISTENING, align 4, !tbaa !17 %11 = and i32 %10, %9 %12 = icmp eq i32 %11, 0 br i1 %12, label %21, label %13 13: ; preds = %3 %14 = load i32, ptr @MG_EV_POLL, align 4, !tbaa !17 %15 = icmp eq i32 %14, %1 %16 = load i32, ptr @MG_EV_CLOSE, align 4 %17 = icmp eq i32 %16, %1 %18 = select i1 %15, i1 true, i1 %17 br i1 %18, label %50, label %19 19: ; preds = %13 %20 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str, i32 noundef 3) #2 br label %50 21: ; preds = %3 %22 = load i32, ptr @MG_EV_ACCEPT, align 4, !tbaa !17 %23 = icmp eq i32 %22, %1 br i1 %23, label %24, label %26 24: ; preds = %21 %25 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str.1, i32 noundef 6) #2 br label %50 26: ; preds = %21 %27 = load i32, ptr @MG_EV_RECV, align 4, !tbaa !17 %28 = icmp eq i32 %27, %1 br i1 %28, label %29, label %45 29: ; preds = %26 %30 = load i32, ptr @MG_F_SEND_AND_CLOSE, align 4, !tbaa !17 %31 = and i32 %30, %9 %32 = icmp eq i32 %31, 0 %33 = select i1 %32, ptr @.str.3, ptr @.str.2 %34 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull %33, i32 noundef 1) #2 %35 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str.4, i32 noundef 6) #2 %36 = load ptr, ptr %8, align 8, !tbaa !18 %37 = getelementptr inbounds i8, ptr %0, i64 16 %38 = load i32, ptr %37, align 8, !tbaa !19 %39 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef %36, i32 noundef %38) #2 %40 = load ptr, ptr %8, align 8, !tbaa !18 %41 = load i32, ptr %37, align 8, !tbaa !19 %42 = tail call i32 @mg_send(ptr noundef nonnull %0, ptr noundef %40, i32 noundef %41) #2 %43 = load i32, ptr %37, align 8, !tbaa !19 %44 = tail call i32 @mbuf_remove(ptr noundef nonnull %8, i32 noundef %43) #2 br label %50 45: ; preds = %26 %46 = load i32, ptr @MG_EV_CLOSE, align 4, !tbaa !17 %47 = icmp eq i32 %46, %1 br i1 %47, label %48, label %50 48: ; preds = %45 %49 = tail call i32 @mbuf_append(ptr noundef %7, ptr noundef nonnull @.str.5, i32 noundef 6) #2 br label %50 50: ; preds = %24, %45, %48, %29, %13, %19 ret void } declare i32 @mbuf_append(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mg_send(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mbuf_remove(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, !12, i64 24} !7 = !{!"mg_connection", !8, i64 0, !11, i64 8, !12, i64 24} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"mbuf", !12, i64 0, !8, i64 8} !12 = !{!"any pointer", !9, i64 0} !13 = !{!14, !15, i64 0} !14 = !{!"TYPE_2__", !15, i64 0} !15 = !{!"long", !9, i64 0} !16 = !{!7, !8, i64 0} !17 = !{!8, !8, i64 0} !18 = !{!11, !12, i64 0} !19 = !{!11, !8, i64 8}
mongoose_test_extr_unit_test.c_eh3_srv
; ModuleID = 'AnghaBench/FFmpeg/tests/api/extr_api-band-test.c_draw_horiz_band.c' source_filename = "AnghaBench/FFmpeg/tests/api/extr_api-band-test.c_draw_horiz_band.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_9__ = type { i32, i32, i32 } %struct.TYPE_7__ = type { i32, i32 } %struct.TYPE_8__ = type { ptr, ptr } @draw_horiz_band_called = dso_local local_unnamed_addr global i32 0, align 4 @slice_byte_buffer = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @draw_horiz_band], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @draw_horiz_band(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1, ptr nocapture noundef readonly %2, i32 noundef %3, i32 %4, i32 noundef %5) #0 { store i32 1, ptr @draw_horiz_band_called, align 4, !tbaa !5 %7 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 2 %8 = load i32, ptr %7, align 4, !tbaa !9 %9 = tail call ptr @av_pix_fmt_desc_get(i32 noundef %8) #3 %10 = load i32, ptr %0, align 4, !tbaa !11 %11 = sub nsw i32 0, %10 %12 = load i32, ptr %9, align 4, !tbaa !12 %13 = ashr i32 %11, %12 %14 = sub nsw i32 0, %13 %15 = sub nsw i32 0, %5 %16 = getelementptr inbounds %struct.TYPE_7__, ptr %9, i64 0, i32 1 %17 = load i32, ptr %16, align 4, !tbaa !14 %18 = ashr i32 %15, %17 %19 = sub nsw i32 0, %18 %20 = sub nsw i32 0, %3 %21 = ashr i32 %20, %17 %22 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 1 %23 = load i32, ptr %22, align 4, !tbaa !15 %24 = sub nsw i32 0, %23 %25 = ashr i32 %24, %17 %26 = icmp sgt i32 %5, 0 br i1 %26, label %27, label %29 27: ; preds = %6 %28 = getelementptr inbounds %struct.TYPE_8__, ptr %1, i64 0, i32 1 br label %39 29: ; preds = %39, %6 %30 = icmp slt i32 %18, 0 br i1 %30, label %31, label %126 31: ; preds = %29 %32 = mul nsw i32 %21, %13 %33 = sext i32 %32 to i64 %34 = getelementptr inbounds %struct.TYPE_8__, ptr %1, i64 0, i32 1 %35 = getelementptr inbounds i32, ptr %2, i64 1 %36 = sext i32 %14 to i64 %37 = tail call i32 @llvm.smax.i32(i32 %19, i32 1) %38 = zext nneg i32 %37 to i64 br label %74 39: ; preds = %27, %39 %40 = phi i32 [ 0, %27 ], [ %60, %39 ] %41 = load i64, ptr @slice_byte_buffer, align 8, !tbaa !16 %42 = load i32, ptr %0, align 4, !tbaa !11 %43 = mul nsw i32 %42, %3 %44 = sext i32 %43 to i64 %45 = add nsw i64 %41, %44 %46 = mul nsw i32 %42, %40 %47 = sext i32 %46 to i64 %48 = add nsw i64 %45, %47 %49 = load ptr, ptr %28, align 8, !tbaa !18 %50 = load i64, ptr %49, align 8, !tbaa !16 %51 = load i32, ptr %2, align 4, !tbaa !5 %52 = sext i32 %51 to i64 %53 = add nsw i64 %50, %52 %54 = load ptr, ptr %1, align 8, !tbaa !21 %55 = load i32, ptr %54, align 4, !tbaa !5 %56 = mul nsw i32 %55, %40 %57 = sext i32 %56 to i64 %58 = add nsw i64 %53, %57 %59 = tail call i32 @memcpy(i64 noundef %48, i64 noundef %58, i32 noundef %42) #3 %60 = add nuw nsw i32 %40, 1 %61 = icmp eq i32 %60, %5 br i1 %61, label %29, label %39, !llvm.loop !22 62: ; preds = %74 br i1 %30, label %63, label %126 63: ; preds = %62 %64 = mul nsw i32 %25, %13 %65 = sext i32 %64 to i64 %66 = mul nsw i32 %21, %13 %67 = sext i32 %66 to i64 %68 = add nsw i64 %65, %67 %69 = getelementptr inbounds %struct.TYPE_8__, ptr %1, i64 0, i32 1 %70 = getelementptr inbounds i32, ptr %2, i64 2 %71 = sext i32 %14 to i64 %72 = tail call i32 @llvm.smax.i32(i32 %19, i32 1) %73 = zext nneg i32 %72 to i64 br label %100 74: ; preds = %31, %74 %75 = phi i64 [ 0, %31 ], [ %98, %74 ] %76 = load i64, ptr @slice_byte_buffer, align 8, !tbaa !16 %77 = load i32, ptr %0, align 4, !tbaa !11 %78 = load i32, ptr %22, align 4, !tbaa !15 %79 = mul nsw i32 %78, %77 %80 = sext i32 %79 to i64 %81 = mul nsw i64 %75, %36 %82 = add nsw i64 %81, %33 %83 = add i64 %82, %76 %84 = add i64 %83, %80 %85 = load ptr, ptr %34, align 8, !tbaa !18 %86 = getelementptr inbounds i64, ptr %85, i64 1 %87 = load i64, ptr %86, align 8, !tbaa !16 %88 = load i32, ptr %35, align 4, !tbaa !5 %89 = sext i32 %88 to i64 %90 = add nsw i64 %87, %89 %91 = load ptr, ptr %1, align 8, !tbaa !21 %92 = getelementptr inbounds i32, ptr %91, i64 1 %93 = load i32, ptr %92, align 4, !tbaa !5 %94 = sext i32 %93 to i64 %95 = mul nsw i64 %75, %94 %96 = add nsw i64 %90, %95 %97 = tail call i32 @memcpy(i64 noundef %84, i64 noundef %96, i32 noundef %14) #3 %98 = add nuw nsw i64 %75, 1 %99 = icmp eq i64 %98, %38 br i1 %99, label %62, label %74, !llvm.loop !24 100: ; preds = %63, %100 %101 = phi i64 [ 0, %63 ], [ %124, %100 ] %102 = load i64, ptr @slice_byte_buffer, align 8, !tbaa !16 %103 = load i32, ptr %0, align 4, !tbaa !11 %104 = load i32, ptr %22, align 4, !tbaa !15 %105 = mul nsw i32 %104, %103 %106 = sext i32 %105 to i64 %107 = mul nsw i64 %101, %71 %108 = add nsw i64 %68, %107 %109 = add i64 %108, %102 %110 = add i64 %109, %106 %111 = load ptr, ptr %69, align 8, !tbaa !18 %112 = getelementptr inbounds i64, ptr %111, i64 2 %113 = load i64, ptr %112, align 8, !tbaa !16 %114 = load i32, ptr %70, align 4, !tbaa !5 %115 = sext i32 %114 to i64 %116 = add nsw i64 %113, %115 %117 = load ptr, ptr %1, align 8, !tbaa !21 %118 = getelementptr inbounds i32, ptr %117, i64 2 %119 = load i32, ptr %118, align 4, !tbaa !5 %120 = sext i32 %119 to i64 %121 = mul nsw i64 %101, %120 %122 = add nsw i64 %116, %121 %123 = tail call i32 @memcpy(i64 noundef %110, i64 noundef %122, i32 noundef %14) #3 %124 = add nuw nsw i64 %101, 1 %125 = icmp eq i64 %124, %73 br i1 %125, label %126, label %100, !llvm.loop !25 126: ; preds = %100, %29, %62 ret void } declare ptr @av_pix_fmt_desc_get(i32 noundef) local_unnamed_addr #1 declare i32 @memcpy(i64 noundef, i64 noundef, 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, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 8} !10 = !{!"TYPE_9__", !6, i64 0, !6, i64 4, !6, i64 8} !11 = !{!10, !6, i64 0} !12 = !{!13, !6, i64 0} !13 = !{!"TYPE_7__", !6, i64 0, !6, i64 4} !14 = !{!13, !6, i64 4} !15 = !{!10, !6, i64 4} !16 = !{!17, !17, i64 0} !17 = !{!"long", !7, i64 0} !18 = !{!19, !20, i64 8} !19 = !{!"TYPE_8__", !20, i64 0, !20, i64 8} !20 = !{!"any pointer", !7, i64 0} !21 = !{!19, !20, i64 0} !22 = distinct !{!22, !23} !23 = !{!"llvm.loop.mustprogress"} !24 = distinct !{!24, !23} !25 = distinct !{!25, !23}
; ModuleID = 'AnghaBench/FFmpeg/tests/api/extr_api-band-test.c_draw_horiz_band.c' source_filename = "AnghaBench/FFmpeg/tests/api/extr_api-band-test.c_draw_horiz_band.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @draw_horiz_band_called = common local_unnamed_addr global i32 0, align 4 @slice_byte_buffer = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @draw_horiz_band], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @draw_horiz_band(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1, ptr nocapture noundef readonly %2, i32 noundef %3, i32 %4, i32 noundef %5) #0 { store i32 1, ptr @draw_horiz_band_called, align 4, !tbaa !6 %7 = getelementptr inbounds i8, ptr %0, i64 8 %8 = load i32, ptr %7, align 4, !tbaa !10 %9 = tail call ptr @av_pix_fmt_desc_get(i32 noundef %8) #3 %10 = load i32, ptr %0, align 4, !tbaa !12 %11 = sub nsw i32 0, %10 %12 = load i32, ptr %9, align 4, !tbaa !13 %13 = ashr i32 %11, %12 %14 = sub nsw i32 0, %13 %15 = sub nsw i32 0, %5 %16 = getelementptr inbounds i8, ptr %9, i64 4 %17 = load i32, ptr %16, align 4, !tbaa !15 %18 = ashr i32 %15, %17 %19 = sub nsw i32 0, %18 %20 = sub nsw i32 0, %3 %21 = ashr i32 %20, %17 %22 = getelementptr inbounds i8, ptr %0, i64 4 %23 = load i32, ptr %22, align 4, !tbaa !16 %24 = sub nsw i32 0, %23 %25 = ashr i32 %24, %17 %26 = icmp sgt i32 %5, 0 br i1 %26, label %27, label %29 27: ; preds = %6 %28 = getelementptr inbounds i8, ptr %1, i64 8 br label %39 29: ; preds = %39, %6 %30 = icmp slt i32 %18, 0 br i1 %30, label %31, label %119 31: ; preds = %29 %32 = mul nsw i32 %21, %13 %33 = sext i32 %32 to i64 %34 = getelementptr inbounds i8, ptr %1, i64 8 %35 = getelementptr inbounds i8, ptr %2, i64 4 %36 = sext i32 %14 to i64 %37 = tail call i32 @llvm.smax.i32(i32 %19, i32 1) %38 = zext nneg i32 %37 to i64 br label %67 39: ; preds = %27, %39 %40 = phi i32 [ 0, %27 ], [ %60, %39 ] %41 = load i64, ptr @slice_byte_buffer, align 8, !tbaa !17 %42 = load i32, ptr %0, align 4, !tbaa !12 %43 = mul nsw i32 %42, %3 %44 = sext i32 %43 to i64 %45 = add nsw i64 %41, %44 %46 = mul nsw i32 %42, %40 %47 = sext i32 %46 to i64 %48 = add nsw i64 %45, %47 %49 = load ptr, ptr %28, align 8, !tbaa !19 %50 = load i64, ptr %49, align 8, !tbaa !17 %51 = load i32, ptr %2, align 4, !tbaa !6 %52 = sext i32 %51 to i64 %53 = add nsw i64 %50, %52 %54 = load ptr, ptr %1, align 8, !tbaa !22 %55 = load i32, ptr %54, align 4, !tbaa !6 %56 = mul nsw i32 %55, %40 %57 = sext i32 %56 to i64 %58 = add nsw i64 %53, %57 %59 = tail call i32 @memcpy(i64 noundef %48, i64 noundef %58, i32 noundef %42) #3 %60 = add nuw nsw i32 %40, 1 %61 = icmp eq i32 %60, %5 br i1 %61, label %29, label %39, !llvm.loop !23 62: ; preds = %67 %63 = mul nsw i32 %25, %13 %64 = sext i32 %63 to i64 %65 = add nsw i64 %64, %33 %66 = getelementptr inbounds i8, ptr %2, i64 8 br label %93 67: ; preds = %31, %67 %68 = phi i64 [ 0, %31 ], [ %91, %67 ] %69 = load i64, ptr @slice_byte_buffer, align 8, !tbaa !17 %70 = load i32, ptr %0, align 4, !tbaa !12 %71 = load i32, ptr %22, align 4, !tbaa !16 %72 = mul nsw i32 %71, %70 %73 = sext i32 %72 to i64 %74 = mul nsw i64 %68, %36 %75 = add nsw i64 %74, %33 %76 = add i64 %75, %69 %77 = add i64 %76, %73 %78 = load ptr, ptr %34, align 8, !tbaa !19 %79 = getelementptr inbounds i8, ptr %78, i64 8 %80 = load i64, ptr %79, align 8, !tbaa !17 %81 = load i32, ptr %35, align 4, !tbaa !6 %82 = sext i32 %81 to i64 %83 = add nsw i64 %80, %82 %84 = load ptr, ptr %1, align 8, !tbaa !22 %85 = getelementptr inbounds i8, ptr %84, i64 4 %86 = load i32, ptr %85, align 4, !tbaa !6 %87 = sext i32 %86 to i64 %88 = mul nsw i64 %68, %87 %89 = add nsw i64 %83, %88 %90 = tail call i32 @memcpy(i64 noundef %77, i64 noundef %89, i32 noundef %14) #3 %91 = add nuw nsw i64 %68, 1 %92 = icmp eq i64 %91, %38 br i1 %92, label %62, label %67, !llvm.loop !25 93: ; preds = %62, %93 %94 = phi i64 [ 0, %62 ], [ %117, %93 ] %95 = load i64, ptr @slice_byte_buffer, align 8, !tbaa !17 %96 = load i32, ptr %0, align 4, !tbaa !12 %97 = load i32, ptr %22, align 4, !tbaa !16 %98 = mul nsw i32 %97, %96 %99 = sext i32 %98 to i64 %100 = mul nsw i64 %94, %36 %101 = add nsw i64 %65, %100 %102 = add i64 %101, %95 %103 = add i64 %102, %99 %104 = load ptr, ptr %34, align 8, !tbaa !19 %105 = getelementptr inbounds i8, ptr %104, i64 16 %106 = load i64, ptr %105, align 8, !tbaa !17 %107 = load i32, ptr %66, align 4, !tbaa !6 %108 = sext i32 %107 to i64 %109 = add nsw i64 %106, %108 %110 = load ptr, ptr %1, align 8, !tbaa !22 %111 = getelementptr inbounds i8, ptr %110, i64 8 %112 = load i32, ptr %111, align 4, !tbaa !6 %113 = sext i32 %112 to i64 %114 = mul nsw i64 %94, %113 %115 = add nsw i64 %109, %114 %116 = tail call i32 @memcpy(i64 noundef %103, i64 noundef %115, i32 noundef %14) #3 %117 = add nuw nsw i64 %94, 1 %118 = icmp eq i64 %117, %38 br i1 %118, label %119, label %93, !llvm.loop !26 119: ; preds = %93, %29 ret void } declare ptr @av_pix_fmt_desc_get(i32 noundef) local_unnamed_addr #1 declare i32 @memcpy(i64 noundef, i64 noundef, 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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 8} !11 = !{!"TYPE_9__", !7, i64 0, !7, i64 4, !7, i64 8} !12 = !{!11, !7, i64 0} !13 = !{!14, !7, i64 0} !14 = !{!"TYPE_7__", !7, i64 0, !7, i64 4} !15 = !{!14, !7, i64 4} !16 = !{!11, !7, i64 4} !17 = !{!18, !18, i64 0} !18 = !{!"long", !8, i64 0} !19 = !{!20, !21, i64 8} !20 = !{!"TYPE_8__", !21, i64 0, !21, i64 8} !21 = !{!"any pointer", !8, i64 0} !22 = !{!20, !21, i64 0} !23 = distinct !{!23, !24} !24 = !{!"llvm.loop.mustprogress"} !25 = distinct !{!25, !24} !26 = distinct !{!26, !24}
FFmpeg_tests_api_extr_api-band-test.c_draw_horiz_band
; ModuleID = 'AnghaBench/ijkplayer/ijkmedia/ijkplayer/extr_ijkplayer.c_ijkmp_prepare_async_l.c' source_filename = "AnghaBench/ijkplayer/ijkmedia/ijkplayer/extr_ijkplayer.c_ijkmp_prepare_async_l.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_9__ = type { ptr, ptr, i32, i32, i32 } @MP_STATE_IDLE = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_ASYNC_PREPARING = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_PREPARED = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_STARTED = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_PAUSED = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_COMPLETED = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_ERROR = dso_local local_unnamed_addr global i32 0, align 4 @MP_STATE_END = dso_local local_unnamed_addr global i32 0, align 4 @ijkmp_msg_loop = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [12 x i8] c"ff_msg_loop\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @ijkmp_prepare_async_l], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @ijkmp_prepare_async_l(ptr noundef %0) #0 { %2 = tail call i32 @assert(ptr noundef %0) #2 %3 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 4 %4 = load i32, ptr %3, align 8, !tbaa !5 %5 = load i32, ptr @MP_STATE_IDLE, align 4, !tbaa !11 %6 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %4, i32 noundef %5) #2 %7 = load i32, ptr %3, align 8, !tbaa !5 %8 = load i32, ptr @MP_STATE_ASYNC_PREPARING, align 4, !tbaa !11 %9 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %7, i32 noundef %8) #2 %10 = load i32, ptr %3, align 8, !tbaa !5 %11 = load i32, ptr @MP_STATE_PREPARED, align 4, !tbaa !11 %12 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %10, i32 noundef %11) #2 %13 = load i32, ptr %3, align 8, !tbaa !5 %14 = load i32, ptr @MP_STATE_STARTED, align 4, !tbaa !11 %15 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %13, i32 noundef %14) #2 %16 = load i32, ptr %3, align 8, !tbaa !5 %17 = load i32, ptr @MP_STATE_PAUSED, align 4, !tbaa !11 %18 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %16, i32 noundef %17) #2 %19 = load i32, ptr %3, align 8, !tbaa !5 %20 = load i32, ptr @MP_STATE_COMPLETED, align 4, !tbaa !11 %21 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %19, i32 noundef %20) #2 %22 = load i32, ptr %3, align 8, !tbaa !5 %23 = load i32, ptr @MP_STATE_ERROR, align 4, !tbaa !11 %24 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %22, i32 noundef %23) #2 %25 = load i32, ptr %3, align 8, !tbaa !5 %26 = load i32, ptr @MP_STATE_END, align 4, !tbaa !11 %27 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %25, i32 noundef %26) #2 %28 = load ptr, ptr %0, align 8, !tbaa !12 %29 = tail call i32 @assert(ptr noundef %28) #2 %30 = load i32, ptr @MP_STATE_ASYNC_PREPARING, align 4, !tbaa !11 %31 = tail call i32 @ijkmp_change_state_l(ptr noundef nonnull %0, i32 noundef %30) #2 %32 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 1 %33 = load ptr, ptr %32, align 8, !tbaa !13 %34 = tail call i32 @msg_queue_start(ptr noundef %33) #2 %35 = tail call i32 @ijkmp_inc_ref(ptr noundef nonnull %0) #2 %36 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 2 %37 = load i32, ptr @ijkmp_msg_loop, align 4, !tbaa !11 %38 = tail call i32 @SDL_CreateThreadEx(ptr noundef nonnull %36, i32 noundef %37, ptr noundef nonnull %0, ptr noundef nonnull @.str) #2 %39 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 3 store i32 %38, ptr %39, align 4, !tbaa !14 %40 = load ptr, ptr %32, align 8, !tbaa !13 %41 = load ptr, ptr %0, align 8, !tbaa !12 %42 = tail call i32 @ffp_prepare_async_l(ptr noundef %40, ptr noundef %41) #2 %43 = icmp slt i32 %42, 0 br i1 %43, label %44, label %47 44: ; preds = %1 %45 = load i32, ptr @MP_STATE_ERROR, align 4, !tbaa !11 %46 = tail call i32 @ijkmp_change_state_l(ptr noundef nonnull %0, i32 noundef %45) #2 br label %47 47: ; preds = %1, %44 %48 = phi i32 [ %42, %44 ], [ 0, %1 ] ret i32 %48 } declare i32 @assert(ptr noundef) local_unnamed_addr #1 declare i32 @MPST_RET_IF_EQ(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ijkmp_change_state_l(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @msg_queue_start(ptr noundef) local_unnamed_addr #1 declare i32 @ijkmp_inc_ref(ptr noundef) local_unnamed_addr #1 declare i32 @SDL_CreateThreadEx(ptr noundef, i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ffp_prepare_async_l(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, !10, i64 24} !6 = !{!"TYPE_9__", !7, i64 0, !7, i64 8, !10, i64 16, !10, i64 20, !10, i64 24} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!10, !10, i64 0} !12 = !{!6, !7, i64 0} !13 = !{!6, !7, i64 8} !14 = !{!6, !10, i64 20}
; ModuleID = 'AnghaBench/ijkplayer/ijkmedia/ijkplayer/extr_ijkplayer.c_ijkmp_prepare_async_l.c' source_filename = "AnghaBench/ijkplayer/ijkmedia/ijkplayer/extr_ijkplayer.c_ijkmp_prepare_async_l.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MP_STATE_IDLE = common local_unnamed_addr global i32 0, align 4 @MP_STATE_ASYNC_PREPARING = common local_unnamed_addr global i32 0, align 4 @MP_STATE_PREPARED = common local_unnamed_addr global i32 0, align 4 @MP_STATE_STARTED = common local_unnamed_addr global i32 0, align 4 @MP_STATE_PAUSED = common local_unnamed_addr global i32 0, align 4 @MP_STATE_COMPLETED = common local_unnamed_addr global i32 0, align 4 @MP_STATE_ERROR = common local_unnamed_addr global i32 0, align 4 @MP_STATE_END = common local_unnamed_addr global i32 0, align 4 @ijkmp_msg_loop = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [12 x i8] c"ff_msg_loop\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @ijkmp_prepare_async_l], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483648, 1) i32 @ijkmp_prepare_async_l(ptr noundef %0) #0 { %2 = tail call i32 @assert(ptr noundef %0) #2 %3 = getelementptr inbounds i8, ptr %0, i64 24 %4 = load i32, ptr %3, align 8, !tbaa !6 %5 = load i32, ptr @MP_STATE_IDLE, align 4, !tbaa !12 %6 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %4, i32 noundef %5) #2 %7 = load i32, ptr %3, align 8, !tbaa !6 %8 = load i32, ptr @MP_STATE_ASYNC_PREPARING, align 4, !tbaa !12 %9 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %7, i32 noundef %8) #2 %10 = load i32, ptr %3, align 8, !tbaa !6 %11 = load i32, ptr @MP_STATE_PREPARED, align 4, !tbaa !12 %12 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %10, i32 noundef %11) #2 %13 = load i32, ptr %3, align 8, !tbaa !6 %14 = load i32, ptr @MP_STATE_STARTED, align 4, !tbaa !12 %15 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %13, i32 noundef %14) #2 %16 = load i32, ptr %3, align 8, !tbaa !6 %17 = load i32, ptr @MP_STATE_PAUSED, align 4, !tbaa !12 %18 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %16, i32 noundef %17) #2 %19 = load i32, ptr %3, align 8, !tbaa !6 %20 = load i32, ptr @MP_STATE_COMPLETED, align 4, !tbaa !12 %21 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %19, i32 noundef %20) #2 %22 = load i32, ptr %3, align 8, !tbaa !6 %23 = load i32, ptr @MP_STATE_ERROR, align 4, !tbaa !12 %24 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %22, i32 noundef %23) #2 %25 = load i32, ptr %3, align 8, !tbaa !6 %26 = load i32, ptr @MP_STATE_END, align 4, !tbaa !12 %27 = tail call i32 @MPST_RET_IF_EQ(i32 noundef %25, i32 noundef %26) #2 %28 = load ptr, ptr %0, align 8, !tbaa !13 %29 = tail call i32 @assert(ptr noundef %28) #2 %30 = load i32, ptr @MP_STATE_ASYNC_PREPARING, align 4, !tbaa !12 %31 = tail call i32 @ijkmp_change_state_l(ptr noundef nonnull %0, i32 noundef %30) #2 %32 = getelementptr inbounds i8, ptr %0, i64 8 %33 = load ptr, ptr %32, align 8, !tbaa !14 %34 = tail call i32 @msg_queue_start(ptr noundef %33) #2 %35 = tail call i32 @ijkmp_inc_ref(ptr noundef nonnull %0) #2 %36 = getelementptr inbounds i8, ptr %0, i64 16 %37 = load i32, ptr @ijkmp_msg_loop, align 4, !tbaa !12 %38 = tail call i32 @SDL_CreateThreadEx(ptr noundef nonnull %36, i32 noundef %37, ptr noundef nonnull %0, ptr noundef nonnull @.str) #2 %39 = getelementptr inbounds i8, ptr %0, i64 20 store i32 %38, ptr %39, align 4, !tbaa !15 %40 = load ptr, ptr %32, align 8, !tbaa !14 %41 = load ptr, ptr %0, align 8, !tbaa !13 %42 = tail call i32 @ffp_prepare_async_l(ptr noundef %40, ptr noundef %41) #2 %43 = icmp slt i32 %42, 0 br i1 %43, label %44, label %47 44: ; preds = %1 %45 = load i32, ptr @MP_STATE_ERROR, align 4, !tbaa !12 %46 = tail call i32 @ijkmp_change_state_l(ptr noundef nonnull %0, i32 noundef %45) #2 br label %47 47: ; preds = %1, %44 %48 = phi i32 [ %42, %44 ], [ 0, %1 ] ret i32 %48 } declare i32 @assert(ptr noundef) local_unnamed_addr #1 declare i32 @MPST_RET_IF_EQ(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ijkmp_change_state_l(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @msg_queue_start(ptr noundef) local_unnamed_addr #1 declare i32 @ijkmp_inc_ref(ptr noundef) local_unnamed_addr #1 declare i32 @SDL_CreateThreadEx(ptr noundef, i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ffp_prepare_async_l(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, !11, i64 24} !7 = !{!"TYPE_9__", !8, i64 0, !8, i64 8, !11, i64 16, !11, i64 20, !11, i64 24} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!11, !11, i64 0} !13 = !{!7, !8, i64 0} !14 = !{!7, !8, i64 8} !15 = !{!7, !11, i64 20}
ijkplayer_ijkmedia_ijkplayer_extr_ijkplayer.c_ijkmp_prepare_async_l
; ModuleID = 'AnghaBench/8cc/test/extr_struct.c_t13.c' source_filename = "AnghaBench/8cc/test/extr_struct.c_t13.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 @t13], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @t13() #0 { %1 = tail call i32 @expect(i8 noundef signext 97, i8 noundef signext 97) #2 ret void } declare i32 @expect(i8 noundef signext, i8 noundef signext) 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/8cc/test/extr_struct.c_t13.c' source_filename = "AnghaBench/8cc/test/extr_struct.c_t13.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 @t13], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @t13() #0 { %1 = tail call i32 @expect(i8 noundef signext 97, i8 noundef signext 97) #2 ret void } declare i32 @expect(i8 noundef signext, i8 noundef signext) 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)"}
8cc_test_extr_struct.c_t13
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/ext2/extr_ialloc.c_find_group_orlov.c' source_filename = "AnghaBench/fastsocket/kernel/fs/ext2/extr_ialloc.c_find_group_orlov.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.ext2_sb_info = type { i32, ptr, i32, i32, i32, ptr } %struct.TYPE_4__ = type { i32, i32 } %struct.ext2_group_desc = type { i32, i32, i32 } @EXT2_TOPDIR_FL = dso_local local_unnamed_addr global i32 0, align 4 @BLOCK_COST = dso_local local_unnamed_addr global i32 0, align 4 @INODE_COST = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @find_group_orlov], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @find_group_orlov(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = tail call ptr @EXT2_I(ptr noundef %1) #4 %5 = load i32, ptr %4, align 4, !tbaa !5 %6 = tail call ptr @EXT2_SB(ptr noundef %0) #4 %7 = getelementptr inbounds %struct.ext2_sb_info, ptr %6, i64 0, i32 5 %8 = load ptr, ptr %7, align 8, !tbaa !10 %9 = load i32, ptr %6, align 8, !tbaa !13 %10 = tail call i32 @EXT2_INODES_PER_GROUP(ptr noundef %0) #4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #4 store i32 -1, ptr %3, align 4, !tbaa !14 %11 = getelementptr inbounds %struct.ext2_sb_info, ptr %6, i64 0, i32 4 %12 = tail call i32 @percpu_counter_read_positive(ptr noundef nonnull %11) #4 %13 = sdiv i32 %12, %9 %14 = getelementptr inbounds %struct.ext2_sb_info, ptr %6, i64 0, i32 3 %15 = tail call i32 @percpu_counter_read_positive(ptr noundef nonnull %14) #4 %16 = sdiv i32 %15, %9 %17 = getelementptr inbounds %struct.ext2_sb_info, ptr %6, i64 0, i32 2 %18 = tail call i32 @percpu_counter_read_positive(ptr noundef nonnull %17) #4 %19 = load ptr, ptr %0, align 8, !tbaa !15 %20 = load ptr, ptr %19, align 8, !tbaa !17 %21 = icmp eq ptr %20, %1 br i1 %21, label %29, label %22 22: ; preds = %2 %23 = tail call ptr @EXT2_I(ptr noundef %1) #4 %24 = getelementptr inbounds %struct.TYPE_4__, ptr %23, i64 0, i32 1 %25 = load i32, ptr %24, align 4, !tbaa !19 %26 = load i32, ptr @EXT2_TOPDIR_FL, align 4, !tbaa !14 %27 = and i32 %26, %25 %28 = icmp eq i32 %27, 0 br i1 %28, label %73, label %29 29: ; preds = %22, %2 %30 = call i32 @get_random_bytes(ptr noundef nonnull %3, i32 noundef 4) #4 %31 = load i32, ptr %3, align 4, !tbaa !14 %32 = urem i32 %31, %9 %33 = icmp sgt i32 %9, 0 br i1 %33, label %34, label %70 34: ; preds = %29, %63 %35 = phi i32 [ %65, %63 ], [ -1, %29 ] %36 = phi i32 [ %64, %63 ], [ %10, %29 ] %37 = phi i32 [ %66, %63 ], [ 0, %29 ] %38 = add nuw nsw i32 %37, %32 %39 = urem i32 %38, %9 store i32 %39, ptr %3, align 4, !tbaa !14 %40 = call ptr @ext2_get_group_desc(ptr noundef nonnull %0, i32 noundef %39, ptr noundef null) #4 %41 = icmp eq ptr %40, null br i1 %41, label %63, label %42 42: ; preds = %34 %43 = load i32, ptr %40, align 4, !tbaa !20 %44 = icmp eq i32 %43, 0 br i1 %44, label %63, label %45 45: ; preds = %42 %46 = getelementptr inbounds %struct.ext2_group_desc, ptr %40, i64 0, i32 2 %47 = load i32, ptr %46, align 4, !tbaa !22 %48 = call i32 @le16_to_cpu(i32 noundef %47) #4 %49 = icmp slt i32 %48, %36 br i1 %49, label %50, label %63 50: ; preds = %45 %51 = load i32, ptr %40, align 4, !tbaa !20 %52 = call i32 @le16_to_cpu(i32 noundef %51) #4 %53 = icmp slt i32 %52, %13 br i1 %53, label %63, label %54 54: ; preds = %50 %55 = getelementptr inbounds %struct.ext2_group_desc, ptr %40, i64 0, i32 1 %56 = load i32, ptr %55, align 4, !tbaa !23 %57 = call i32 @le16_to_cpu(i32 noundef %56) #4 %58 = icmp slt i32 %57, %16 br i1 %58, label %63, label %59 59: ; preds = %54 %60 = load i32, ptr %3, align 4, !tbaa !14 %61 = load i32, ptr %46, align 4, !tbaa !22 %62 = call i32 @le16_to_cpu(i32 noundef %61) #4 br label %63 63: ; preds = %54, %50, %45, %34, %42, %59 %64 = phi i32 [ %36, %45 ], [ %36, %50 ], [ %36, %54 ], [ %62, %59 ], [ %36, %42 ], [ %36, %34 ] %65 = phi i32 [ %35, %45 ], [ %35, %50 ], [ %35, %54 ], [ %60, %59 ], [ %35, %42 ], [ %35, %34 ] %66 = add nuw nsw i32 %37, 1 %67 = icmp eq i32 %66, %9 br i1 %67, label %68, label %34, !llvm.loop !24 68: ; preds = %63 %69 = icmp sgt i32 %65, -1 br i1 %69, label %157, label %70 70: ; preds = %133, %29, %96, %68 %71 = phi i32 [ %32, %68 ], [ %5, %96 ], [ %32, %29 ], [ %5, %133 ] %72 = icmp sgt i32 %9, 0 br label %136 73: ; preds = %22 %74 = tail call i32 @llvm.umax.i32(i32 %18, i32 1) %75 = load i32, ptr %8, align 4, !tbaa !26 %76 = tail call i32 @le32_to_cpu(i32 noundef %75) #4 %77 = sub nsw i32 %76, %15 %78 = sdiv i32 %77, %74 %79 = sdiv i32 %74, %9 %80 = sdiv i32 %10, 16 %81 = add nsw i32 %79, %80 %82 = sdiv i32 %10, -4 %83 = add i32 %13, %82 %84 = tail call i32 @EXT2_BLOCKS_PER_GROUP(ptr noundef nonnull %0) #4 %85 = sdiv i32 %84, -4 %86 = add i32 %85, %16 %87 = tail call i32 @EXT2_BLOCKS_PER_GROUP(ptr noundef nonnull %0) #4 %88 = load i32, ptr @BLOCK_COST, align 4, !tbaa !14 %89 = tail call i32 @max(i32 noundef %78, i32 noundef %88) #4 %90 = sdiv i32 %87, %89 %91 = load i32, ptr @INODE_COST, align 4, !tbaa !14 %92 = mul nsw i32 %91, %90 %93 = icmp sgt i32 %92, %10 br i1 %93, label %94, label %96 94: ; preds = %73 %95 = sdiv i32 %10, %91 br label %96 96: ; preds = %94, %73 %97 = phi i32 [ %95, %94 ], [ %90, %73 ] %98 = tail call i32 @llvm.smin.i32(i32 %97, i32 255) %99 = icmp eq i32 %97, 0 %100 = select i1 %99, i32 1, i32 %98 %101 = icmp sgt i32 %9, 0 br i1 %101, label %102, label %70 102: ; preds = %96 %103 = getelementptr inbounds %struct.ext2_sb_info, ptr %6, i64 0, i32 1 br label %104 104: ; preds = %102, %133 %105 = phi i32 [ 0, %102 ], [ %134, %133 ] %106 = add nsw i32 %105, %5 %107 = srem i32 %106, %9 %108 = tail call ptr @ext2_get_group_desc(ptr noundef nonnull %0, i32 noundef %107, ptr noundef null) #4 %109 = icmp eq ptr %108, null br i1 %109, label %133, label %110 110: ; preds = %104 %111 = load i32, ptr %108, align 4, !tbaa !20 %112 = icmp eq i32 %111, 0 br i1 %112, label %133, label %113 113: ; preds = %110 %114 = load ptr, ptr %103, align 8, !tbaa !28 %115 = sext i32 %107 to i64 %116 = getelementptr inbounds i32, ptr %114, i64 %115 %117 = load i32, ptr %116, align 4, !tbaa !14 %118 = icmp slt i32 %117, %100 br i1 %118, label %119, label %133 119: ; preds = %113 %120 = getelementptr inbounds %struct.ext2_group_desc, ptr %108, i64 0, i32 2 %121 = load i32, ptr %120, align 4, !tbaa !22 %122 = tail call i32 @le16_to_cpu(i32 noundef %121) #4 %123 = icmp slt i32 %122, %81 br i1 %123, label %124, label %133 124: ; preds = %119 %125 = load i32, ptr %108, align 4, !tbaa !20 %126 = tail call i32 @le16_to_cpu(i32 noundef %125) #4 %127 = icmp slt i32 %126, %83 br i1 %127, label %133, label %128 128: ; preds = %124 %129 = getelementptr inbounds %struct.ext2_group_desc, ptr %108, i64 0, i32 1 %130 = load i32, ptr %129, align 4, !tbaa !23 %131 = tail call i32 @le16_to_cpu(i32 noundef %130) #4 %132 = icmp slt i32 %131, %86 br i1 %132, label %133, label %157 133: ; preds = %128, %124, %119, %113, %104, %110 %134 = add nuw nsw i32 %105, 1 %135 = icmp eq i32 %134, %9 br i1 %135, label %70, label %104, !llvm.loop !29 136: ; preds = %70, %153 %137 = phi i32 [ 0, %153 ], [ %13, %70 ] br i1 %72, label %138, label %153 138: ; preds = %136, %150 %139 = phi i32 [ %151, %150 ], [ 0, %136 ] %140 = add nsw i32 %139, %71 %141 = srem i32 %140, %9 store i32 %141, ptr %3, align 4, !tbaa !14 %142 = call ptr @ext2_get_group_desc(ptr noundef nonnull %0, i32 noundef %141, ptr noundef null) #4 %143 = icmp eq ptr %142, null br i1 %143, label %150, label %144 144: ; preds = %138 %145 = load i32, ptr %142, align 4, !tbaa !20 %146 = icmp eq i32 %145, 0 br i1 %146, label %150, label %147 147: ; preds = %144 %148 = call i32 @le16_to_cpu(i32 noundef %145) #4 %149 = icmp slt i32 %148, %137 br i1 %149, label %150, label %155 150: ; preds = %147, %138, %144 %151 = add nuw nsw i32 %139, 1 %152 = icmp eq i32 %151, %9 br i1 %152, label %153, label %138, !llvm.loop !30 153: ; preds = %150, %136 %154 = icmp eq i32 %137, 0 br i1 %154, label %157, label %136 155: ; preds = %147 %156 = load i32, ptr %3, align 4, !tbaa !14 br label %157 157: ; preds = %128, %153, %68, %155 %158 = phi i32 [ %156, %155 ], [ %65, %68 ], [ -1, %153 ], [ %107, %128 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #4 ret i32 %158 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @EXT2_I(ptr noundef) local_unnamed_addr #2 declare ptr @EXT2_SB(ptr noundef) local_unnamed_addr #2 declare i32 @EXT2_INODES_PER_GROUP(ptr noundef) local_unnamed_addr #2 declare i32 @percpu_counter_read_positive(ptr noundef) local_unnamed_addr #2 declare i32 @get_random_bytes(ptr noundef, i32 noundef) local_unnamed_addr #2 declare ptr @ext2_get_group_desc(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @le16_to_cpu(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 declare i32 @le32_to_cpu(i32 noundef) local_unnamed_addr #2 declare i32 @EXT2_BLOCKS_PER_GROUP(ptr noundef) local_unnamed_addr #2 declare i32 @max(i32 noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.umax.i32(i32, i32) #3 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smin.i32(i32, i32) #3 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 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } 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, !7, i64 0} !6 = !{!"TYPE_4__", !7, i64 0, !7, i64 4} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 32} !11 = !{!"ext2_sb_info", !7, i64 0, !12, i64 8, !7, i64 16, !7, i64 20, !7, i64 24, !12, i64 32} !12 = !{!"any pointer", !8, i64 0} !13 = !{!11, !7, i64 0} !14 = !{!7, !7, i64 0} !15 = !{!16, !12, i64 0} !16 = !{!"super_block", !12, i64 0} !17 = !{!18, !12, i64 0} !18 = !{!"TYPE_3__", !12, i64 0} !19 = !{!6, !7, i64 4} !20 = !{!21, !7, i64 0} !21 = !{!"ext2_group_desc", !7, i64 0, !7, i64 4, !7, i64 8} !22 = !{!21, !7, i64 8} !23 = !{!21, !7, i64 4} !24 = distinct !{!24, !25} !25 = !{!"llvm.loop.mustprogress"} !26 = !{!27, !7, i64 0} !27 = !{!"ext2_super_block", !7, i64 0} !28 = !{!11, !12, i64 8} !29 = distinct !{!29, !25} !30 = distinct !{!30, !25}
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/ext2/extr_ialloc.c_find_group_orlov.c' source_filename = "AnghaBench/fastsocket/kernel/fs/ext2/extr_ialloc.c_find_group_orlov.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @EXT2_TOPDIR_FL = common local_unnamed_addr global i32 0, align 4 @BLOCK_COST = common local_unnamed_addr global i32 0, align 4 @INODE_COST = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @find_group_orlov], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @find_group_orlov(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = tail call ptr @EXT2_I(ptr noundef %1) #4 %5 = load i32, ptr %4, align 4, !tbaa !6 %6 = tail call ptr @EXT2_SB(ptr noundef %0) #4 %7 = getelementptr inbounds i8, ptr %6, i64 32 %8 = load ptr, ptr %7, align 8, !tbaa !11 %9 = load i32, ptr %6, align 8, !tbaa !14 %10 = tail call i32 @EXT2_INODES_PER_GROUP(ptr noundef %0) #4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #4 store i32 -1, ptr %3, align 4, !tbaa !15 %11 = getelementptr inbounds i8, ptr %6, i64 24 %12 = tail call i32 @percpu_counter_read_positive(ptr noundef nonnull %11) #4 %13 = sdiv i32 %12, %9 %14 = getelementptr inbounds i8, ptr %6, i64 20 %15 = tail call i32 @percpu_counter_read_positive(ptr noundef nonnull %14) #4 %16 = sdiv i32 %15, %9 %17 = getelementptr inbounds i8, ptr %6, i64 16 %18 = tail call i32 @percpu_counter_read_positive(ptr noundef nonnull %17) #4 %19 = load ptr, ptr %0, align 8, !tbaa !16 %20 = load ptr, ptr %19, align 8, !tbaa !18 %21 = icmp eq ptr %20, %1 br i1 %21, label %29, label %22 22: ; preds = %2 %23 = tail call ptr @EXT2_I(ptr noundef %1) #4 %24 = getelementptr inbounds i8, ptr %23, i64 4 %25 = load i32, ptr %24, align 4, !tbaa !20 %26 = load i32, ptr @EXT2_TOPDIR_FL, align 4, !tbaa !15 %27 = and i32 %26, %25 %28 = icmp eq i32 %27, 0 br i1 %28, label %73, label %29 29: ; preds = %22, %2 %30 = call i32 @get_random_bytes(ptr noundef nonnull %3, i32 noundef 4) #4 %31 = load i32, ptr %3, align 4, !tbaa !15 %32 = urem i32 %31, %9 %33 = icmp sgt i32 %9, 0 br i1 %33, label %34, label %70 34: ; preds = %29, %63 %35 = phi i32 [ %65, %63 ], [ -1, %29 ] %36 = phi i32 [ %64, %63 ], [ %10, %29 ] %37 = phi i32 [ %66, %63 ], [ 0, %29 ] %38 = add nuw nsw i32 %37, %32 %39 = urem i32 %38, %9 store i32 %39, ptr %3, align 4, !tbaa !15 %40 = call ptr @ext2_get_group_desc(ptr noundef nonnull %0, i32 noundef %39, ptr noundef null) #4 %41 = icmp eq ptr %40, null br i1 %41, label %63, label %42 42: ; preds = %34 %43 = load i32, ptr %40, align 4, !tbaa !21 %44 = icmp eq i32 %43, 0 br i1 %44, label %63, label %45 45: ; preds = %42 %46 = getelementptr inbounds i8, ptr %40, i64 8 %47 = load i32, ptr %46, align 4, !tbaa !23 %48 = call i32 @le16_to_cpu(i32 noundef %47) #4 %49 = icmp slt i32 %48, %36 br i1 %49, label %50, label %63 50: ; preds = %45 %51 = load i32, ptr %40, align 4, !tbaa !21 %52 = call i32 @le16_to_cpu(i32 noundef %51) #4 %53 = icmp slt i32 %52, %13 br i1 %53, label %63, label %54 54: ; preds = %50 %55 = getelementptr inbounds i8, ptr %40, i64 4 %56 = load i32, ptr %55, align 4, !tbaa !24 %57 = call i32 @le16_to_cpu(i32 noundef %56) #4 %58 = icmp slt i32 %57, %16 br i1 %58, label %63, label %59 59: ; preds = %54 %60 = load i32, ptr %3, align 4, !tbaa !15 %61 = load i32, ptr %46, align 4, !tbaa !23 %62 = call i32 @le16_to_cpu(i32 noundef %61) #4 br label %63 63: ; preds = %54, %50, %45, %34, %42, %59 %64 = phi i32 [ %36, %45 ], [ %36, %50 ], [ %36, %54 ], [ %62, %59 ], [ %36, %42 ], [ %36, %34 ] %65 = phi i32 [ %35, %45 ], [ %35, %50 ], [ %35, %54 ], [ %60, %59 ], [ %35, %42 ], [ %35, %34 ] %66 = add nuw nsw i32 %37, 1 %67 = icmp eq i32 %66, %9 br i1 %67, label %68, label %34, !llvm.loop !25 68: ; preds = %63 %69 = icmp sgt i32 %65, -1 br i1 %69, label %157, label %70 70: ; preds = %133, %29, %96, %68 %71 = phi i32 [ %32, %68 ], [ %5, %96 ], [ %32, %29 ], [ %5, %133 ] %72 = icmp sgt i32 %9, 0 br label %136 73: ; preds = %22 %74 = tail call i32 @llvm.umax.i32(i32 %18, i32 1) %75 = load i32, ptr %8, align 4, !tbaa !27 %76 = tail call i32 @le32_to_cpu(i32 noundef %75) #4 %77 = sub nsw i32 %76, %15 %78 = sdiv i32 %77, %74 %79 = sdiv i32 %74, %9 %80 = sdiv i32 %10, 16 %81 = add nsw i32 %79, %80 %82 = sdiv i32 %10, -4 %83 = add i32 %13, %82 %84 = tail call i32 @EXT2_BLOCKS_PER_GROUP(ptr noundef nonnull %0) #4 %85 = sdiv i32 %84, -4 %86 = add i32 %85, %16 %87 = tail call i32 @EXT2_BLOCKS_PER_GROUP(ptr noundef nonnull %0) #4 %88 = load i32, ptr @BLOCK_COST, align 4, !tbaa !15 %89 = tail call i32 @max(i32 noundef %78, i32 noundef %88) #4 %90 = sdiv i32 %87, %89 %91 = load i32, ptr @INODE_COST, align 4, !tbaa !15 %92 = mul nsw i32 %91, %90 %93 = icmp sgt i32 %92, %10 br i1 %93, label %94, label %96 94: ; preds = %73 %95 = sdiv i32 %10, %91 br label %96 96: ; preds = %94, %73 %97 = phi i32 [ %95, %94 ], [ %90, %73 ] %98 = tail call i32 @llvm.smin.i32(i32 %97, i32 255) %99 = icmp eq i32 %97, 0 %100 = select i1 %99, i32 1, i32 %98 %101 = icmp sgt i32 %9, 0 br i1 %101, label %102, label %70 102: ; preds = %96 %103 = getelementptr inbounds i8, ptr %6, i64 8 br label %104 104: ; preds = %102, %133 %105 = phi i32 [ 0, %102 ], [ %134, %133 ] %106 = add nsw i32 %105, %5 %107 = srem i32 %106, %9 %108 = tail call ptr @ext2_get_group_desc(ptr noundef nonnull %0, i32 noundef %107, ptr noundef null) #4 %109 = icmp eq ptr %108, null br i1 %109, label %133, label %110 110: ; preds = %104 %111 = load i32, ptr %108, align 4, !tbaa !21 %112 = icmp eq i32 %111, 0 br i1 %112, label %133, label %113 113: ; preds = %110 %114 = load ptr, ptr %103, align 8, !tbaa !29 %115 = sext i32 %107 to i64 %116 = getelementptr inbounds i32, ptr %114, i64 %115 %117 = load i32, ptr %116, align 4, !tbaa !15 %118 = icmp slt i32 %117, %100 br i1 %118, label %119, label %133 119: ; preds = %113 %120 = getelementptr inbounds i8, ptr %108, i64 8 %121 = load i32, ptr %120, align 4, !tbaa !23 %122 = tail call i32 @le16_to_cpu(i32 noundef %121) #4 %123 = icmp slt i32 %122, %81 br i1 %123, label %124, label %133 124: ; preds = %119 %125 = load i32, ptr %108, align 4, !tbaa !21 %126 = tail call i32 @le16_to_cpu(i32 noundef %125) #4 %127 = icmp slt i32 %126, %83 br i1 %127, label %133, label %128 128: ; preds = %124 %129 = getelementptr inbounds i8, ptr %108, i64 4 %130 = load i32, ptr %129, align 4, !tbaa !24 %131 = tail call i32 @le16_to_cpu(i32 noundef %130) #4 %132 = icmp slt i32 %131, %86 br i1 %132, label %133, label %157 133: ; preds = %128, %124, %119, %113, %104, %110 %134 = add nuw nsw i32 %105, 1 %135 = icmp eq i32 %134, %9 br i1 %135, label %70, label %104, !llvm.loop !30 136: ; preds = %70, %153 %137 = phi i32 [ 0, %153 ], [ %13, %70 ] br i1 %72, label %138, label %153 138: ; preds = %136, %150 %139 = phi i32 [ %151, %150 ], [ 0, %136 ] %140 = add nsw i32 %139, %71 %141 = srem i32 %140, %9 store i32 %141, ptr %3, align 4, !tbaa !15 %142 = call ptr @ext2_get_group_desc(ptr noundef nonnull %0, i32 noundef %141, ptr noundef null) #4 %143 = icmp eq ptr %142, null br i1 %143, label %150, label %144 144: ; preds = %138 %145 = load i32, ptr %142, align 4, !tbaa !21 %146 = icmp eq i32 %145, 0 br i1 %146, label %150, label %147 147: ; preds = %144 %148 = call i32 @le16_to_cpu(i32 noundef %145) #4 %149 = icmp slt i32 %148, %137 br i1 %149, label %150, label %155 150: ; preds = %147, %138, %144 %151 = add nuw nsw i32 %139, 1 %152 = icmp eq i32 %151, %9 br i1 %152, label %153, label %138, !llvm.loop !31 153: ; preds = %150, %136 %154 = icmp eq i32 %137, 0 br i1 %154, label %157, label %136 155: ; preds = %147 %156 = load i32, ptr %3, align 4, !tbaa !15 br label %157 157: ; preds = %128, %153, %68, %155 %158 = phi i32 [ %156, %155 ], [ %65, %68 ], [ -1, %153 ], [ %107, %128 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #4 ret i32 %158 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @EXT2_I(ptr noundef) local_unnamed_addr #2 declare ptr @EXT2_SB(ptr noundef) local_unnamed_addr #2 declare i32 @EXT2_INODES_PER_GROUP(ptr noundef) local_unnamed_addr #2 declare i32 @percpu_counter_read_positive(ptr noundef) local_unnamed_addr #2 declare i32 @get_random_bytes(ptr noundef, i32 noundef) local_unnamed_addr #2 declare ptr @ext2_get_group_desc(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @le16_to_cpu(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 declare i32 @le32_to_cpu(i32 noundef) local_unnamed_addr #2 declare i32 @EXT2_BLOCKS_PER_GROUP(ptr noundef) local_unnamed_addr #2 declare i32 @max(i32 noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.umax.i32(i32, i32) #3 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smin.i32(i32, i32) #3 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 = { 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_4__", !8, i64 0, !8, i64 4} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !13, i64 32} !12 = !{!"ext2_sb_info", !8, i64 0, !13, i64 8, !8, i64 16, !8, i64 20, !8, i64 24, !13, i64 32} !13 = !{!"any pointer", !9, i64 0} !14 = !{!12, !8, i64 0} !15 = !{!8, !8, i64 0} !16 = !{!17, !13, i64 0} !17 = !{!"super_block", !13, i64 0} !18 = !{!19, !13, i64 0} !19 = !{!"TYPE_3__", !13, i64 0} !20 = !{!7, !8, i64 4} !21 = !{!22, !8, i64 0} !22 = !{!"ext2_group_desc", !8, i64 0, !8, i64 4, !8, i64 8} !23 = !{!22, !8, i64 8} !24 = !{!22, !8, i64 4} !25 = distinct !{!25, !26} !26 = !{!"llvm.loop.mustprogress"} !27 = !{!28, !8, i64 0} !28 = !{!"ext2_super_block", !8, i64 0} !29 = !{!12, !13, i64 8} !30 = distinct !{!30, !26} !31 = distinct !{!31, !26}
fastsocket_kernel_fs_ext2_extr_ialloc.c_find_group_orlov
; ModuleID = 'AnghaBench/freebsd/crypto/openssl/crypto/evp/extr_pbe_scrypt.c_EVP_PBE_scrypt.c' source_filename = "AnghaBench/freebsd/crypto/openssl/crypto/evp/extr_pbe_scrypt.c_EVP_PBE_scrypt.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" @SCRYPT_PR_MAX = dso_local local_unnamed_addr global i32 0, align 4 @EVP_F_EVP_PBE_SCRYPT = dso_local local_unnamed_addr global i32 0, align 4 @EVP_R_MEMORY_LIMIT_EXCEEDED = dso_local local_unnamed_addr global i32 0, align 4 @LOG2_UINT64_MAX = dso_local local_unnamed_addr global i32 0, align 4 @INT_MAX = dso_local local_unnamed_addr global i32 0, align 4 @UINT64_MAX = dso_local local_unnamed_addr global i32 0, align 4 @SCRYPT_MAX_MEM = dso_local local_unnamed_addr global i32 0, align 4 @SIZE_MAX = dso_local local_unnamed_addr global i32 0, align 4 @ERR_R_MALLOC_FAILURE = dso_local local_unnamed_addr global i32 0, align 4 @EVP_R_PBKDF2_ERROR = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local noundef i32 @EVP_PBE_scrypt(ptr noundef %0, i64 noundef %1, ptr noundef %2, i64 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6, i32 noundef %7, ptr noundef %8, i64 noundef %9) local_unnamed_addr #0 { %11 = icmp eq i32 %5, 0 %12 = icmp eq i32 %6, 0 %13 = or i1 %11, %12 %14 = icmp slt i32 %4, 2 %15 = or i1 %14, %13 %16 = tail call i32 @llvm.ctpop.i32(i32 %4), !range !5 %17 = icmp ugt i32 %16, 1 %18 = select i1 %15, i1 true, i1 %17 br i1 %18, label %123, label %19 19: ; preds = %10 %20 = load i32, ptr @SCRYPT_PR_MAX, align 4, !tbaa !6 %21 = sdiv i32 %20, %5 %22 = icmp slt i32 %21, %6 br i1 %22, label %23, label %27 23: ; preds = %19 %24 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %25 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %26 = tail call i32 @EVPerr(i32 noundef %24, i32 noundef %25) #3 br label %123 27: ; preds = %19 %28 = shl nsw i32 %5, 4 %29 = load i32, ptr @LOG2_UINT64_MAX, align 4, !tbaa !6 %30 = icmp sgt i32 %28, %29 %31 = shl nuw i32 1, %28 %32 = icmp sgt i32 %31, %4 %33 = select i1 %30, i1 true, i1 %32 br i1 %33, label %38, label %34 34: ; preds = %27 %35 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %36 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %37 = tail call i32 @EVPerr(i32 noundef %35, i32 noundef %36) #3 br label %123 38: ; preds = %27 %39 = shl nsw i32 %6, 7 %40 = mul nsw i32 %39, %5 %41 = load i32, ptr @INT_MAX, align 4, !tbaa !6 %42 = icmp sgt i32 %40, %41 br i1 %42, label %43, label %47 43: ; preds = %38 %44 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %45 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %46 = tail call i32 @EVPerr(i32 noundef %44, i32 noundef %45) #3 br label %123 47: ; preds = %38 %48 = load i32, ptr @UINT64_MAX, align 4, !tbaa !6 %49 = ashr i32 %48, 7 %50 = add nuw nsw i32 %4, 2 %51 = sdiv i32 %49, %5 %52 = icmp sgt i32 %50, %51 br i1 %52, label %53, label %57 53: ; preds = %47 %54 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %55 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %56 = tail call i32 @EVPerr(i32 noundef %54, i32 noundef %55) #3 br label %123 57: ; preds = %47 %58 = shl nsw i32 %5, 5 %59 = shl nuw nsw i32 %50, 2 %60 = mul i32 %59, %58 %61 = sub nsw i32 %48, %60 %62 = icmp sgt i32 %40, %61 br i1 %62, label %63, label %67 63: ; preds = %57 %64 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %65 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %66 = tail call i32 @EVPerr(i32 noundef %64, i32 noundef %65) #3 br label %123 67: ; preds = %57 %68 = icmp eq i32 %7, 0 %69 = load i32, ptr @SCRYPT_MAX_MEM, align 4 %70 = select i1 %68, i32 %69, i32 %7 %71 = load i32, ptr @SIZE_MAX, align 4, !tbaa !6 %72 = tail call i32 @llvm.smin.i32(i32 %70, i32 %71) %73 = add nsw i32 %40, %60 %74 = icmp sgt i32 %73, %72 br i1 %74, label %75, label %79 75: ; preds = %67 %76 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %77 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %78 = tail call i32 @EVPerr(i32 noundef %76, i32 noundef %77) #3 br label %123 79: ; preds = %67 %80 = icmp eq ptr %8, null br i1 %80, label %123, label %81 81: ; preds = %79 %82 = sext i32 %73 to i64 %83 = tail call ptr @OPENSSL_malloc(i64 noundef %82) #3 %84 = icmp eq ptr %83, null br i1 %84, label %85, label %89 85: ; preds = %81 %86 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %87 = load i32, ptr @ERR_R_MALLOC_FAILURE, align 4, !tbaa !6 %88 = tail call i32 @EVPerr(i32 noundef %86, i32 noundef %87) #3 br label %123 89: ; preds = %81 %90 = sext i32 %40 to i64 %91 = getelementptr inbounds i8, ptr %83, i64 %90 %92 = sext i32 %58 to i64 %93 = getelementptr inbounds i32, ptr %91, i64 %92 %94 = getelementptr inbounds i32, ptr %93, i64 %92 %95 = trunc i64 %3 to i32 %96 = tail call i32 (...) @EVP_sha256() #3 %97 = tail call i64 @PKCS5_PBKDF2_HMAC(ptr noundef %0, i64 noundef %1, ptr noundef %2, i32 noundef %95, i32 noundef 1, i32 noundef %96, i64 noundef %90, ptr noundef nonnull %83) #3 %98 = icmp eq i64 %97, 0 br i1 %98, label %116, label %99 99: ; preds = %89 %100 = icmp sgt i32 %6, 0 br i1 %100, label %101, label %112 101: ; preds = %99 %102 = shl nsw i32 %5, 7 %103 = sext i32 %102 to i64 %104 = zext nneg i32 %6 to i64 br label %105 105: ; preds = %101, %105 %106 = phi i64 [ 0, %101 ], [ %110, %105 ] %107 = mul nsw i64 %106, %103 %108 = getelementptr inbounds i8, ptr %83, i64 %107 %109 = tail call i32 @scryptROMix(ptr noundef nonnull %108, i32 noundef %5, i32 noundef %4, ptr noundef nonnull %91, ptr noundef nonnull %93, ptr noundef nonnull %94) #3 %110 = add nuw nsw i64 %106, 1 %111 = icmp eq i64 %110, %104 br i1 %111, label %112, label %105, !llvm.loop !10 112: ; preds = %105, %99 %113 = tail call i32 (...) @EVP_sha256() #3 %114 = tail call i64 @PKCS5_PBKDF2_HMAC(ptr noundef %0, i64 noundef %1, ptr noundef nonnull %83, i32 noundef %40, i32 noundef 1, i32 noundef %113, i64 noundef %9, ptr noundef nonnull %8) #3 %115 = icmp eq i64 %114, 0 br i1 %115, label %116, label %120 116: ; preds = %89, %112 %117 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %118 = load i32, ptr @EVP_R_PBKDF2_ERROR, align 4, !tbaa !6 %119 = tail call i32 @EVPerr(i32 noundef %117, i32 noundef %118) #3 br label %120 120: ; preds = %116, %112 %121 = phi i32 [ 0, %116 ], [ 1, %112 ] %122 = tail call i32 @OPENSSL_clear_free(ptr noundef nonnull %83, i64 noundef %82) #3 br label %123 123: ; preds = %79, %10, %120, %85, %75, %63, %53, %43, %34, %23 %124 = phi i32 [ 0, %23 ], [ 0, %34 ], [ 0, %43 ], [ 0, %53 ], [ 0, %63 ], [ 0, %75 ], [ 0, %85 ], [ %121, %120 ], [ 0, %10 ], [ 1, %79 ] ret i32 %124 } declare i32 @EVPerr(i32 noundef, i32 noundef) local_unnamed_addr #1 declare ptr @OPENSSL_malloc(i64 noundef) local_unnamed_addr #1 declare i64 @PKCS5_PBKDF2_HMAC(ptr noundef, i64 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i64 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @EVP_sha256(...) local_unnamed_addr #1 declare i32 @scryptROMix(ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @OPENSSL_clear_free(ptr noundef, i64 noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.ctpop.i32(i32) #2 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.smin.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 = !{i32 0, i32 33} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/freebsd/crypto/openssl/crypto/evp/extr_pbe_scrypt.c_EVP_PBE_scrypt.c' source_filename = "AnghaBench/freebsd/crypto/openssl/crypto/evp/extr_pbe_scrypt.c_EVP_PBE_scrypt.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SCRYPT_PR_MAX = common local_unnamed_addr global i32 0, align 4 @EVP_F_EVP_PBE_SCRYPT = common local_unnamed_addr global i32 0, align 4 @EVP_R_MEMORY_LIMIT_EXCEEDED = common local_unnamed_addr global i32 0, align 4 @LOG2_UINT64_MAX = common local_unnamed_addr global i32 0, align 4 @INT_MAX = common local_unnamed_addr global i32 0, align 4 @UINT64_MAX = common local_unnamed_addr global i32 0, align 4 @SCRYPT_MAX_MEM = common local_unnamed_addr global i32 0, align 4 @SIZE_MAX = common local_unnamed_addr global i32 0, align 4 @ERR_R_MALLOC_FAILURE = common local_unnamed_addr global i32 0, align 4 @EVP_R_PBKDF2_ERROR = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define range(i32 0, 2) i32 @EVP_PBE_scrypt(ptr noundef %0, i64 noundef %1, ptr noundef %2, i64 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6, i32 noundef %7, ptr noundef %8, i64 noundef %9) local_unnamed_addr #0 { %11 = icmp eq i32 %5, 0 %12 = icmp eq i32 %6, 0 %13 = or i1 %11, %12 %14 = icmp slt i32 %4, 2 %15 = or i1 %14, %13 br i1 %15, label %124, label %16 16: ; preds = %10 %17 = add nuw i32 %4, 2147483647 %18 = and i32 %17, %4 %19 = icmp eq i32 %18, 0 br i1 %19, label %20, label %124 20: ; preds = %16 %21 = load i32, ptr @SCRYPT_PR_MAX, align 4, !tbaa !6 %22 = sdiv i32 %21, %5 %23 = icmp slt i32 %22, %6 br i1 %23, label %24, label %28 24: ; preds = %20 %25 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %26 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %27 = tail call i32 @EVPerr(i32 noundef %25, i32 noundef %26) #3 br label %124 28: ; preds = %20 %29 = shl nsw i32 %5, 4 %30 = load i32, ptr @LOG2_UINT64_MAX, align 4, !tbaa !6 %31 = icmp sgt i32 %29, %30 %32 = shl nuw i32 1, %29 %33 = icmp sgt i32 %32, %4 %34 = select i1 %31, i1 true, i1 %33 br i1 %34, label %39, label %35 35: ; preds = %28 %36 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %37 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %38 = tail call i32 @EVPerr(i32 noundef %36, i32 noundef %37) #3 br label %124 39: ; preds = %28 %40 = shl nsw i32 %6, 7 %41 = mul nsw i32 %40, %5 %42 = load i32, ptr @INT_MAX, align 4, !tbaa !6 %43 = icmp sgt i32 %41, %42 br i1 %43, label %44, label %48 44: ; preds = %39 %45 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %46 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %47 = tail call i32 @EVPerr(i32 noundef %45, i32 noundef %46) #3 br label %124 48: ; preds = %39 %49 = load i32, ptr @UINT64_MAX, align 4, !tbaa !6 %50 = ashr i32 %49, 7 %51 = add nuw nsw i32 %4, 2 %52 = sdiv i32 %50, %5 %53 = icmp sgt i32 %51, %52 br i1 %53, label %54, label %58 54: ; preds = %48 %55 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %56 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %57 = tail call i32 @EVPerr(i32 noundef %55, i32 noundef %56) #3 br label %124 58: ; preds = %48 %59 = shl nsw i32 %5, 5 %60 = shl nuw nsw i32 %51, 2 %61 = mul i32 %60, %59 %62 = sub nsw i32 %49, %61 %63 = icmp sgt i32 %41, %62 br i1 %63, label %64, label %68 64: ; preds = %58 %65 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %66 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %67 = tail call i32 @EVPerr(i32 noundef %65, i32 noundef %66) #3 br label %124 68: ; preds = %58 %69 = icmp eq i32 %7, 0 %70 = load i32, ptr @SCRYPT_MAX_MEM, align 4 %71 = select i1 %69, i32 %70, i32 %7 %72 = load i32, ptr @SIZE_MAX, align 4, !tbaa !6 %73 = tail call i32 @llvm.smin.i32(i32 %71, i32 %72) %74 = add nsw i32 %41, %61 %75 = icmp sgt i32 %74, %73 br i1 %75, label %76, label %80 76: ; preds = %68 %77 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %78 = load i32, ptr @EVP_R_MEMORY_LIMIT_EXCEEDED, align 4, !tbaa !6 %79 = tail call i32 @EVPerr(i32 noundef %77, i32 noundef %78) #3 br label %124 80: ; preds = %68 %81 = icmp eq ptr %8, null br i1 %81, label %124, label %82 82: ; preds = %80 %83 = sext i32 %74 to i64 %84 = tail call ptr @OPENSSL_malloc(i64 noundef %83) #3 %85 = icmp eq ptr %84, null br i1 %85, label %86, label %90 86: ; preds = %82 %87 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %88 = load i32, ptr @ERR_R_MALLOC_FAILURE, align 4, !tbaa !6 %89 = tail call i32 @EVPerr(i32 noundef %87, i32 noundef %88) #3 br label %124 90: ; preds = %82 %91 = sext i32 %41 to i64 %92 = getelementptr inbounds i8, ptr %84, i64 %91 %93 = sext i32 %59 to i64 %94 = getelementptr inbounds i32, ptr %92, i64 %93 %95 = getelementptr inbounds i32, ptr %94, i64 %93 %96 = trunc i64 %3 to i32 %97 = tail call i32 @EVP_sha256() #3 %98 = tail call i64 @PKCS5_PBKDF2_HMAC(ptr noundef %0, i64 noundef %1, ptr noundef %2, i32 noundef %96, i32 noundef 1, i32 noundef %97, i64 noundef %91, ptr noundef nonnull %84) #3 %99 = icmp eq i64 %98, 0 br i1 %99, label %117, label %100 100: ; preds = %90 %101 = icmp sgt i32 %6, 0 br i1 %101, label %102, label %113 102: ; preds = %100 %103 = shl nsw i32 %5, 7 %104 = sext i32 %103 to i64 %105 = zext nneg i32 %6 to i64 br label %106 106: ; preds = %102, %106 %107 = phi i64 [ 0, %102 ], [ %111, %106 ] %108 = mul nsw i64 %107, %104 %109 = getelementptr inbounds i8, ptr %84, i64 %108 %110 = tail call i32 @scryptROMix(ptr noundef nonnull %109, i32 noundef %5, i32 noundef %4, ptr noundef nonnull %92, ptr noundef nonnull %94, ptr noundef nonnull %95) #3 %111 = add nuw nsw i64 %107, 1 %112 = icmp eq i64 %111, %105 br i1 %112, label %113, label %106, !llvm.loop !10 113: ; preds = %106, %100 %114 = tail call i32 @EVP_sha256() #3 %115 = tail call i64 @PKCS5_PBKDF2_HMAC(ptr noundef %0, i64 noundef %1, ptr noundef nonnull %84, i32 noundef %41, i32 noundef 1, i32 noundef %114, i64 noundef %9, ptr noundef nonnull %8) #3 %116 = icmp eq i64 %115, 0 br i1 %116, label %117, label %121 117: ; preds = %90, %113 %118 = load i32, ptr @EVP_F_EVP_PBE_SCRYPT, align 4, !tbaa !6 %119 = load i32, ptr @EVP_R_PBKDF2_ERROR, align 4, !tbaa !6 %120 = tail call i32 @EVPerr(i32 noundef %118, i32 noundef %119) #3 br label %121 121: ; preds = %117, %113 %122 = phi i32 [ 0, %117 ], [ 1, %113 ] %123 = tail call i32 @OPENSSL_clear_free(ptr noundef nonnull %84, i64 noundef %83) #3 br label %124 124: ; preds = %80, %10, %16, %121, %86, %76, %64, %54, %44, %35, %24 %125 = phi i32 [ 0, %24 ], [ 0, %35 ], [ 0, %44 ], [ 0, %54 ], [ 0, %64 ], [ 0, %76 ], [ 0, %86 ], [ %122, %121 ], [ 0, %16 ], [ 0, %10 ], [ 1, %80 ] ret i32 %125 } declare i32 @EVPerr(i32 noundef, i32 noundef) local_unnamed_addr #1 declare ptr @OPENSSL_malloc(i64 noundef) local_unnamed_addr #1 declare i64 @PKCS5_PBKDF2_HMAC(ptr noundef, i64 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i64 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @EVP_sha256(...) local_unnamed_addr #1 declare i32 @scryptROMix(ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @OPENSSL_clear_free(ptr noundef, i64 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 = { 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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
freebsd_crypto_openssl_crypto_evp_extr_pbe_scrypt.c_EVP_PBE_scrypt
; ModuleID = 'AnghaBench/Quake-III-Arena/code/client/extr_cl_cin.c_RllDecodeStereoToMono.c' source_filename = "AnghaBench/Quake-III-Arena/code/client/extr_cl_cin.c_RllDecodeStereoToMono.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 } @cin = dso_local local_unnamed_addr global %struct.TYPE_2__ zeroinitializer, align 8 ; Function Attrs: nofree norecurse nosync nounwind memory(read, argmem: readwrite, inaccessiblemem: none) uwtable define dso_local noundef i64 @RllDecodeStereoToMono(ptr nocapture noundef readonly %0, ptr nocapture noundef writeonly %1, i32 noundef %2, i8 noundef signext %3, i16 noundef zeroext %4) local_unnamed_addr #0 { %6 = icmp eq i8 %3, 0 %7 = zext i16 %4 to i32 %8 = and i32 %7, 65280 br i1 %6, label %14, label %9 9: ; preds = %5 %10 = add nsw i32 %8, -32768 %11 = shl nuw nsw i32 %7, 8 %12 = and i32 %11, 65280 %13 = add nsw i32 %12, -32768 br label %17 14: ; preds = %5 %15 = shl nuw nsw i32 %7, 8 %16 = and i32 %15, 65280 br label %17 17: ; preds = %14, %9 %18 = phi i32 [ %10, %9 ], [ %8, %14 ] %19 = phi i32 [ %13, %9 ], [ %16, %14 ] %20 = icmp eq i32 %2, 0 br i1 %20, label %51, label %21 21: ; preds = %17 %22 = load ptr, ptr @cin, align 8, !tbaa !5 %23 = zext i32 %2 to i64 br label %24 24: ; preds = %21, %24 %25 = phi i64 [ 0, %21 ], [ %49, %24 ] %26 = phi i32 [ %19, %21 ], [ %44, %24 ] %27 = phi i32 [ %18, %21 ], [ %36, %24 ] %28 = trunc i64 %25 to i32 %29 = shl i32 %28, 1 %30 = zext i32 %29 to i64 %31 = getelementptr inbounds i8, ptr %0, i64 %30 %32 = load i8, ptr %31, align 1, !tbaa !10 %33 = zext i8 %32 to i64 %34 = getelementptr inbounds i32, ptr %22, i64 %33 %35 = load i32, ptr %34, align 4, !tbaa !11 %36 = add nsw i32 %35, %27 %37 = or disjoint i32 %29, 1 %38 = zext i32 %37 to i64 %39 = getelementptr inbounds i8, ptr %0, i64 %38 %40 = load i8, ptr %39, align 1, !tbaa !10 %41 = zext i8 %40 to i64 %42 = getelementptr inbounds i32, ptr %22, i64 %41 %43 = load i32, ptr %42, align 4, !tbaa !11 %44 = add nsw i32 %43, %26 %45 = add nsw i32 %44, %36 %46 = sdiv i32 %45, 2 %47 = trunc i32 %46 to i16 %48 = getelementptr inbounds i16, ptr %1, i64 %25 store i16 %47, ptr %48, align 2, !tbaa !13 %49 = add nuw nsw i64 %25, 1 %50 = icmp eq i64 %49, %23 br i1 %50, label %51, label %24, !llvm.loop !15 51: ; preds = %24, %17 %52 = phi i64 [ 0, %17 ], [ %23, %24 ] ret i64 %52 } attributes #0 = { nofree norecurse nosync nounwind memory(read, 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_2__", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!8, !8, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"int", !8, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"short", !8, i64 0} !15 = distinct !{!15, !16} !16 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/Quake-III-Arena/code/client/extr_cl_cin.c_RllDecodeStereoToMono.c' source_filename = "AnghaBench/Quake-III-Arena/code/client/extr_cl_cin.c_RllDecodeStereoToMono.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 } @cin = common local_unnamed_addr global %struct.TYPE_2__ zeroinitializer, align 8 ; Function Attrs: nofree norecurse nosync nounwind ssp memory(read, argmem: readwrite, inaccessiblemem: none) uwtable(sync) define range(i64 0, 4294967296) i64 @RllDecodeStereoToMono(ptr nocapture noundef readonly %0, ptr nocapture noundef writeonly %1, i32 noundef %2, i8 noundef signext %3, i16 noundef zeroext %4) local_unnamed_addr #0 { %6 = icmp eq i8 %3, 0 %7 = zext i16 %4 to i32 %8 = and i32 %7, 65280 br i1 %6, label %14, label %9 9: ; preds = %5 %10 = add nsw i32 %8, -32768 %11 = shl nuw nsw i32 %7, 8 %12 = and i32 %11, 65280 %13 = add nsw i32 %12, -32768 br label %17 14: ; preds = %5 %15 = shl nuw nsw i32 %7, 8 %16 = and i32 %15, 65280 br label %17 17: ; preds = %14, %9 %18 = phi i32 [ %10, %9 ], [ %8, %14 ] %19 = phi i32 [ %13, %9 ], [ %16, %14 ] %20 = icmp eq i32 %2, 0 br i1 %20, label %51, label %21 21: ; preds = %17 %22 = load ptr, ptr @cin, align 8, !tbaa !6 %23 = zext i32 %2 to i64 br label %24 24: ; preds = %21, %24 %25 = phi i64 [ 0, %21 ], [ %49, %24 ] %26 = phi i32 [ %19, %21 ], [ %44, %24 ] %27 = phi i32 [ %18, %21 ], [ %36, %24 ] %28 = trunc nuw i64 %25 to i32 %29 = shl i32 %28, 1 %30 = zext i32 %29 to i64 %31 = getelementptr inbounds i8, ptr %0, i64 %30 %32 = load i8, ptr %31, align 1, !tbaa !11 %33 = zext i8 %32 to i64 %34 = getelementptr inbounds i32, ptr %22, i64 %33 %35 = load i32, ptr %34, align 4, !tbaa !12 %36 = add nsw i32 %35, %27 %37 = or disjoint i32 %29, 1 %38 = zext i32 %37 to i64 %39 = getelementptr inbounds i8, ptr %0, i64 %38 %40 = load i8, ptr %39, align 1, !tbaa !11 %41 = zext i8 %40 to i64 %42 = getelementptr inbounds i32, ptr %22, i64 %41 %43 = load i32, ptr %42, align 4, !tbaa !12 %44 = add nsw i32 %43, %26 %45 = add nsw i32 %44, %36 %46 = sdiv i32 %45, 2 %47 = trunc i32 %46 to i16 %48 = getelementptr inbounds i16, ptr %1, i64 %25 store i16 %47, ptr %48, align 2, !tbaa !14 %49 = add nuw nsw i64 %25, 1 %50 = icmp eq i64 %49, %23 br i1 %50, label %51, label %24, !llvm.loop !16 51: ; preds = %24, %17 %52 = phi i64 [ 0, %17 ], [ %23, %24 ] ret i64 %52 } attributes #0 = { nofree norecurse nosync nounwind ssp memory(read, 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_2__", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!9, !9, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"int", !9, i64 0} !14 = !{!15, !15, i64 0} !15 = !{!"short", !9, i64 0} !16 = distinct !{!16, !17} !17 = !{!"llvm.loop.mustprogress"}
Quake-III-Arena_code_client_extr_cl_cin.c_RllDecodeStereoToMono
; ModuleID = 'AnghaBench/vlc/modules/codec/extr_araw.c_DecodeBlock.c' source_filename = "AnghaBench/vlc/modules/codec/extr_araw.c_DecodeBlock.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_17__ = type { %struct.TYPE_16__, ptr } %struct.TYPE_16__ = type { %struct.TYPE_15__ } %struct.TYPE_15__ = type { i32 } %struct.TYPE_19__ = type { i32, i64, i32, i32, i64, i32 } %struct.TYPE_18__ = type { i32, i32, ptr } @VLCDEC_SUCCESS = dso_local local_unnamed_addr global i32 0, align 4 @BLOCK_FLAG_CORRUPTED = dso_local local_unnamed_addr global i32 0, align 4 @BLOCK_FLAG_DISCONTINUITY = dso_local local_unnamed_addr global i32 0, align 4 @VLC_TICK_INVALID = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @DecodeBlock], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @DecodeBlock(ptr noundef %0, ptr noundef %1) #0 { %3 = getelementptr inbounds %struct.TYPE_17__, ptr %0, i64 0, i32 1 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = icmp eq ptr %1, null br i1 %5, label %81, label %6 6: ; preds = %2 %7 = load i32, ptr %1, align 8, !tbaa !13 %8 = load i32, ptr @BLOCK_FLAG_CORRUPTED, align 4, !tbaa !16 %9 = load i32, ptr @BLOCK_FLAG_DISCONTINUITY, align 4, !tbaa !16 %10 = or i32 %9, %8 %11 = and i32 %10, %7 %12 = icmp eq i32 %11, 0 br i1 %12, label %19, label %13 13: ; preds = %6 %14 = tail call i32 @Flush(ptr noundef nonnull %0) #2 %15 = load i32, ptr %1, align 8, !tbaa !13 %16 = load i32, ptr @BLOCK_FLAG_CORRUPTED, align 4, !tbaa !16 %17 = and i32 %16, %15 %18 = icmp eq i32 %17, 0 br i1 %18, label %19, label %79 19: ; preds = %13, %6 %20 = getelementptr inbounds %struct.TYPE_19__, ptr %1, i64 0, i32 1 %21 = load i64, ptr %20, align 8, !tbaa !17 %22 = load i64, ptr @VLC_TICK_INVALID, align 8, !tbaa !18 %23 = icmp eq i64 %21, %22 br i1 %23, label %31, label %24 24: ; preds = %19 %25 = getelementptr inbounds %struct.TYPE_18__, ptr %4, i64 0, i32 1 %26 = tail call i64 @date_Get(ptr noundef nonnull %25) #2 %27 = icmp eq i64 %21, %26 br i1 %27, label %31, label %28 28: ; preds = %24 %29 = load i64, ptr %20, align 8, !tbaa !17 %30 = tail call i32 @date_Set(ptr noundef nonnull %25, i64 noundef %29) #2 br label %36 31: ; preds = %24, %19 %32 = getelementptr inbounds %struct.TYPE_18__, ptr %4, i64 0, i32 1 %33 = tail call i64 @date_Get(ptr noundef nonnull %32) #2 %34 = load i64, ptr @VLC_TICK_INVALID, align 8, !tbaa !18 %35 = icmp eq i64 %33, %34 br i1 %35, label %79, label %36 36: ; preds = %31, %28 %37 = getelementptr inbounds %struct.TYPE_19__, ptr %1, i64 0, i32 2 %38 = load i32, ptr %37, align 8, !tbaa !19 %39 = shl nsw i32 %38, 3 %40 = load i32, ptr %4, align 8, !tbaa !20 %41 = sdiv i32 %39, %40 %42 = icmp eq i32 %41, 0 br i1 %42, label %79, label %43 43: ; preds = %36 %44 = getelementptr inbounds %struct.TYPE_18__, ptr %4, i64 0, i32 2 %45 = load ptr, ptr %44, align 8, !tbaa !22 %46 = icmp eq ptr %45, null %47 = tail call i64 @decoder_UpdateAudioFormat(ptr noundef nonnull %0) #2 %48 = icmp eq i64 %47, 0 br i1 %46, label %63, label %49 49: ; preds = %43 br i1 %48, label %50, label %79 50: ; preds = %49 %51 = tail call ptr @decoder_NewAudioBuffer(ptr noundef nonnull %0, i32 noundef %41) #2 %52 = icmp eq ptr %51, null br i1 %52, label %79, label %53 53: ; preds = %50 %54 = load ptr, ptr %44, align 8, !tbaa !22 %55 = getelementptr inbounds %struct.TYPE_19__, ptr %51, i64 0, i32 5 %56 = load i32, ptr %55, align 8, !tbaa !23 %57 = getelementptr inbounds %struct.TYPE_19__, ptr %1, i64 0, i32 5 %58 = load i32, ptr %57, align 8, !tbaa !23 %59 = load i32, ptr %0, align 8, !tbaa !24 %60 = mul i32 %59, %41 %61 = tail call i32 %54(i32 noundef %56, i32 noundef %58, i32 noundef %60) #2 %62 = tail call i32 @block_Release(ptr noundef nonnull %1) #2 br label %69 63: ; preds = %43 br i1 %48, label %64, label %79 64: ; preds = %63 %65 = getelementptr inbounds %struct.TYPE_19__, ptr %1, i64 0, i32 3 store i32 %41, ptr %65, align 4, !tbaa !25 %66 = load i32, ptr %4, align 8, !tbaa !20 %67 = sdiv i32 %66, 8 %68 = mul i32 %67, %41 store i32 %68, ptr %37, align 8, !tbaa !19 br label %69 69: ; preds = %53, %64 %70 = phi ptr [ %1, %64 ], [ %51, %53 ] %71 = getelementptr inbounds %struct.TYPE_18__, ptr %4, i64 0, i32 1 %72 = tail call i64 @date_Get(ptr noundef nonnull %71) #2 %73 = getelementptr inbounds %struct.TYPE_19__, ptr %70, i64 0, i32 1 store i64 %72, ptr %73, align 8, !tbaa !17 %74 = tail call i64 @date_Increment(ptr noundef nonnull %71, i32 noundef %41) #2 %75 = load i64, ptr %73, align 8, !tbaa !17 %76 = sub nsw i64 %74, %75 %77 = getelementptr inbounds %struct.TYPE_19__, ptr %70, i64 0, i32 4 store i64 %76, ptr %77, align 8, !tbaa !26 %78 = tail call i32 @decoder_QueueAudio(ptr noundef nonnull %0, ptr noundef nonnull %70) #2 br label %81 79: ; preds = %50, %63, %49, %36, %31, %13 %80 = tail call i32 @block_Release(ptr noundef nonnull %1) #2 br label %81 81: ; preds = %2, %79, %69 %82 = load i32, ptr @VLCDEC_SUCCESS, align 4, !tbaa !16 ret i32 %82 } declare i32 @Flush(ptr noundef) local_unnamed_addr #1 declare i64 @date_Get(ptr noundef) local_unnamed_addr #1 declare i32 @date_Set(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i64 @decoder_UpdateAudioFormat(ptr noundef) local_unnamed_addr #1 declare ptr @decoder_NewAudioBuffer(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @block_Release(ptr noundef) local_unnamed_addr #1 declare i64 @date_Increment(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @decoder_QueueAudio(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 8} !6 = !{!"TYPE_17__", !7, i64 0, !12, i64 8} !7 = !{!"TYPE_16__", !8, i64 0} !8 = !{!"TYPE_15__", !9, i64 0} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"any pointer", !10, i64 0} !13 = !{!14, !9, i64 0} !14 = !{!"TYPE_19__", !9, i64 0, !15, i64 8, !9, i64 16, !9, i64 20, !15, i64 24, !9, i64 32} !15 = !{!"long", !10, i64 0} !16 = !{!9, !9, i64 0} !17 = !{!14, !15, i64 8} !18 = !{!15, !15, i64 0} !19 = !{!14, !9, i64 16} !20 = !{!21, !9, i64 0} !21 = !{!"TYPE_18__", !9, i64 0, !9, i64 4, !12, i64 8} !22 = !{!21, !12, i64 8} !23 = !{!14, !9, i64 32} !24 = !{!6, !9, i64 0} !25 = !{!14, !9, i64 20} !26 = !{!14, !15, i64 24}
; ModuleID = 'AnghaBench/vlc/modules/codec/extr_araw.c_DecodeBlock.c' source_filename = "AnghaBench/vlc/modules/codec/extr_araw.c_DecodeBlock.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @VLCDEC_SUCCESS = common local_unnamed_addr global i32 0, align 4 @BLOCK_FLAG_CORRUPTED = common local_unnamed_addr global i32 0, align 4 @BLOCK_FLAG_DISCONTINUITY = common local_unnamed_addr global i32 0, align 4 @VLC_TICK_INVALID = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @DecodeBlock], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @DecodeBlock(ptr noundef %0, ptr noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %0, i64 8 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = icmp eq ptr %1, null br i1 %5, label %81, label %6 6: ; preds = %2 %7 = load i32, ptr %1, align 8, !tbaa !14 %8 = load i32, ptr @BLOCK_FLAG_CORRUPTED, align 4, !tbaa !17 %9 = load i32, ptr @BLOCK_FLAG_DISCONTINUITY, align 4, !tbaa !17 %10 = or i32 %9, %8 %11 = and i32 %10, %7 %12 = icmp eq i32 %11, 0 br i1 %12, label %19, label %13 13: ; preds = %6 %14 = tail call i32 @Flush(ptr noundef nonnull %0) #2 %15 = load i32, ptr %1, align 8, !tbaa !14 %16 = load i32, ptr @BLOCK_FLAG_CORRUPTED, align 4, !tbaa !17 %17 = and i32 %16, %15 %18 = icmp eq i32 %17, 0 br i1 %18, label %19, label %79 19: ; preds = %13, %6 %20 = getelementptr inbounds i8, ptr %1, i64 8 %21 = load i64, ptr %20, align 8, !tbaa !18 %22 = load i64, ptr @VLC_TICK_INVALID, align 8, !tbaa !19 %23 = icmp eq i64 %21, %22 br i1 %23, label %31, label %24 24: ; preds = %19 %25 = getelementptr inbounds i8, ptr %4, i64 4 %26 = tail call i64 @date_Get(ptr noundef nonnull %25) #2 %27 = icmp eq i64 %21, %26 br i1 %27, label %31, label %28 28: ; preds = %24 %29 = load i64, ptr %20, align 8, !tbaa !18 %30 = tail call i32 @date_Set(ptr noundef nonnull %25, i64 noundef %29) #2 br label %36 31: ; preds = %24, %19 %32 = getelementptr inbounds i8, ptr %4, i64 4 %33 = tail call i64 @date_Get(ptr noundef nonnull %32) #2 %34 = load i64, ptr @VLC_TICK_INVALID, align 8, !tbaa !19 %35 = icmp eq i64 %33, %34 br i1 %35, label %79, label %36 36: ; preds = %31, %28 %37 = getelementptr inbounds i8, ptr %1, i64 16 %38 = load i32, ptr %37, align 8, !tbaa !20 %39 = shl nsw i32 %38, 3 %40 = load i32, ptr %4, align 8, !tbaa !21 %41 = sdiv i32 %39, %40 %42 = icmp eq i32 %41, 0 br i1 %42, label %79, label %43 43: ; preds = %36 %44 = getelementptr inbounds i8, ptr %4, i64 8 %45 = load ptr, ptr %44, align 8, !tbaa !23 %46 = icmp eq ptr %45, null %47 = tail call i64 @decoder_UpdateAudioFormat(ptr noundef nonnull %0) #2 %48 = icmp eq i64 %47, 0 br i1 %46, label %63, label %49 49: ; preds = %43 br i1 %48, label %50, label %79 50: ; preds = %49 %51 = tail call ptr @decoder_NewAudioBuffer(ptr noundef nonnull %0, i32 noundef %41) #2 %52 = icmp eq ptr %51, null br i1 %52, label %79, label %53 53: ; preds = %50 %54 = load ptr, ptr %44, align 8, !tbaa !23 %55 = getelementptr inbounds i8, ptr %51, i64 32 %56 = load i32, ptr %55, align 8, !tbaa !24 %57 = getelementptr inbounds i8, ptr %1, i64 32 %58 = load i32, ptr %57, align 8, !tbaa !24 %59 = load i32, ptr %0, align 8, !tbaa !25 %60 = mul i32 %59, %41 %61 = tail call i32 %54(i32 noundef %56, i32 noundef %58, i32 noundef %60) #2 %62 = tail call i32 @block_Release(ptr noundef nonnull %1) #2 br label %69 63: ; preds = %43 br i1 %48, label %64, label %79 64: ; preds = %63 %65 = getelementptr inbounds i8, ptr %1, i64 20 store i32 %41, ptr %65, align 4, !tbaa !26 %66 = load i32, ptr %4, align 8, !tbaa !21 %67 = sdiv i32 %66, 8 %68 = mul i32 %67, %41 store i32 %68, ptr %37, align 8, !tbaa !20 br label %69 69: ; preds = %53, %64 %70 = phi ptr [ %1, %64 ], [ %51, %53 ] %71 = getelementptr inbounds i8, ptr %4, i64 4 %72 = tail call i64 @date_Get(ptr noundef nonnull %71) #2 %73 = getelementptr inbounds i8, ptr %70, i64 8 store i64 %72, ptr %73, align 8, !tbaa !18 %74 = tail call i64 @date_Increment(ptr noundef nonnull %71, i32 noundef %41) #2 %75 = load i64, ptr %73, align 8, !tbaa !18 %76 = sub nsw i64 %74, %75 %77 = getelementptr inbounds i8, ptr %70, i64 24 store i64 %76, ptr %77, align 8, !tbaa !27 %78 = tail call i32 @decoder_QueueAudio(ptr noundef nonnull %0, ptr noundef nonnull %70) #2 br label %81 79: ; preds = %50, %63, %49, %36, %31, %13 %80 = tail call i32 @block_Release(ptr noundef nonnull %1) #2 br label %81 81: ; preds = %2, %79, %69 %82 = load i32, ptr @VLCDEC_SUCCESS, align 4, !tbaa !17 ret i32 %82 } declare i32 @Flush(ptr noundef) local_unnamed_addr #1 declare i64 @date_Get(ptr noundef) local_unnamed_addr #1 declare i32 @date_Set(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i64 @decoder_UpdateAudioFormat(ptr noundef) local_unnamed_addr #1 declare ptr @decoder_NewAudioBuffer(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @block_Release(ptr noundef) local_unnamed_addr #1 declare i64 @date_Increment(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @decoder_QueueAudio(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 8} !7 = !{!"TYPE_17__", !8, i64 0, !13, i64 8} !8 = !{!"TYPE_16__", !9, i64 0} !9 = !{!"TYPE_15__", !10, i64 0} !10 = !{!"int", !11, i64 0} !11 = !{!"omnipotent char", !12, i64 0} !12 = !{!"Simple C/C++ TBAA"} !13 = !{!"any pointer", !11, i64 0} !14 = !{!15, !10, i64 0} !15 = !{!"TYPE_19__", !10, i64 0, !16, i64 8, !10, i64 16, !10, i64 20, !16, i64 24, !10, i64 32} !16 = !{!"long", !11, i64 0} !17 = !{!10, !10, i64 0} !18 = !{!15, !16, i64 8} !19 = !{!16, !16, i64 0} !20 = !{!15, !10, i64 16} !21 = !{!22, !10, i64 0} !22 = !{!"TYPE_18__", !10, i64 0, !10, i64 4, !13, i64 8} !23 = !{!22, !13, i64 8} !24 = !{!15, !10, i64 32} !25 = !{!7, !10, i64 0} !26 = !{!15, !10, i64 20} !27 = !{!15, !16, i64 24}
vlc_modules_codec_extr_araw.c_DecodeBlock
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/pcmcia/extr_cs.c_pcmcia_socket_dev_resume.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/pcmcia/extr_cs.c_pcmcia_socket_dev_resume.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" @socket_resume = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local noundef i32 @pcmcia_socket_dev_resume(ptr noundef %0) local_unnamed_addr #0 { %2 = load i32, ptr @socket_resume, align 4, !tbaa !5 %3 = tail call i32 @pcmcia_socket_dev_run(ptr noundef %0, i32 noundef %2) #2 ret i32 0 } declare i32 @pcmcia_socket_dev_run(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/pcmcia/extr_cs.c_pcmcia_socket_dev_resume.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/pcmcia/extr_cs.c_pcmcia_socket_dev_resume.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @socket_resume = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define noundef i32 @pcmcia_socket_dev_resume(ptr noundef %0) local_unnamed_addr #0 { %2 = load i32, ptr @socket_resume, align 4, !tbaa !6 %3 = tail call i32 @pcmcia_socket_dev_run(ptr noundef %0, i32 noundef %2) #2 ret i32 0 } declare i32 @pcmcia_socket_dev_run(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_pcmcia_extr_cs.c_pcmcia_socket_dev_resume
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/md/extr_dm-thin.c_schedule_internal_copy.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/md/extr_dm-thin.c_schedule_internal_copy.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 @schedule_internal_copy], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @schedule_internal_copy(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3, ptr noundef %4, ptr noundef %5) #0 { %7 = load i32, ptr %0, align 4, !tbaa !5 %8 = tail call i32 @schedule_copy(ptr noundef nonnull %0, i32 noundef %1, i32 noundef %7, i32 noundef %2, i32 noundef %3, ptr noundef %4, ptr noundef %5) #2 ret void } declare i32 @schedule_copy(ptr noundef, i32 noundef, i32 noundef, i32 noundef, 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 0} !6 = !{!"thin_c", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/md/extr_dm-thin.c_schedule_internal_copy.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/md/extr_dm-thin.c_schedule_internal_copy.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 @schedule_internal_copy], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @schedule_internal_copy(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3, ptr noundef %4, ptr noundef %5) #0 { %7 = load i32, ptr %0, align 4, !tbaa !6 %8 = tail call i32 @schedule_copy(ptr noundef nonnull %0, i32 noundef %1, i32 noundef %7, i32 noundef %2, i32 noundef %3, ptr noundef %4, ptr noundef %5) #2 ret void } declare i32 @schedule_copy(ptr noundef, i32 noundef, i32 noundef, i32 noundef, 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 0} !7 = !{!"thin_c", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_md_extr_dm-thin.c_schedule_internal_copy
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/mellanox/mlx5/core/extr_eswitch.c_mlx5_eswitch_query_vport_drop_stats.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/mellanox/mlx5/core/extr_eswitch.c_mlx5_eswitch_query_vport_drop_stats.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.mlx5_vport = type { i32, %struct.TYPE_6__, %struct.TYPE_5__, i32 } %struct.TYPE_6__ = type { i64 } %struct.TYPE_5__ = type { i64 } %struct.mlx5_vport_drop_stats = type { i32, i32 } @MLX5_ESWITCH_LEGACY = dso_local local_unnamed_addr global i64 0, align 8 @receive_discard_vport_down = dso_local local_unnamed_addr global i32 0, align 4 @transmit_discard_vport_down = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @mlx5_eswitch_query_vport_drop_stats], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @mlx5_eswitch_query_vport_drop_stats(ptr noundef %0, ptr nocapture noundef readonly %1, ptr noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = load ptr, ptr %0, align 8, !tbaa !5 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %6) #3 store i64 0, ptr %6, align 8, !tbaa !11 %8 = getelementptr inbounds %struct.mlx5_vport, ptr %1, i64 0, i32 3 %9 = load i32, ptr %8, align 8, !tbaa !13 %10 = icmp eq i32 %9, 0 br i1 %10, label %59, label %11 11: ; preds = %3 %12 = load i64, ptr %7, align 8, !tbaa !18 %13 = load i64, ptr @MLX5_ESWITCH_LEGACY, align 8, !tbaa !11 %14 = icmp eq i64 %12, %13 br i1 %14, label %15, label %59 15: ; preds = %11 %16 = getelementptr inbounds %struct.mlx5_vport, ptr %1, i64 0, i32 2 %17 = load i64, ptr %16, align 8, !tbaa !20 %18 = icmp eq i64 %17, 0 br i1 %18, label %22, label %19 19: ; preds = %15 %20 = getelementptr inbounds %struct.mlx5_vport_drop_stats, ptr %2, i64 0, i32 1 %21 = call i32 @mlx5_fc_query(ptr noundef nonnull %0, i64 noundef %17, ptr noundef nonnull %20, ptr noundef nonnull %6) #3 br label %22 22: ; preds = %19, %15 %23 = getelementptr inbounds %struct.mlx5_vport, ptr %1, i64 0, i32 1 %24 = load i64, ptr %23, align 8, !tbaa !21 %25 = icmp eq i64 %24, 0 br i1 %25, label %28, label %26 26: ; preds = %22 %27 = call i32 @mlx5_fc_query(ptr noundef nonnull %0, i64 noundef %24, ptr noundef %2, ptr noundef nonnull %6) #3 br label %28 28: ; preds = %26, %22 %29 = load i32, ptr @receive_discard_vport_down, align 4, !tbaa !22 %30 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %29) #3 %31 = icmp eq i64 %30, 0 br i1 %31, label %32, label %36 32: ; preds = %28 %33 = load i32, ptr @transmit_discard_vport_down, align 4, !tbaa !22 %34 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %33) #3 %35 = icmp eq i64 %34, 0 br i1 %35, label %59, label %36 36: ; preds = %32, %28 %37 = load i32, ptr %1, align 8, !tbaa !23 %38 = call i32 @mlx5_query_vport_down_stats(ptr noundef nonnull %0, i32 noundef %37, i32 noundef 1, ptr noundef nonnull %4, ptr noundef nonnull %5) #3 %39 = icmp eq i32 %38, 0 br i1 %39, label %40, label %59 40: ; preds = %36 %41 = load i32, ptr @receive_discard_vport_down, align 4, !tbaa !22 %42 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %41) #3 %43 = icmp eq i64 %42, 0 br i1 %43, label %50, label %44 44: ; preds = %40 %45 = load i64, ptr %4, align 8, !tbaa !11 %46 = getelementptr inbounds %struct.mlx5_vport_drop_stats, ptr %2, i64 0, i32 1 %47 = load i32, ptr %46, align 4, !tbaa !24 %48 = trunc i64 %45 to i32 %49 = add i32 %47, %48 store i32 %49, ptr %46, align 4, !tbaa !24 br label %50 50: ; preds = %44, %40 %51 = load i32, ptr @transmit_discard_vport_down, align 4, !tbaa !22 %52 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %51) #3 %53 = icmp eq i64 %52, 0 br i1 %53, label %59, label %54 54: ; preds = %50 %55 = load i64, ptr %5, align 8, !tbaa !11 %56 = load i32, ptr %2, align 4, !tbaa !26 %57 = trunc i64 %55 to i32 %58 = add i32 %56, %57 store i32 %58, ptr %2, align 4, !tbaa !26 br label %59 59: ; preds = %50, %54, %36, %32, %3, %11 %60 = phi i32 [ 0, %11 ], [ 0, %3 ], [ 0, %32 ], [ %38, %36 ], [ 0, %54 ], [ 0, %50 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %6) #3 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 i32 %60 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @mlx5_fc_query(ptr noundef, i64 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @MLX5_CAP_GEN(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @mlx5_query_vport_down_stats(ptr noundef, i32 noundef, 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 = !{!"mlx5_core_dev", !7, i64 0} !7 = !{!"TYPE_4__", !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, !15, i64 24} !14 = !{!"mlx5_vport", !15, i64 0, !16, i64 8, !17, i64 16, !15, i64 24} !15 = !{!"int", !9, i64 0} !16 = !{!"TYPE_6__", !12, i64 0} !17 = !{!"TYPE_5__", !12, i64 0} !18 = !{!19, !12, i64 0} !19 = !{!"mlx5_eswitch", !12, i64 0} !20 = !{!14, !12, i64 16} !21 = !{!14, !12, i64 8} !22 = !{!15, !15, i64 0} !23 = !{!14, !15, i64 0} !24 = !{!25, !15, i64 4} !25 = !{!"mlx5_vport_drop_stats", !15, i64 0, !15, i64 4} !26 = !{!25, !15, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/mellanox/mlx5/core/extr_eswitch.c_mlx5_eswitch_query_vport_drop_stats.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/mellanox/mlx5/core/extr_eswitch.c_mlx5_eswitch_query_vport_drop_stats.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MLX5_ESWITCH_LEGACY = common local_unnamed_addr global i64 0, align 8 @receive_discard_vport_down = common local_unnamed_addr global i32 0, align 4 @transmit_discard_vport_down = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @mlx5_eswitch_query_vport_drop_stats], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @mlx5_eswitch_query_vport_drop_stats(ptr noundef %0, ptr nocapture noundef readonly %1, ptr noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = load ptr, ptr %0, align 8, !tbaa !6 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %6) #3 store i64 0, ptr %6, align 8, !tbaa !12 %8 = getelementptr inbounds i8, ptr %1, i64 24 %9 = load i32, ptr %8, align 8, !tbaa !14 %10 = icmp eq i32 %9, 0 br i1 %10, label %59, label %11 11: ; preds = %3 %12 = load i64, ptr %7, align 8, !tbaa !19 %13 = load i64, ptr @MLX5_ESWITCH_LEGACY, align 8, !tbaa !12 %14 = icmp eq i64 %12, %13 br i1 %14, label %15, label %59 15: ; preds = %11 %16 = getelementptr inbounds i8, ptr %1, i64 16 %17 = load i64, ptr %16, align 8, !tbaa !21 %18 = icmp eq i64 %17, 0 br i1 %18, label %22, label %19 19: ; preds = %15 %20 = getelementptr inbounds i8, ptr %2, i64 4 %21 = call i32 @mlx5_fc_query(ptr noundef nonnull %0, i64 noundef %17, ptr noundef nonnull %20, ptr noundef nonnull %6) #3 br label %22 22: ; preds = %19, %15 %23 = getelementptr inbounds i8, ptr %1, i64 8 %24 = load i64, ptr %23, align 8, !tbaa !22 %25 = icmp eq i64 %24, 0 br i1 %25, label %28, label %26 26: ; preds = %22 %27 = call i32 @mlx5_fc_query(ptr noundef nonnull %0, i64 noundef %24, ptr noundef %2, ptr noundef nonnull %6) #3 br label %28 28: ; preds = %26, %22 %29 = load i32, ptr @receive_discard_vport_down, align 4, !tbaa !23 %30 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %29) #3 %31 = icmp eq i64 %30, 0 br i1 %31, label %32, label %36 32: ; preds = %28 %33 = load i32, ptr @transmit_discard_vport_down, align 4, !tbaa !23 %34 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %33) #3 %35 = icmp eq i64 %34, 0 br i1 %35, label %59, label %36 36: ; preds = %32, %28 %37 = load i32, ptr %1, align 8, !tbaa !24 %38 = call i32 @mlx5_query_vport_down_stats(ptr noundef nonnull %0, i32 noundef %37, i32 noundef 1, ptr noundef nonnull %4, ptr noundef nonnull %5) #3 %39 = icmp eq i32 %38, 0 br i1 %39, label %40, label %59 40: ; preds = %36 %41 = load i32, ptr @receive_discard_vport_down, align 4, !tbaa !23 %42 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %41) #3 %43 = icmp eq i64 %42, 0 br i1 %43, label %50, label %44 44: ; preds = %40 %45 = load i64, ptr %4, align 8, !tbaa !12 %46 = getelementptr inbounds i8, ptr %2, i64 4 %47 = load i32, ptr %46, align 4, !tbaa !25 %48 = trunc i64 %45 to i32 %49 = add i32 %47, %48 store i32 %49, ptr %46, align 4, !tbaa !25 br label %50 50: ; preds = %44, %40 %51 = load i32, ptr @transmit_discard_vport_down, align 4, !tbaa !23 %52 = call i64 @MLX5_CAP_GEN(ptr noundef nonnull %0, i32 noundef %51) #3 %53 = icmp eq i64 %52, 0 br i1 %53, label %59, label %54 54: ; preds = %50 %55 = load i64, ptr %5, align 8, !tbaa !12 %56 = load i32, ptr %2, align 4, !tbaa !27 %57 = trunc i64 %55 to i32 %58 = add i32 %56, %57 store i32 %58, ptr %2, align 4, !tbaa !27 br label %59 59: ; preds = %50, %54, %36, %32, %3, %11 %60 = phi i32 [ 0, %11 ], [ 0, %3 ], [ 0, %32 ], [ %38, %36 ], [ 0, %54 ], [ 0, %50 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %6) #3 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 i32 %60 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @mlx5_fc_query(ptr noundef, i64 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i64 @MLX5_CAP_GEN(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @mlx5_query_vport_down_stats(ptr noundef, i32 noundef, 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 = !{!"mlx5_core_dev", !8, i64 0} !8 = !{!"TYPE_4__", !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 = !{!"long", !10, i64 0} !14 = !{!15, !16, i64 24} !15 = !{!"mlx5_vport", !16, i64 0, !17, i64 8, !18, i64 16, !16, i64 24} !16 = !{!"int", !10, i64 0} !17 = !{!"TYPE_6__", !13, i64 0} !18 = !{!"TYPE_5__", !13, i64 0} !19 = !{!20, !13, i64 0} !20 = !{!"mlx5_eswitch", !13, i64 0} !21 = !{!15, !13, i64 16} !22 = !{!15, !13, i64 8} !23 = !{!16, !16, i64 0} !24 = !{!15, !16, i64 0} !25 = !{!26, !16, i64 4} !26 = !{!"mlx5_vport_drop_stats", !16, i64 0, !16, i64 4} !27 = !{!26, !16, i64 0}
linux_drivers_net_ethernet_mellanox_mlx5_core_extr_eswitch.c_mlx5_eswitch_query_vport_drop_stats
; ModuleID = 'AnghaBench/fastsocket/kernel/net/core/extr_neighbour.c_neightbl_fill_param_info.c' source_filename = "AnghaBench/fastsocket/kernel/net/core/extr_neighbour.c_neightbl_fill_param_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.neigh_table = type { i32, i32, i32 } %struct.ndtmsg = type { i64, i64, i32 } @EMSGSIZE = dso_local local_unnamed_addr global i32 0, align 4 @NDTA_NAME = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @neightbl_fill_param_info], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @neightbl_fill_param_info(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6) #0 { %8 = tail call ptr @nlmsg_put(ptr noundef %0, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef 24, i32 noundef %6) #3 %9 = icmp eq ptr %8, null br i1 %9, label %10, label %13 10: ; preds = %7 %11 = load i32, ptr @EMSGSIZE, align 4, !tbaa !5 %12 = sub nsw i32 0, %11 br label %35 13: ; preds = %7 %14 = tail call ptr @nlmsg_data(ptr noundef nonnull %8) #3 %15 = tail call i32 @read_lock_bh(ptr noundef %1) #3 %16 = getelementptr inbounds %struct.neigh_table, ptr %1, i64 0, i32 2 %17 = load i32, ptr %16, align 4, !tbaa !9 %18 = getelementptr inbounds %struct.ndtmsg, ptr %14, i64 0, i32 2 store i32 %17, ptr %18, align 8, !tbaa !11 tail call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %14, i8 0, i64 16, i1 false) %19 = load i32, ptr @NDTA_NAME, align 4, !tbaa !5 %20 = getelementptr inbounds %struct.neigh_table, ptr %1, i64 0, i32 1 %21 = load i32, ptr %20, align 4, !tbaa !14 %22 = tail call i64 @nla_put_string(ptr noundef %0, i32 noundef %19, i32 noundef %21) #3 %23 = icmp slt i64 %22, 0 br i1 %23, label %30, label %24 24: ; preds = %13 %25 = tail call i64 @neightbl_fill_parms(ptr noundef %0, ptr noundef %2) #3 %26 = icmp slt i64 %25, 0 br i1 %26, label %30, label %27 27: ; preds = %24 %28 = tail call i32 @read_unlock_bh(ptr noundef nonnull %1) #3 %29 = tail call i32 @nlmsg_end(ptr noundef %0, ptr noundef nonnull %8) #3 br label %35 30: ; preds = %13, %24 %31 = tail call i32 @read_unlock_bh(ptr noundef nonnull %1) #3 %32 = tail call i32 @nlmsg_cancel(ptr noundef %0, ptr noundef nonnull %8) #3 %33 = load i32, ptr @EMSGSIZE, align 4, !tbaa !5 %34 = sub nsw i32 0, %33 br label %35 35: ; preds = %30, %27, %10 %36 = phi i32 [ %12, %10 ], [ %34, %30 ], [ %29, %27 ] ret i32 %36 } declare ptr @nlmsg_put(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare ptr @nlmsg_data(ptr noundef) local_unnamed_addr #1 declare i32 @read_lock_bh(ptr noundef) local_unnamed_addr #1 declare i64 @nla_put_string(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @neightbl_fill_parms(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @read_unlock_bh(ptr noundef) local_unnamed_addr #1 declare i32 @nlmsg_end(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @nlmsg_cancel(ptr noundef, ptr noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #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 nounwind willreturn memory(argmem: write) } 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 8} !10 = !{!"neigh_table", !6, i64 0, !6, i64 4, !6, i64 8} !11 = !{!12, !6, i64 16} !12 = !{!"ndtmsg", !13, i64 0, !13, i64 8, !6, i64 16} !13 = !{!"long", !7, i64 0} !14 = !{!10, !6, i64 4}
; ModuleID = 'AnghaBench/fastsocket/kernel/net/core/extr_neighbour.c_neightbl_fill_param_info.c' source_filename = "AnghaBench/fastsocket/kernel/net/core/extr_neighbour.c_neightbl_fill_param_info.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @EMSGSIZE = common local_unnamed_addr global i32 0, align 4 @NDTA_NAME = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @neightbl_fill_param_info], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @neightbl_fill_param_info(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6) #0 { %8 = tail call ptr @nlmsg_put(ptr noundef %0, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef 24, i32 noundef %6) #3 %9 = icmp eq ptr %8, null br i1 %9, label %10, label %13 10: ; preds = %7 %11 = load i32, ptr @EMSGSIZE, align 4, !tbaa !6 %12 = sub nsw i32 0, %11 br label %35 13: ; preds = %7 %14 = tail call ptr @nlmsg_data(ptr noundef nonnull %8) #3 %15 = tail call i32 @read_lock_bh(ptr noundef %1) #3 %16 = getelementptr inbounds i8, ptr %1, i64 8 %17 = load i32, ptr %16, align 4, !tbaa !10 %18 = getelementptr inbounds i8, ptr %14, i64 16 store i32 %17, ptr %18, align 8, !tbaa !12 tail call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %14, i8 0, i64 16, i1 false) %19 = load i32, ptr @NDTA_NAME, align 4, !tbaa !6 %20 = getelementptr inbounds i8, ptr %1, i64 4 %21 = load i32, ptr %20, align 4, !tbaa !15 %22 = tail call i64 @nla_put_string(ptr noundef %0, i32 noundef %19, i32 noundef %21) #3 %23 = icmp slt i64 %22, 0 br i1 %23, label %30, label %24 24: ; preds = %13 %25 = tail call i64 @neightbl_fill_parms(ptr noundef %0, ptr noundef %2) #3 %26 = icmp slt i64 %25, 0 br i1 %26, label %30, label %27 27: ; preds = %24 %28 = tail call i32 @read_unlock_bh(ptr noundef nonnull %1) #3 %29 = tail call i32 @nlmsg_end(ptr noundef %0, ptr noundef nonnull %8) #3 br label %35 30: ; preds = %13, %24 %31 = tail call i32 @read_unlock_bh(ptr noundef nonnull %1) #3 %32 = tail call i32 @nlmsg_cancel(ptr noundef %0, ptr noundef nonnull %8) #3 %33 = load i32, ptr @EMSGSIZE, align 4, !tbaa !6 %34 = sub nsw i32 0, %33 br label %35 35: ; preds = %30, %27, %10 %36 = phi i32 [ %12, %10 ], [ %34, %30 ], [ %29, %27 ] ret i32 %36 } declare ptr @nlmsg_put(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare ptr @nlmsg_data(ptr noundef) local_unnamed_addr #1 declare i32 @read_lock_bh(ptr noundef) local_unnamed_addr #1 declare i64 @nla_put_string(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @neightbl_fill_parms(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @read_unlock_bh(ptr noundef) local_unnamed_addr #1 declare i32 @nlmsg_end(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @nlmsg_cancel(ptr noundef, ptr noundef) local_unnamed_addr #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #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 nounwind willreturn memory(argmem: write) } 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 8} !11 = !{!"neigh_table", !7, i64 0, !7, i64 4, !7, i64 8} !12 = !{!13, !7, i64 16} !13 = !{!"ndtmsg", !14, i64 0, !14, i64 8, !7, i64 16} !14 = !{!"long", !8, i64 0} !15 = !{!11, !7, i64 4}
fastsocket_kernel_net_core_extr_neighbour.c_neightbl_fill_param_info
; ModuleID = 'AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/extr_fm_plcr.c_PlcrProfileLock.c' source_filename = "AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/extr_fm_plcr.c_PlcrProfileLock.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 @PlcrProfileLock], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @PlcrProfileLock(i64 noundef %0) #0 { %2 = tail call i32 @ASSERT_COND(i64 noundef %0) #2 %3 = inttoptr i64 %0 to ptr %4 = load i32, ptr %3, align 4, !tbaa !5 %5 = tail call i32 @FmPcdLockSpinlock(i32 noundef %4) #2 ret i32 %5 } declare i32 @ASSERT_COND(i64 noundef) local_unnamed_addr #1 declare i32 @FmPcdLockSpinlock(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 = !{!"TYPE_2__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/extr_fm_plcr.c_PlcrProfileLock.c' source_filename = "AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/extr_fm_plcr.c_PlcrProfileLock.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 @PlcrProfileLock], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @PlcrProfileLock(i64 noundef %0) #0 { %2 = tail call i32 @ASSERT_COND(i64 noundef %0) #2 %3 = inttoptr i64 %0 to ptr %4 = load i32, ptr %3, align 4, !tbaa !6 %5 = tail call i32 @FmPcdLockSpinlock(i32 noundef %4) #2 ret i32 %5 } declare i32 @ASSERT_COND(i64 noundef) local_unnamed_addr #1 declare i32 @FmPcdLockSpinlock(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 = !{!"TYPE_2__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
freebsd_sys_contrib_ncsw_Peripherals_FM_Pcd_extr_fm_plcr.c_PlcrProfileLock
; ModuleID = 'AnghaBench/freebsd/sys/fs/devfs/extr_devfs_dir.c_devfs_dir_ref_de.c' source_filename = "AnghaBench/freebsd/sys/fs/devfs/extr_devfs_dir.c_devfs_dir_ref_de.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" @SPECNAMELEN = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [29 x i8] c"devfs_ref_dir_de: NULL namep\00", align 1 ; Function Attrs: nounwind uwtable define dso_local void @devfs_dir_ref_de(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @SPECNAMELEN, align 4, !tbaa !5 %4 = add nsw i32 %3, 1 %5 = zext i32 %4 to i64 %6 = alloca i8, i64 %5, align 16 %7 = call ptr @devfs_fqpn(ptr noundef nonnull %6, ptr noundef %0, ptr noundef %1, ptr noundef null) #2 %8 = icmp ne ptr %7, null %9 = zext i1 %8 to i32 %10 = call i32 @KASSERT(i32 noundef %9, ptr noundef nonnull @.str) #2 %11 = call i32 @devfs_dir_ref(ptr noundef %7) #2 ret void } declare ptr @devfs_fqpn(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @KASSERT(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @devfs_dir_ref(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/freebsd/sys/fs/devfs/extr_devfs_dir.c_devfs_dir_ref_de.c' source_filename = "AnghaBench/freebsd/sys/fs/devfs/extr_devfs_dir.c_devfs_dir_ref_de.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SPECNAMELEN = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [29 x i8] c"devfs_ref_dir_de: NULL namep\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define void @devfs_dir_ref_de(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load i32, ptr @SPECNAMELEN, align 4, !tbaa !6 %4 = add nsw i32 %3, 1 %5 = zext i32 %4 to i64 %6 = alloca i8, i64 %5, align 1 %7 = call ptr @devfs_fqpn(ptr noundef nonnull %6, ptr noundef %0, ptr noundef %1, ptr noundef null) #2 %8 = icmp ne ptr %7, null %9 = zext i1 %8 to i32 %10 = call i32 @KASSERT(i32 noundef %9, ptr noundef nonnull @.str) #2 %11 = call i32 @devfs_dir_ref(ptr noundef %7) #2 ret void } declare ptr @devfs_fqpn(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @KASSERT(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @devfs_dir_ref(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"}
freebsd_sys_fs_devfs_extr_devfs_dir.c_devfs_dir_ref_de
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_device.c_amdgpu_device_vga_set_decode.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_device.c_amdgpu_device_vga_set_decode.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" @VGA_RSRC_LEGACY_IO = dso_local local_unnamed_addr global i32 0, align 4 @VGA_RSRC_LEGACY_MEM = dso_local local_unnamed_addr global i32 0, align 4 @VGA_RSRC_NORMAL_IO = dso_local local_unnamed_addr global i32 0, align 4 @VGA_RSRC_NORMAL_MEM = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @amdgpu_device_vga_set_decode], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @amdgpu_device_vga_set_decode(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call i32 @amdgpu_asic_set_vga_state(ptr noundef %0, i32 noundef %1) #2 %4 = icmp eq i32 %1, 0 br i1 %4, label %11, label %5 5: ; preds = %2 %6 = load i32, ptr @VGA_RSRC_LEGACY_IO, align 4, !tbaa !5 %7 = load i32, ptr @VGA_RSRC_LEGACY_MEM, align 4, !tbaa !5 %8 = or i32 %7, %6 %9 = load i32, ptr @VGA_RSRC_NORMAL_IO, align 4, !tbaa !5 %10 = or i32 %8, %9 br label %13 11: ; preds = %2 %12 = load i32, ptr @VGA_RSRC_NORMAL_MEM, align 4, !tbaa !5 br label %13 13: ; preds = %11, %5 %14 = phi ptr [ @VGA_RSRC_NORMAL_IO, %11 ], [ @VGA_RSRC_NORMAL_MEM, %5 ] %15 = phi i32 [ %12, %11 ], [ %10, %5 ] %16 = load i32, ptr %14, align 4, !tbaa !5 %17 = or i32 %15, %16 ret i32 %17 } declare i32 @amdgpu_asic_set_vga_state(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/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_device.c_amdgpu_device_vga_set_decode.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_device.c_amdgpu_device_vga_set_decode.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @VGA_RSRC_LEGACY_IO = common local_unnamed_addr global i32 0, align 4 @VGA_RSRC_LEGACY_MEM = common local_unnamed_addr global i32 0, align 4 @VGA_RSRC_NORMAL_IO = common local_unnamed_addr global i32 0, align 4 @VGA_RSRC_NORMAL_MEM = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @amdgpu_device_vga_set_decode], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @amdgpu_device_vga_set_decode(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call i32 @amdgpu_asic_set_vga_state(ptr noundef %0, i32 noundef %1) #2 %4 = icmp eq i32 %1, 0 br i1 %4, label %13, label %5 5: ; preds = %2 %6 = load i32, ptr @VGA_RSRC_LEGACY_IO, align 4, !tbaa !6 %7 = load i32, ptr @VGA_RSRC_LEGACY_MEM, align 4, !tbaa !6 %8 = or i32 %7, %6 %9 = load i32, ptr @VGA_RSRC_NORMAL_IO, align 4, !tbaa !6 %10 = or i32 %8, %9 %11 = load i32, ptr @VGA_RSRC_NORMAL_MEM, align 4, !tbaa !6 %12 = or i32 %10, %11 br label %17 13: ; preds = %2 %14 = load i32, ptr @VGA_RSRC_NORMAL_IO, align 4, !tbaa !6 %15 = load i32, ptr @VGA_RSRC_NORMAL_MEM, align 4, !tbaa !6 %16 = or i32 %15, %14 br label %17 17: ; preds = %13, %5 %18 = phi i32 [ %12, %5 ], [ %16, %13 ] ret i32 %18 } declare i32 @amdgpu_asic_set_vga_state(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"}
linux_drivers_gpu_drm_amd_amdgpu_extr_amdgpu_device.c_amdgpu_device_vga_set_decode
; ModuleID = 'AnghaBench/freebsd/contrib/unbound/services/extr_authzone.c_chunkline_get_line.c' source_filename = "AnghaBench/freebsd/contrib/unbound/services/extr_authzone.c_chunkline_get_line.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.auth_chunk = type { i64, ptr, ptr } @VERB_ALGO = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [30 x i8] c"http chunkline, line too long\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @chunkline_get_line], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @chunkline_get_line(ptr nocapture noundef %0, ptr nocapture noundef %1, ptr noundef %2) #0 { %4 = load ptr, ptr %0, align 8, !tbaa !5 %5 = icmp eq ptr %4, null br i1 %5, label %45, label %6 6: ; preds = %3 %7 = load i64, ptr %1, align 8, !tbaa !9 br label %8 8: ; preds = %6, %36 %9 = phi i64 [ 0, %36 ], [ %7, %6 ] %10 = phi i32 [ %38, %36 ], [ 0, %6 ] %11 = phi ptr [ %40, %36 ], [ %4, %6 ] %12 = load i64, ptr %11, align 8, !tbaa !11 %13 = icmp ult i64 %9, %12 br i1 %13, label %14, label %36 14: ; preds = %8, %30 %15 = load i64, ptr %1, align 8, !tbaa !9 %16 = load ptr, ptr %0, align 8, !tbaa !5 %17 = load i64, ptr %16, align 8, !tbaa !11 %18 = icmp ult i64 %15, %17 br i1 %18, label %19, label %36 19: ; preds = %14 %20 = getelementptr inbounds %struct.auth_chunk, ptr %16, i64 0, i32 2 %21 = load ptr, ptr %20, align 8, !tbaa !13 %22 = getelementptr inbounds i64, ptr %21, i64 %15 %23 = load i64, ptr %22, align 8, !tbaa !9 %24 = add nuw i64 %15, 1 store i64 %24, ptr %1, align 8, !tbaa !9 %25 = tail call i32 @sldns_buffer_remaining(ptr noundef %2) #2 %26 = icmp slt i32 %25, 2 br i1 %26, label %27, label %30 27: ; preds = %19 %28 = load i32, ptr @VERB_ALGO, align 4, !tbaa !14 %29 = tail call i32 @verbose(i32 noundef %28, ptr noundef nonnull @.str) #2 br label %45 30: ; preds = %19 %31 = trunc i64 %23 to i32 %32 = shl i32 %31, 24 %33 = ashr exact i32 %32, 24 %34 = tail call i32 @sldns_buffer_write_u8(ptr noundef %2, i32 noundef %33) #2 %35 = icmp eq i32 %32, 167772160 br i1 %35, label %45, label %14, !llvm.loop !16 36: ; preds = %14, %8 %37 = phi ptr [ %11, %8 ], [ %16, %14 ] %38 = phi i32 [ %10, %8 ], [ 1, %14 ] %39 = getelementptr inbounds %struct.auth_chunk, ptr %37, i64 0, i32 1 %40 = load ptr, ptr %39, align 8, !tbaa !18 store ptr %40, ptr %0, align 8, !tbaa !5 store i64 0, ptr %1, align 8, !tbaa !9 %41 = icmp eq ptr %40, null br i1 %41, label %42, label %8, !llvm.loop !19 42: ; preds = %36 %43 = icmp ne i32 %38, 0 %44 = zext i1 %43 to i32 br label %45 45: ; preds = %30, %3, %42, %27 %46 = phi i32 [ 0, %27 ], [ 0, %3 ], [ %44, %42 ], [ 1, %30 ] ret i32 %46 } declare i32 @sldns_buffer_remaining(ptr noundef) local_unnamed_addr #1 declare i32 @verbose(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @sldns_buffer_write_u8(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 = !{!"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 = !{!12, !10, i64 0} !12 = !{!"auth_chunk", !10, i64 0, !6, i64 8, !6, i64 16} !13 = !{!12, !6, i64 16} !14 = !{!15, !15, i64 0} !15 = !{!"int", !7, i64 0} !16 = distinct !{!16, !17} !17 = !{!"llvm.loop.mustprogress"} !18 = !{!12, !6, i64 8} !19 = distinct !{!19, !17}
; ModuleID = 'AnghaBench/freebsd/contrib/unbound/services/extr_authzone.c_chunkline_get_line.c' source_filename = "AnghaBench/freebsd/contrib/unbound/services/extr_authzone.c_chunkline_get_line.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @VERB_ALGO = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [30 x i8] c"http chunkline, line too long\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @chunkline_get_line], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @chunkline_get_line(ptr nocapture noundef %0, ptr nocapture noundef %1, ptr noundef %2) #0 { %4 = load ptr, ptr %0, align 8, !tbaa !6 %5 = icmp eq ptr %4, null br i1 %5, label %45, label %6 6: ; preds = %3 %7 = load i64, ptr %1, align 8, !tbaa !10 br label %8 8: ; preds = %6, %36 %9 = phi i64 [ 0, %36 ], [ %7, %6 ] %10 = phi i32 [ %38, %36 ], [ 0, %6 ] %11 = phi ptr [ %40, %36 ], [ %4, %6 ] %12 = load i64, ptr %11, align 8, !tbaa !12 %13 = icmp ult i64 %9, %12 br i1 %13, label %14, label %36 14: ; preds = %8, %30 %15 = load i64, ptr %1, align 8, !tbaa !10 %16 = load ptr, ptr %0, align 8, !tbaa !6 %17 = load i64, ptr %16, align 8, !tbaa !12 %18 = icmp ult i64 %15, %17 br i1 %18, label %19, label %36 19: ; preds = %14 %20 = getelementptr inbounds i8, ptr %16, i64 16 %21 = load ptr, ptr %20, align 8, !tbaa !14 %22 = getelementptr inbounds i64, ptr %21, i64 %15 %23 = load i64, ptr %22, align 8, !tbaa !10 %24 = add nuw i64 %15, 1 store i64 %24, ptr %1, align 8, !tbaa !10 %25 = tail call i32 @sldns_buffer_remaining(ptr noundef %2) #2 %26 = icmp slt i32 %25, 2 br i1 %26, label %27, label %30 27: ; preds = %19 %28 = load i32, ptr @VERB_ALGO, align 4, !tbaa !15 %29 = tail call i32 @verbose(i32 noundef %28, ptr noundef nonnull @.str) #2 br label %45 30: ; preds = %19 %31 = trunc i64 %23 to i32 %32 = shl i32 %31, 24 %33 = ashr exact i32 %32, 24 %34 = tail call i32 @sldns_buffer_write_u8(ptr noundef %2, i32 noundef %33) #2 %35 = icmp eq i32 %32, 167772160 br i1 %35, label %45, label %14, !llvm.loop !17 36: ; preds = %14, %8 %37 = phi ptr [ %11, %8 ], [ %16, %14 ] %38 = phi i32 [ %10, %8 ], [ 1, %14 ] %39 = getelementptr inbounds i8, ptr %37, i64 8 %40 = load ptr, ptr %39, align 8, !tbaa !19 store ptr %40, ptr %0, align 8, !tbaa !6 store i64 0, ptr %1, align 8, !tbaa !10 %41 = icmp eq ptr %40, null br i1 %41, label %42, label %8, !llvm.loop !20 42: ; preds = %36 %43 = icmp ne i32 %38, 0 %44 = zext i1 %43 to i32 br label %45 45: ; preds = %30, %3, %42, %27 %46 = phi i32 [ 0, %27 ], [ 0, %3 ], [ %44, %42 ], [ 1, %30 ] ret i32 %46 } declare i32 @sldns_buffer_remaining(ptr noundef) local_unnamed_addr #1 declare i32 @verbose(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @sldns_buffer_write_u8(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 = !{!"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, !11, i64 0} !13 = !{!"auth_chunk", !11, i64 0, !7, i64 8, !7, i64 16} !14 = !{!13, !7, i64 16} !15 = !{!16, !16, i64 0} !16 = !{!"int", !8, i64 0} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"} !19 = !{!13, !7, i64 8} !20 = distinct !{!20, !18}
freebsd_contrib_unbound_services_extr_authzone.c_chunkline_get_line
; ModuleID = 'AnghaBench/linux/drivers/scsi/bfa/extr_bfa_hw_cb.c_bfa_hwcb_msix_ctrl_install.c' source_filename = "AnghaBench/linux/drivers/scsi/bfa/extr_bfa_hw_cb.c_bfa_hwcb_msix_ctrl_install.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, ptr } @BFI_MSIX_CPE_QMIN_CB = dso_local local_unnamed_addr global i32 0, align 4 @BFI_MSIX_CB_MAX = dso_local local_unnamed_addr global i32 0, align 4 @bfa_msix_all = dso_local local_unnamed_addr global i32 0, align 4 @BFI_MSIX_RME_QMAX_CB = dso_local local_unnamed_addr global i32 0, align 4 @bfa_msix_lpu_err = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nofree norecurse nosync nounwind memory(readwrite, inaccessiblemem: none) uwtable define dso_local void @bfa_hwcb_msix_ctrl_install(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i32, ptr %0, align 8, !tbaa !5 switch i32 %2, label %19 [ i32 0, label %37 i32 1, label %3 ] 3: ; preds = %1 %4 = load i32, ptr @BFI_MSIX_CPE_QMIN_CB, align 4, !tbaa !12 %5 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !12 %6 = icmp slt i32 %4, %5 br i1 %6, label %7, label %37 7: ; preds = %3 %8 = getelementptr inbounds %struct.TYPE_2__, ptr %0, i64 0, i32 1 %9 = load ptr, ptr %8, align 8, !tbaa !13 %10 = sext i32 %4 to i64 %11 = load i32, ptr @bfa_msix_all, align 4, !tbaa !12 br label %12 12: ; preds = %7, %12 %13 = phi i64 [ %10, %7 ], [ %15, %12 ] %14 = getelementptr inbounds i32, ptr %9, i64 %13 store i32 %11, ptr %14, align 4, !tbaa !12 %15 = add nsw i64 %13, 1 %16 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !12 %17 = sext i32 %16 to i64 %18 = icmp slt i64 %15, %17 br i1 %18, label %12, label %37, !llvm.loop !14 19: ; preds = %1 %20 = load i32, ptr @BFI_MSIX_RME_QMAX_CB, align 4, !tbaa !12 %21 = add nsw i32 %20, 1 %22 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !12 %23 = icmp slt i32 %21, %22 br i1 %23, label %24, label %37 24: ; preds = %19 %25 = getelementptr inbounds %struct.TYPE_2__, ptr %0, i64 0, i32 1 %26 = load ptr, ptr %25, align 8, !tbaa !13 %27 = sext i32 %20 to i64 %28 = add nsw i64 %27, 1 %29 = load i32, ptr @bfa_msix_lpu_err, align 4, !tbaa !12 br label %30 30: ; preds = %24, %30 %31 = phi i64 [ %28, %24 ], [ %33, %30 ] %32 = getelementptr inbounds i32, ptr %26, i64 %31 store i32 %29, ptr %32, align 4, !tbaa !12 %33 = add nsw i64 %31, 1 %34 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !12 %35 = sext i32 %34 to i64 %36 = icmp slt i64 %33, %35 br i1 %36, label %30, label %37, !llvm.loop !16 37: ; preds = %12, %30, %3, %19, %1 ret void } attributes #0 = { nofree norecurse nosync nounwind memory(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, !8, i64 0} !6 = !{!"bfa_s", !7, i64 0} !7 = !{!"TYPE_2__", !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 = !{!8, !8, i64 0} !13 = !{!6, !11, i64 8} !14 = distinct !{!14, !15} !15 = !{!"llvm.loop.mustprogress"} !16 = distinct !{!16, !15}
; ModuleID = 'AnghaBench/linux/drivers/scsi/bfa/extr_bfa_hw_cb.c_bfa_hwcb_msix_ctrl_install.c' source_filename = "AnghaBench/linux/drivers/scsi/bfa/extr_bfa_hw_cb.c_bfa_hwcb_msix_ctrl_install.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @BFI_MSIX_CPE_QMIN_CB = common local_unnamed_addr global i32 0, align 4 @BFI_MSIX_CB_MAX = common local_unnamed_addr global i32 0, align 4 @bfa_msix_all = common local_unnamed_addr global i32 0, align 4 @BFI_MSIX_RME_QMAX_CB = common local_unnamed_addr global i32 0, align 4 @bfa_msix_lpu_err = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nofree norecurse nosync nounwind ssp memory(readwrite, inaccessiblemem: none) uwtable(sync) define void @bfa_hwcb_msix_ctrl_install(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i32, ptr %0, align 8, !tbaa !6 switch i32 %2, label %19 [ i32 0, label %37 i32 1, label %3 ] 3: ; preds = %1 %4 = load i32, ptr @BFI_MSIX_CPE_QMIN_CB, align 4, !tbaa !13 %5 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !13 %6 = icmp slt i32 %4, %5 br i1 %6, label %7, label %37 7: ; preds = %3 %8 = getelementptr inbounds i8, ptr %0, i64 8 %9 = load ptr, ptr %8, align 8, !tbaa !14 %10 = sext i32 %4 to i64 %11 = load i32, ptr @bfa_msix_all, align 4, !tbaa !13 br label %12 12: ; preds = %7, %12 %13 = phi i64 [ %10, %7 ], [ %15, %12 ] %14 = getelementptr inbounds i32, ptr %9, i64 %13 store i32 %11, ptr %14, align 4, !tbaa !13 %15 = add nsw i64 %13, 1 %16 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !13 %17 = sext i32 %16 to i64 %18 = icmp slt i64 %15, %17 br i1 %18, label %12, label %37, !llvm.loop !15 19: ; preds = %1 %20 = load i32, ptr @BFI_MSIX_RME_QMAX_CB, align 4, !tbaa !13 %21 = add nsw i32 %20, 1 %22 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !13 %23 = icmp slt i32 %21, %22 br i1 %23, label %24, label %37 24: ; preds = %19 %25 = getelementptr inbounds i8, ptr %0, i64 8 %26 = load ptr, ptr %25, align 8, !tbaa !14 %27 = sext i32 %20 to i64 %28 = add nsw i64 %27, 1 %29 = load i32, ptr @bfa_msix_lpu_err, align 4, !tbaa !13 br label %30 30: ; preds = %24, %30 %31 = phi i64 [ %28, %24 ], [ %33, %30 ] %32 = getelementptr inbounds i32, ptr %26, i64 %31 store i32 %29, ptr %32, align 4, !tbaa !13 %33 = add nsw i64 %31, 1 %34 = load i32, ptr @BFI_MSIX_CB_MAX, align 4, !tbaa !13 %35 = sext i32 %34 to i64 %36 = icmp slt i64 %33, %35 br i1 %36, label %30, label %37, !llvm.loop !17 37: ; preds = %12, %30, %3, %19, %1 ret void } attributes #0 = { nofree norecurse nosync nounwind ssp memory(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, !9, i64 0} !7 = !{!"bfa_s", !8, i64 0} !8 = !{!"TYPE_2__", !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 = !{!9, !9, i64 0} !14 = !{!7, !12, i64 8} !15 = distinct !{!15, !16} !16 = !{!"llvm.loop.mustprogress"} !17 = distinct !{!17, !16}
linux_drivers_scsi_bfa_extr_bfa_hw_cb.c_bfa_hwcb_msix_ctrl_install
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/freescale/fman/extr_mac.c_adjust_link_void.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/freescale/fman/extr_mac.c_adjust_link_void.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 @adjust_link_void], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal void @adjust_link_void(ptr nocapture readnone %0) #0 { ret void } 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/drivers/net/ethernet/freescale/fman/extr_mac.c_adjust_link_void.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/freescale/fman/extr_mac.c_adjust_link_void.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 @adjust_link_void], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal void @adjust_link_void(ptr nocapture readnone %0) #0 { ret void } 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_drivers_net_ethernet_freescale_fman_extr_mac.c_adjust_link_void
; ModuleID = 'AnghaBench/RetroArch/deps/mbedtls/extr_pk_wrap.c_rsa_check_pair_wrap.c' source_filename = "AnghaBench/RetroArch/deps/mbedtls/extr_pk_wrap.c_rsa_check_pair_wrap.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 @rsa_check_pair_wrap], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @rsa_check_pair_wrap(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @mbedtls_rsa_check_pub_priv(ptr noundef %0, ptr noundef %1) #2 ret i32 %3 } declare i32 @mbedtls_rsa_check_pub_priv(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)"}
; ModuleID = 'AnghaBench/RetroArch/deps/mbedtls/extr_pk_wrap.c_rsa_check_pair_wrap.c' source_filename = "AnghaBench/RetroArch/deps/mbedtls/extr_pk_wrap.c_rsa_check_pair_wrap.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 @rsa_check_pair_wrap], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @rsa_check_pair_wrap(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call i32 @mbedtls_rsa_check_pub_priv(ptr noundef %0, ptr noundef %1) #2 ret i32 %3 } declare i32 @mbedtls_rsa_check_pub_priv(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)"}
RetroArch_deps_mbedtls_extr_pk_wrap.c_rsa_check_pair_wrap
; ModuleID = 'AnghaBench/freebsd/sys/kern/extr_kern_umtx.c_umtx_shm_object_init.c' source_filename = "AnghaBench/freebsd/sys/kern/extr_kern_umtx.c_umtx_shm_object_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 @umtx_shm_object_init(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @USHM_OBJ_UMTX(i32 noundef %0) #2 %3 = tail call i32 @LIST_INIT(i32 noundef %2) #2 ret void } declare i32 @LIST_INIT(i32 noundef) local_unnamed_addr #1 declare i32 @USHM_OBJ_UMTX(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/freebsd/sys/kern/extr_kern_umtx.c_umtx_shm_object_init.c' source_filename = "AnghaBench/freebsd/sys/kern/extr_kern_umtx.c_umtx_shm_object_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 @umtx_shm_object_init(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @USHM_OBJ_UMTX(i32 noundef %0) #2 %3 = tail call i32 @LIST_INIT(i32 noundef %2) #2 ret void } declare i32 @LIST_INIT(i32 noundef) local_unnamed_addr #1 declare i32 @USHM_OBJ_UMTX(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)"}
freebsd_sys_kern_extr_kern_umtx.c_umtx_shm_object_init
; ModuleID = 'AnghaBench/radare2/libr/anal/p/extr_anal_gb.c_gb_anal_xoaasc.c' source_filename = "AnghaBench/radare2/libr/anal/p/extr_anal_gb.c_gb_anal_xoaasc.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, i32, ptr, ptr } %struct.TYPE_6__ = type { i32, ptr } @.str = private unnamed_addr constant [2 x i8] c"a\00", align 1 @R_REG_TYPE_GPR = dso_local local_unnamed_addr global i32 0, align 4 @regs_x = dso_local local_unnamed_addr global ptr null, align 8 @.str.1 = private unnamed_addr constant [41 x i8] c"%s,[1],a,^=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.2 = private unnamed_addr constant [37 x i8] c"%s,a,^=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.3 = private unnamed_addr constant [41 x i8] c"%s,[1],a,|=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.4 = private unnamed_addr constant [37 x i8] c"%s,a,|=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.5 = private unnamed_addr constant [41 x i8] c"%s,[1],a,&=,$z,Z,:=,0,N,:=,1,H,:=,0,C,:=\00", align 1 @.str.6 = private unnamed_addr constant [37 x i8] c"%s,a,&=,$z,Z,:=,0,N,:=,1,H,:=,0,C,:=\00", align 1 @.str.7 = private unnamed_addr constant [2 x i8] c"C\00", align 1 @.str.8 = private unnamed_addr constant [51 x i8] c"C,%s,[1],+,a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.9 = private unnamed_addr constant [47 x i8] c"%s,[1],a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.10 = private unnamed_addr constant [47 x i8] c"C,%s,+,a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.11 = private unnamed_addr constant [43 x i8] c"%s,a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.12 = private unnamed_addr constant [51 x i8] c"C,%s,[1],+,a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.13 = private unnamed_addr constant [47 x i8] c"%s,[1],a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.14 = private unnamed_addr constant [47 x i8] c"C,%s,+,a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.15 = private unnamed_addr constant [43 x i8] c"%s,a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.16 = private unnamed_addr constant [47 x i8] c"%s,[1],a,==,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.17 = private unnamed_addr constant [43 x i8] c"%s,a,==,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @gb_anal_xoaasc], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @gb_anal_xoaasc(ptr noundef %0, ptr noundef %1, ptr nocapture noundef readonly %2) #0 { %4 = tail call ptr (...) @r_anal_value_new() #2 %5 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 3 store ptr %4, ptr %5, align 8, !tbaa !5 %6 = tail call ptr (...) @r_anal_value_new() #2 %7 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 2 %8 = load ptr, ptr %7, align 8, !tbaa !11 store ptr %6, ptr %8, align 8, !tbaa !12 %9 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !13 %10 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef %9) #2 %11 = load ptr, ptr %5, align 8, !tbaa !5 store ptr %10, ptr %11, align 8, !tbaa !14 %12 = load ptr, ptr @regs_x, align 8, !tbaa !12 %13 = load i32, ptr %2, align 4, !tbaa !13 %14 = and i32 %13, 7 %15 = zext nneg i32 %14 to i64 %16 = getelementptr inbounds ptr, ptr %12, i64 %15 %17 = load ptr, ptr %16, align 8, !tbaa !12 %18 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !13 %19 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef %17, i32 noundef %18) #2 %20 = load ptr, ptr %7, align 8, !tbaa !11 %21 = load ptr, ptr %20, align 8, !tbaa !12 %22 = getelementptr inbounds %struct.TYPE_6__, ptr %21, i64 0, i32 1 store ptr %19, ptr %22, align 8, !tbaa !16 %23 = load i32, ptr %2, align 4, !tbaa !13 %24 = and i32 %23, 7 %25 = icmp eq i32 %24, 6 %26 = zext i1 %25 to i32 %27 = load ptr, ptr %20, align 8, !tbaa !12 store i32 %26, ptr %27, align 8, !tbaa !18 %28 = load i32, ptr %1, align 8, !tbaa !19 switch i32 %28, label %191 [ i32 128, label %29 i32 130, label %41 i32 132, label %53 i32 133, label %65 i32 129, label %122 i32 131, label %179 ] 29: ; preds = %3 %30 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %31 = load ptr, ptr @regs_x, align 8, !tbaa !12 %32 = load i32, ptr %2, align 4, !tbaa !13 %33 = and i32 %32, 7 %34 = zext nneg i32 %33 to i64 %35 = getelementptr inbounds ptr, ptr %31, i64 %34 %36 = load ptr, ptr %35, align 8, !tbaa !12 br i1 %25, label %37, label %39 37: ; preds = %29 %38 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %30, ptr noundef nonnull @.str.1, ptr noundef %36) #2 br label %191 39: ; preds = %29 %40 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %30, ptr noundef nonnull @.str.2, ptr noundef %36) #2 br label %191 41: ; preds = %3 %42 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %43 = load ptr, ptr @regs_x, align 8, !tbaa !12 %44 = load i32, ptr %2, align 4, !tbaa !13 %45 = and i32 %44, 7 %46 = zext nneg i32 %45 to i64 %47 = getelementptr inbounds ptr, ptr %43, i64 %46 %48 = load ptr, ptr %47, align 8, !tbaa !12 br i1 %25, label %49, label %51 49: ; preds = %41 %50 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %42, ptr noundef nonnull @.str.3, ptr noundef %48) #2 br label %191 51: ; preds = %41 %52 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %42, ptr noundef nonnull @.str.4, ptr noundef %48) #2 br label %191 53: ; preds = %3 %54 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %55 = load ptr, ptr @regs_x, align 8, !tbaa !12 %56 = load i32, ptr %2, align 4, !tbaa !13 %57 = and i32 %56, 7 %58 = zext nneg i32 %57 to i64 %59 = getelementptr inbounds ptr, ptr %55, i64 %58 %60 = load ptr, ptr %59, align 8, !tbaa !12 br i1 %25, label %61, label %63 61: ; preds = %53 %62 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %54, ptr noundef nonnull @.str.5, ptr noundef %60) #2 br label %191 63: ; preds = %53 %64 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %54, ptr noundef nonnull @.str.6, ptr noundef %60) #2 br label %191 65: ; preds = %3 %66 = load i32, ptr %2, align 4, !tbaa !13 %67 = icmp sgt i32 %66, 135 br i1 %25, label %68, label %95 68: ; preds = %65 br i1 %67, label %69, label %87 69: ; preds = %68 %70 = tail call ptr (...) @r_anal_value_new() #2 %71 = load ptr, ptr %7, align 8, !tbaa !11 %72 = getelementptr inbounds ptr, ptr %71, i64 1 store ptr %70, ptr %72, align 8, !tbaa !12 %73 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !13 %74 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %73) #2 %75 = load ptr, ptr %7, align 8, !tbaa !11 %76 = getelementptr inbounds ptr, ptr %75, i64 1 %77 = load ptr, ptr %76, align 8, !tbaa !12 %78 = getelementptr inbounds %struct.TYPE_6__, ptr %77, i64 0, i32 1 store ptr %74, ptr %78, align 8, !tbaa !16 %79 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %80 = load ptr, ptr @regs_x, align 8, !tbaa !12 %81 = load i32, ptr %2, align 4, !tbaa !13 %82 = and i32 %81, 7 %83 = zext nneg i32 %82 to i64 %84 = getelementptr inbounds ptr, ptr %80, i64 %83 %85 = load ptr, ptr %84, align 8, !tbaa !12 %86 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %79, ptr noundef nonnull @.str.8, ptr noundef %85) #2 br label %191 87: ; preds = %68 %88 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %89 = load ptr, ptr @regs_x, align 8, !tbaa !12 %90 = and i32 %66, 7 %91 = zext nneg i32 %90 to i64 %92 = getelementptr inbounds ptr, ptr %89, i64 %91 %93 = load ptr, ptr %92, align 8, !tbaa !12 %94 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %88, ptr noundef nonnull @.str.9, ptr noundef %93) #2 br label %191 95: ; preds = %65 br i1 %67, label %96, label %114 96: ; preds = %95 %97 = tail call ptr (...) @r_anal_value_new() #2 %98 = load ptr, ptr %7, align 8, !tbaa !11 %99 = getelementptr inbounds ptr, ptr %98, i64 1 store ptr %97, ptr %99, align 8, !tbaa !12 %100 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !13 %101 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %100) #2 %102 = load ptr, ptr %7, align 8, !tbaa !11 %103 = getelementptr inbounds ptr, ptr %102, i64 1 %104 = load ptr, ptr %103, align 8, !tbaa !12 %105 = getelementptr inbounds %struct.TYPE_6__, ptr %104, i64 0, i32 1 store ptr %101, ptr %105, align 8, !tbaa !16 %106 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %107 = load ptr, ptr @regs_x, align 8, !tbaa !12 %108 = load i32, ptr %2, align 4, !tbaa !13 %109 = and i32 %108, 7 %110 = zext nneg i32 %109 to i64 %111 = getelementptr inbounds ptr, ptr %107, i64 %110 %112 = load ptr, ptr %111, align 8, !tbaa !12 %113 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %106, ptr noundef nonnull @.str.10, ptr noundef %112) #2 br label %191 114: ; preds = %95 %115 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %116 = load ptr, ptr @regs_x, align 8, !tbaa !12 %117 = and i32 %66, 7 %118 = zext nneg i32 %117 to i64 %119 = getelementptr inbounds ptr, ptr %116, i64 %118 %120 = load ptr, ptr %119, align 8, !tbaa !12 %121 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %115, ptr noundef nonnull @.str.11, ptr noundef %120) #2 br label %191 122: ; preds = %3 %123 = load i32, ptr %2, align 4, !tbaa !13 %124 = icmp sgt i32 %123, 151 br i1 %25, label %125, label %152 125: ; preds = %122 br i1 %124, label %126, label %144 126: ; preds = %125 %127 = tail call ptr (...) @r_anal_value_new() #2 %128 = load ptr, ptr %7, align 8, !tbaa !11 %129 = getelementptr inbounds ptr, ptr %128, i64 1 store ptr %127, ptr %129, align 8, !tbaa !12 %130 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !13 %131 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %130) #2 %132 = load ptr, ptr %7, align 8, !tbaa !11 %133 = getelementptr inbounds ptr, ptr %132, i64 1 %134 = load ptr, ptr %133, align 8, !tbaa !12 %135 = getelementptr inbounds %struct.TYPE_6__, ptr %134, i64 0, i32 1 store ptr %131, ptr %135, align 8, !tbaa !16 %136 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %137 = load ptr, ptr @regs_x, align 8, !tbaa !12 %138 = load i32, ptr %2, align 4, !tbaa !13 %139 = and i32 %138, 7 %140 = zext nneg i32 %139 to i64 %141 = getelementptr inbounds ptr, ptr %137, i64 %140 %142 = load ptr, ptr %141, align 8, !tbaa !12 %143 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %136, ptr noundef nonnull @.str.12, ptr noundef %142) #2 br label %191 144: ; preds = %125 %145 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %146 = load ptr, ptr @regs_x, align 8, !tbaa !12 %147 = and i32 %123, 7 %148 = zext nneg i32 %147 to i64 %149 = getelementptr inbounds ptr, ptr %146, i64 %148 %150 = load ptr, ptr %149, align 8, !tbaa !12 %151 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %145, ptr noundef nonnull @.str.13, ptr noundef %150) #2 br label %191 152: ; preds = %122 br i1 %124, label %153, label %171 153: ; preds = %152 %154 = tail call ptr (...) @r_anal_value_new() #2 %155 = load ptr, ptr %7, align 8, !tbaa !11 %156 = getelementptr inbounds ptr, ptr %155, i64 1 store ptr %154, ptr %156, align 8, !tbaa !12 %157 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !13 %158 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %157) #2 %159 = load ptr, ptr %7, align 8, !tbaa !11 %160 = getelementptr inbounds ptr, ptr %159, i64 1 %161 = load ptr, ptr %160, align 8, !tbaa !12 %162 = getelementptr inbounds %struct.TYPE_6__, ptr %161, i64 0, i32 1 store ptr %158, ptr %162, align 8, !tbaa !16 %163 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %164 = load ptr, ptr @regs_x, align 8, !tbaa !12 %165 = load i32, ptr %2, align 4, !tbaa !13 %166 = and i32 %165, 7 %167 = zext nneg i32 %166 to i64 %168 = getelementptr inbounds ptr, ptr %164, i64 %167 %169 = load ptr, ptr %168, align 8, !tbaa !12 %170 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %163, ptr noundef nonnull @.str.14, ptr noundef %169) #2 br label %191 171: ; preds = %152 %172 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %173 = load ptr, ptr @regs_x, align 8, !tbaa !12 %174 = and i32 %123, 7 %175 = zext nneg i32 %174 to i64 %176 = getelementptr inbounds ptr, ptr %173, i64 %175 %177 = load ptr, ptr %176, align 8, !tbaa !12 %178 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %172, ptr noundef nonnull @.str.15, ptr noundef %177) #2 br label %191 179: ; preds = %3 %180 = getelementptr inbounds %struct.TYPE_7__, ptr %1, i64 0, i32 1 %181 = load ptr, ptr @regs_x, align 8, !tbaa !12 %182 = load i32, ptr %2, align 4, !tbaa !13 %183 = and i32 %182, 7 %184 = zext nneg i32 %183 to i64 %185 = getelementptr inbounds ptr, ptr %181, i64 %184 %186 = load ptr, ptr %185, align 8, !tbaa !12 br i1 %25, label %187, label %189 187: ; preds = %179 %188 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %180, ptr noundef nonnull @.str.16, ptr noundef %186) #2 br label %191 189: ; preds = %179 %190 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %180, ptr noundef nonnull @.str.17, ptr noundef %186) #2 br label %191 191: ; preds = %3, %187, %189, %144, %126, %171, %153, %87, %69, %114, %96, %61, %63, %49, %51, %37, %39 ret void } declare ptr @r_anal_value_new(...) local_unnamed_addr #1 declare ptr @r_reg_get(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @r_strbuf_setf(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, !10, i64 16} !6 = !{!"TYPE_7__", !7, i64 0, !7, i64 4, !10, 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, !10, i64 8} !12 = !{!10, !10, i64 0} !13 = !{!7, !7, i64 0} !14 = !{!15, !10, i64 0} !15 = !{!"TYPE_5__", !10, i64 0} !16 = !{!17, !10, i64 8} !17 = !{!"TYPE_6__", !7, i64 0, !10, i64 8} !18 = !{!17, !7, i64 0} !19 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/radare2/libr/anal/p/extr_anal_gb.c_gb_anal_xoaasc.c' source_filename = "AnghaBench/radare2/libr/anal/p/extr_anal_gb.c_gb_anal_xoaasc.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 [2 x i8] c"a\00", align 1 @R_REG_TYPE_GPR = common local_unnamed_addr global i32 0, align 4 @regs_x = common local_unnamed_addr global ptr null, align 8 @.str.1 = private unnamed_addr constant [41 x i8] c"%s,[1],a,^=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.2 = private unnamed_addr constant [37 x i8] c"%s,a,^=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.3 = private unnamed_addr constant [41 x i8] c"%s,[1],a,|=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.4 = private unnamed_addr constant [37 x i8] c"%s,a,|=,$z,Z,:=,0,N,:=,0,H,:=,0,C,:=\00", align 1 @.str.5 = private unnamed_addr constant [41 x i8] c"%s,[1],a,&=,$z,Z,:=,0,N,:=,1,H,:=,0,C,:=\00", align 1 @.str.6 = private unnamed_addr constant [37 x i8] c"%s,a,&=,$z,Z,:=,0,N,:=,1,H,:=,0,C,:=\00", align 1 @.str.7 = private unnamed_addr constant [2 x i8] c"C\00", align 1 @.str.8 = private unnamed_addr constant [51 x i8] c"C,%s,[1],+,a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.9 = private unnamed_addr constant [47 x i8] c"%s,[1],a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.10 = private unnamed_addr constant [47 x i8] c"C,%s,+,a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.11 = private unnamed_addr constant [43 x i8] c"%s,a,+=,$z,Z,:=,3,$c,H,:=,7,$c,C,:=,0,N,:=\00", align 1 @.str.12 = private unnamed_addr constant [51 x i8] c"C,%s,[1],+,a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.13 = private unnamed_addr constant [47 x i8] c"%s,[1],a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.14 = private unnamed_addr constant [47 x i8] c"C,%s,+,a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.15 = private unnamed_addr constant [43 x i8] c"%s,a,-=,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.16 = private unnamed_addr constant [47 x i8] c"%s,[1],a,==,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @.str.17 = private unnamed_addr constant [43 x i8] c"%s,a,==,$z,Z,:=,4,$b,H,:=,8,$b,C,:=,1,N,:=\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @gb_anal_xoaasc], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @gb_anal_xoaasc(ptr noundef %0, ptr noundef %1, ptr nocapture noundef readonly %2) #0 { %4 = tail call ptr @r_anal_value_new() #2 %5 = getelementptr inbounds i8, ptr %1, i64 16 store ptr %4, ptr %5, align 8, !tbaa !6 %6 = tail call ptr @r_anal_value_new() #2 %7 = getelementptr inbounds i8, ptr %1, i64 8 %8 = load ptr, ptr %7, align 8, !tbaa !12 store ptr %6, ptr %8, align 8, !tbaa !13 %9 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !14 %10 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef %9) #2 %11 = load ptr, ptr %5, align 8, !tbaa !6 store ptr %10, ptr %11, align 8, !tbaa !15 %12 = load ptr, ptr @regs_x, align 8, !tbaa !13 %13 = load i32, ptr %2, align 4, !tbaa !14 %14 = and i32 %13, 7 %15 = zext nneg i32 %14 to i64 %16 = getelementptr inbounds ptr, ptr %12, i64 %15 %17 = load ptr, ptr %16, align 8, !tbaa !13 %18 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !14 %19 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef %17, i32 noundef %18) #2 %20 = load ptr, ptr %7, align 8, !tbaa !12 %21 = load ptr, ptr %20, align 8, !tbaa !13 %22 = getelementptr inbounds i8, ptr %21, i64 8 store ptr %19, ptr %22, align 8, !tbaa !17 %23 = load i32, ptr %2, align 4, !tbaa !14 %24 = and i32 %23, 7 %25 = icmp eq i32 %24, 6 %26 = zext i1 %25 to i32 %27 = load ptr, ptr %20, align 8, !tbaa !13 store i32 %26, ptr %27, align 8, !tbaa !19 %28 = load i32, ptr %1, align 8, !tbaa !20 switch i32 %28, label %191 [ i32 128, label %29 i32 130, label %41 i32 132, label %53 i32 133, label %65 i32 129, label %122 i32 131, label %179 ] 29: ; preds = %3 %30 = getelementptr inbounds i8, ptr %1, i64 4 %31 = load ptr, ptr @regs_x, align 8, !tbaa !13 %32 = load i32, ptr %2, align 4, !tbaa !14 %33 = and i32 %32, 7 %34 = zext nneg i32 %33 to i64 %35 = getelementptr inbounds ptr, ptr %31, i64 %34 %36 = load ptr, ptr %35, align 8, !tbaa !13 br i1 %25, label %37, label %39 37: ; preds = %29 %38 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %30, ptr noundef nonnull @.str.1, ptr noundef %36) #2 br label %191 39: ; preds = %29 %40 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %30, ptr noundef nonnull @.str.2, ptr noundef %36) #2 br label %191 41: ; preds = %3 %42 = getelementptr inbounds i8, ptr %1, i64 4 %43 = load ptr, ptr @regs_x, align 8, !tbaa !13 %44 = load i32, ptr %2, align 4, !tbaa !14 %45 = and i32 %44, 7 %46 = zext nneg i32 %45 to i64 %47 = getelementptr inbounds ptr, ptr %43, i64 %46 %48 = load ptr, ptr %47, align 8, !tbaa !13 br i1 %25, label %49, label %51 49: ; preds = %41 %50 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %42, ptr noundef nonnull @.str.3, ptr noundef %48) #2 br label %191 51: ; preds = %41 %52 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %42, ptr noundef nonnull @.str.4, ptr noundef %48) #2 br label %191 53: ; preds = %3 %54 = getelementptr inbounds i8, ptr %1, i64 4 %55 = load ptr, ptr @regs_x, align 8, !tbaa !13 %56 = load i32, ptr %2, align 4, !tbaa !14 %57 = and i32 %56, 7 %58 = zext nneg i32 %57 to i64 %59 = getelementptr inbounds ptr, ptr %55, i64 %58 %60 = load ptr, ptr %59, align 8, !tbaa !13 br i1 %25, label %61, label %63 61: ; preds = %53 %62 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %54, ptr noundef nonnull @.str.5, ptr noundef %60) #2 br label %191 63: ; preds = %53 %64 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %54, ptr noundef nonnull @.str.6, ptr noundef %60) #2 br label %191 65: ; preds = %3 %66 = load i32, ptr %2, align 4, !tbaa !14 %67 = icmp sgt i32 %66, 135 br i1 %25, label %68, label %95 68: ; preds = %65 br i1 %67, label %69, label %87 69: ; preds = %68 %70 = tail call ptr @r_anal_value_new() #2 %71 = load ptr, ptr %7, align 8, !tbaa !12 %72 = getelementptr inbounds i8, ptr %71, i64 8 store ptr %70, ptr %72, align 8, !tbaa !13 %73 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !14 %74 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %73) #2 %75 = load ptr, ptr %7, align 8, !tbaa !12 %76 = getelementptr inbounds i8, ptr %75, i64 8 %77 = load ptr, ptr %76, align 8, !tbaa !13 %78 = getelementptr inbounds i8, ptr %77, i64 8 store ptr %74, ptr %78, align 8, !tbaa !17 %79 = getelementptr inbounds i8, ptr %1, i64 4 %80 = load ptr, ptr @regs_x, align 8, !tbaa !13 %81 = load i32, ptr %2, align 4, !tbaa !14 %82 = and i32 %81, 7 %83 = zext nneg i32 %82 to i64 %84 = getelementptr inbounds ptr, ptr %80, i64 %83 %85 = load ptr, ptr %84, align 8, !tbaa !13 %86 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %79, ptr noundef nonnull @.str.8, ptr noundef %85) #2 br label %191 87: ; preds = %68 %88 = getelementptr inbounds i8, ptr %1, i64 4 %89 = load ptr, ptr @regs_x, align 8, !tbaa !13 %90 = and i32 %66, 7 %91 = zext nneg i32 %90 to i64 %92 = getelementptr inbounds ptr, ptr %89, i64 %91 %93 = load ptr, ptr %92, align 8, !tbaa !13 %94 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %88, ptr noundef nonnull @.str.9, ptr noundef %93) #2 br label %191 95: ; preds = %65 br i1 %67, label %96, label %114 96: ; preds = %95 %97 = tail call ptr @r_anal_value_new() #2 %98 = load ptr, ptr %7, align 8, !tbaa !12 %99 = getelementptr inbounds i8, ptr %98, i64 8 store ptr %97, ptr %99, align 8, !tbaa !13 %100 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !14 %101 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %100) #2 %102 = load ptr, ptr %7, align 8, !tbaa !12 %103 = getelementptr inbounds i8, ptr %102, i64 8 %104 = load ptr, ptr %103, align 8, !tbaa !13 %105 = getelementptr inbounds i8, ptr %104, i64 8 store ptr %101, ptr %105, align 8, !tbaa !17 %106 = getelementptr inbounds i8, ptr %1, i64 4 %107 = load ptr, ptr @regs_x, align 8, !tbaa !13 %108 = load i32, ptr %2, align 4, !tbaa !14 %109 = and i32 %108, 7 %110 = zext nneg i32 %109 to i64 %111 = getelementptr inbounds ptr, ptr %107, i64 %110 %112 = load ptr, ptr %111, align 8, !tbaa !13 %113 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %106, ptr noundef nonnull @.str.10, ptr noundef %112) #2 br label %191 114: ; preds = %95 %115 = getelementptr inbounds i8, ptr %1, i64 4 %116 = load ptr, ptr @regs_x, align 8, !tbaa !13 %117 = and i32 %66, 7 %118 = zext nneg i32 %117 to i64 %119 = getelementptr inbounds ptr, ptr %116, i64 %118 %120 = load ptr, ptr %119, align 8, !tbaa !13 %121 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %115, ptr noundef nonnull @.str.11, ptr noundef %120) #2 br label %191 122: ; preds = %3 %123 = load i32, ptr %2, align 4, !tbaa !14 %124 = icmp sgt i32 %123, 151 br i1 %25, label %125, label %152 125: ; preds = %122 br i1 %124, label %126, label %144 126: ; preds = %125 %127 = tail call ptr @r_anal_value_new() #2 %128 = load ptr, ptr %7, align 8, !tbaa !12 %129 = getelementptr inbounds i8, ptr %128, i64 8 store ptr %127, ptr %129, align 8, !tbaa !13 %130 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !14 %131 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %130) #2 %132 = load ptr, ptr %7, align 8, !tbaa !12 %133 = getelementptr inbounds i8, ptr %132, i64 8 %134 = load ptr, ptr %133, align 8, !tbaa !13 %135 = getelementptr inbounds i8, ptr %134, i64 8 store ptr %131, ptr %135, align 8, !tbaa !17 %136 = getelementptr inbounds i8, ptr %1, i64 4 %137 = load ptr, ptr @regs_x, align 8, !tbaa !13 %138 = load i32, ptr %2, align 4, !tbaa !14 %139 = and i32 %138, 7 %140 = zext nneg i32 %139 to i64 %141 = getelementptr inbounds ptr, ptr %137, i64 %140 %142 = load ptr, ptr %141, align 8, !tbaa !13 %143 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %136, ptr noundef nonnull @.str.12, ptr noundef %142) #2 br label %191 144: ; preds = %125 %145 = getelementptr inbounds i8, ptr %1, i64 4 %146 = load ptr, ptr @regs_x, align 8, !tbaa !13 %147 = and i32 %123, 7 %148 = zext nneg i32 %147 to i64 %149 = getelementptr inbounds ptr, ptr %146, i64 %148 %150 = load ptr, ptr %149, align 8, !tbaa !13 %151 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %145, ptr noundef nonnull @.str.13, ptr noundef %150) #2 br label %191 152: ; preds = %122 br i1 %124, label %153, label %171 153: ; preds = %152 %154 = tail call ptr @r_anal_value_new() #2 %155 = load ptr, ptr %7, align 8, !tbaa !12 %156 = getelementptr inbounds i8, ptr %155, i64 8 store ptr %154, ptr %156, align 8, !tbaa !13 %157 = load i32, ptr @R_REG_TYPE_GPR, align 4, !tbaa !14 %158 = tail call ptr @r_reg_get(ptr noundef %0, ptr noundef nonnull @.str.7, i32 noundef %157) #2 %159 = load ptr, ptr %7, align 8, !tbaa !12 %160 = getelementptr inbounds i8, ptr %159, i64 8 %161 = load ptr, ptr %160, align 8, !tbaa !13 %162 = getelementptr inbounds i8, ptr %161, i64 8 store ptr %158, ptr %162, align 8, !tbaa !17 %163 = getelementptr inbounds i8, ptr %1, i64 4 %164 = load ptr, ptr @regs_x, align 8, !tbaa !13 %165 = load i32, ptr %2, align 4, !tbaa !14 %166 = and i32 %165, 7 %167 = zext nneg i32 %166 to i64 %168 = getelementptr inbounds ptr, ptr %164, i64 %167 %169 = load ptr, ptr %168, align 8, !tbaa !13 %170 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %163, ptr noundef nonnull @.str.14, ptr noundef %169) #2 br label %191 171: ; preds = %152 %172 = getelementptr inbounds i8, ptr %1, i64 4 %173 = load ptr, ptr @regs_x, align 8, !tbaa !13 %174 = and i32 %123, 7 %175 = zext nneg i32 %174 to i64 %176 = getelementptr inbounds ptr, ptr %173, i64 %175 %177 = load ptr, ptr %176, align 8, !tbaa !13 %178 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %172, ptr noundef nonnull @.str.15, ptr noundef %177) #2 br label %191 179: ; preds = %3 %180 = getelementptr inbounds i8, ptr %1, i64 4 %181 = load ptr, ptr @regs_x, align 8, !tbaa !13 %182 = load i32, ptr %2, align 4, !tbaa !14 %183 = and i32 %182, 7 %184 = zext nneg i32 %183 to i64 %185 = getelementptr inbounds ptr, ptr %181, i64 %184 %186 = load ptr, ptr %185, align 8, !tbaa !13 br i1 %25, label %187, label %189 187: ; preds = %179 %188 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %180, ptr noundef nonnull @.str.16, ptr noundef %186) #2 br label %191 189: ; preds = %179 %190 = tail call i32 @r_strbuf_setf(ptr noundef nonnull %180, ptr noundef nonnull @.str.17, ptr noundef %186) #2 br label %191 191: ; preds = %3, %187, %189, %144, %126, %171, %153, %87, %69, %114, %96, %61, %63, %49, %51, %37, %39 ret void } declare ptr @r_anal_value_new(...) local_unnamed_addr #1 declare ptr @r_reg_get(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @r_strbuf_setf(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, !11, i64 16} !7 = !{!"TYPE_7__", !8, i64 0, !8, i64 4, !11, 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, !11, i64 8} !13 = !{!11, !11, i64 0} !14 = !{!8, !8, i64 0} !15 = !{!16, !11, i64 0} !16 = !{!"TYPE_5__", !11, i64 0} !17 = !{!18, !11, i64 8} !18 = !{!"TYPE_6__", !8, i64 0, !11, i64 8} !19 = !{!18, !8, i64 0} !20 = !{!7, !8, i64 0}
radare2_libr_anal_p_extr_anal_gb.c_gb_anal_xoaasc
; ModuleID = 'AnghaBench/freebsd/contrib/gdb/gdb/extr_ada-lang.c_ada_value_tag.c' source_filename = "AnghaBench/freebsd/contrib/gdb/gdb/extr_ada-lang.c_ada_value_tag.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 [5 x i8] c"_tag\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"record\00", align 1 ; Function Attrs: nounwind uwtable define dso_local ptr @ada_value_tag(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call ptr @ada_value_struct_elt(ptr noundef %0, ptr noundef nonnull @.str, ptr noundef nonnull @.str.1) #2 ret ptr %2 } declare ptr @ada_value_struct_elt(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)"}
; ModuleID = 'AnghaBench/freebsd/contrib/gdb/gdb/extr_ada-lang.c_ada_value_tag.c' source_filename = "AnghaBench/freebsd/contrib/gdb/gdb/extr_ada-lang.c_ada_value_tag.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 [5 x i8] c"_tag\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"record\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @ada_value_tag(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call ptr @ada_value_struct_elt(ptr noundef %0, ptr noundef nonnull @.str, ptr noundef nonnull @.str.1) #2 ret ptr %2 } declare ptr @ada_value_struct_elt(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)"}
freebsd_contrib_gdb_gdb_extr_ada-lang.c_ada_value_tag
; ModuleID = 'AnghaBench/linux/drivers/misc/extr_kgdbts.c_validate_simple_test.c' source_filename = "AnghaBench/linux/drivers/misc/extr_kgdbts.c_validate_simple_test.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 { i64, ptr } %struct.TYPE_3__ = type { ptr, ptr } @ts = dso_local local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @validate_simple_test], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @validate_simple_test(ptr noundef %0) #0 { %2 = load ptr, ptr getelementptr inbounds (%struct.TYPE_4__, ptr @ts, i64 0, i32 1), align 8, !tbaa !5 %3 = load i64, ptr @ts, align 8, !tbaa !11 %4 = getelementptr inbounds %struct.TYPE_3__, ptr %2, i64 %3 %5 = load ptr, ptr %4, align 8, !tbaa !12 %6 = icmp eq ptr %5, null %7 = getelementptr inbounds %struct.TYPE_3__, ptr %2, i64 %3, i32 1 %8 = load ptr, ptr %7, align 8, !tbaa !14 br i1 %6, label %11, label %9 9: ; preds = %1 %10 = tail call i32 %5(ptr noundef %0, ptr noundef %8) #1 br label %40 11: ; preds = %1 %12 = load i8, ptr %0, align 1, !tbaa !15 %13 = icmp eq i8 %12, 36 %14 = zext i1 %13 to i64 %15 = getelementptr inbounds i8, ptr %0, i64 %14 %16 = load i8, ptr %8, align 1, !tbaa !15 %17 = icmp eq i8 %16, 0 br i1 %17, label %32, label %18 18: ; preds = %11, %27 %19 = phi i8 [ %30, %27 ], [ %16, %11 ] %20 = phi ptr [ %28, %27 ], [ %8, %11 ] %21 = phi ptr [ %29, %27 ], [ %15, %11 ] %22 = load i8, ptr %21, align 1, !tbaa !15 switch i8 %22, label %23 [ i8 0, label %40 i8 35, label %39 ] 23: ; preds = %18 %24 = icmp eq i8 %19, 42 br i1 %24, label %40, label %25 25: ; preds = %23 %26 = icmp eq i8 %22, %19 br i1 %26, label %27, label %40 27: ; preds = %25 %28 = getelementptr inbounds i8, ptr %20, i64 1 %29 = getelementptr inbounds i8, ptr %21, i64 1 %30 = load i8, ptr %28, align 1, !tbaa !15 %31 = icmp eq i8 %30, 0 br i1 %31, label %32, label %18, !llvm.loop !16 32: ; preds = %27, %11 %33 = phi ptr [ %15, %11 ], [ %29, %27 ] %34 = load i8, ptr %33, align 1, !tbaa !15 %35 = icmp ne i8 %34, 0 %36 = icmp ne i8 %34, 35 %37 = and i1 %35, %36 %38 = zext i1 %37 to i32 br label %40 39: ; preds = %18 br label %40 40: ; preds = %25, %23, %18, %39, %32, %9 %41 = phi i32 [ %10, %9 ], [ %38, %32 ], [ 1, %18 ], [ 1, %25 ], [ 0, %23 ], [ 0, %39 ] ret i32 %41 } 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 = { 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 = !{!"TYPE_4__", !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, !7, i64 0} !12 = !{!13, !10, i64 0} !13 = !{!"TYPE_3__", !10, i64 0, !10, i64 8} !14 = !{!13, !10, i64 8} !15 = !{!8, !8, i64 0} !16 = distinct !{!16, !17} !17 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/drivers/misc/extr_kgdbts.c_validate_simple_test.c' source_filename = "AnghaBench/linux/drivers/misc/extr_kgdbts.c_validate_simple_test.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 { i64, ptr } %struct.TYPE_3__ = type { ptr, ptr } @ts = common local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 8 @llvm.used = appending global [1 x ptr] [ptr @validate_simple_test], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @validate_simple_test(ptr noundef %0) #0 { %2 = load ptr, ptr getelementptr inbounds (i8, ptr @ts, i64 8), align 8, !tbaa !6 %3 = load i64, ptr @ts, align 8, !tbaa !12 %4 = getelementptr inbounds %struct.TYPE_3__, ptr %2, i64 %3 %5 = load ptr, ptr %4, align 8, !tbaa !13 %6 = icmp eq ptr %5, null %7 = getelementptr inbounds i8, ptr %4, i64 8 %8 = load ptr, ptr %7, align 8, !tbaa !15 br i1 %6, label %11, label %9 9: ; preds = %1 %10 = tail call i32 %5(ptr noundef %0, ptr noundef %8) #1 br label %41 11: ; preds = %1 %12 = load i8, ptr %0, align 1, !tbaa !16 %13 = icmp eq i8 %12, 36 %14 = zext i1 %13 to i64 %15 = getelementptr inbounds i8, ptr %0, i64 %14 %16 = load i8, ptr %8, align 1, !tbaa !16 %17 = icmp eq i8 %16, 0 br i1 %17, label %32, label %18 18: ; preds = %11, %27 %19 = phi i8 [ %30, %27 ], [ %16, %11 ] %20 = phi ptr [ %28, %27 ], [ %8, %11 ] %21 = phi ptr [ %29, %27 ], [ %15, %11 ] %22 = load i8, ptr %21, align 1, !tbaa !16 switch i8 %22, label %23 [ i8 0, label %41 i8 35, label %39 ] 23: ; preds = %18 %24 = icmp eq i8 %19, 42 br i1 %24, label %39, label %25 25: ; preds = %23 %26 = icmp eq i8 %22, %19 br i1 %26, label %27, label %39 27: ; preds = %25 %28 = getelementptr inbounds i8, ptr %20, i64 1 %29 = getelementptr inbounds i8, ptr %21, i64 1 %30 = load i8, ptr %28, align 1, !tbaa !16 %31 = icmp eq i8 %30, 0 br i1 %31, label %32, label %18, !llvm.loop !17 32: ; preds = %27, %11 %33 = phi ptr [ %15, %11 ], [ %29, %27 ] %34 = load i8, ptr %33, align 1, !tbaa !16 %35 = icmp ne i8 %34, 0 %36 = icmp ne i8 %34, 35 %37 = and i1 %35, %36 %38 = zext i1 %37 to i32 br label %41 39: ; preds = %18, %23, %25 %40 = phi i32 [ 1, %25 ], [ 0, %23 ], [ 0, %18 ] br label %41 41: ; preds = %18, %39, %32, %9 %42 = phi i32 [ %10, %9 ], [ %38, %32 ], [ %40, %39 ], [ 1, %18 ] ret i32 %42 } 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 = { 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 = !{!"TYPE_4__", !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, !8, i64 0} !13 = !{!14, !11, i64 0} !14 = !{!"TYPE_3__", !11, i64 0, !11, i64 8} !15 = !{!14, !11, i64 8} !16 = !{!9, !9, i64 0} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"}
linux_drivers_misc_extr_kgdbts.c_validate_simple_test
; ModuleID = 'AnghaBench/linux/net/wireless/extr_nl80211.c_nl80211_get_mpp.c' source_filename = "AnghaBench/linux/net/wireless/extr_nl80211.c_nl80211_get_mpp.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.mpath_info = type { i32 } %struct.genl_info = type { i32, i32, ptr, ptr } %struct.cfg80211_registered_device = type { ptr, ptr } @ETH_ALEN = dso_local local_unnamed_addr global i32 0, align 4 @NL80211_ATTR_MAC = dso_local local_unnamed_addr global i64 0, align 8 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @EOPNOTSUPP = dso_local local_unnamed_addr global i32 0, align 4 @NL80211_IFTYPE_MESH_POINT = dso_local local_unnamed_addr global i64 0, align 8 @NLMSG_DEFAULT_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @GFP_KERNEL = dso_local local_unnamed_addr global i32 0, align 4 @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 @ENOBUFS = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @nl80211_get_mpp], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @nl80211_get_mpp(ptr nocapture readnone %0, ptr noundef %1) #0 { %3 = alloca %struct.mpath_info, align 4 %4 = getelementptr inbounds %struct.genl_info, ptr %1, i64 0, i32 3 %5 = load ptr, ptr %4, align 8, !tbaa !5 %6 = load ptr, ptr %5, align 8, !tbaa !11 %7 = getelementptr inbounds ptr, ptr %5, i64 1 %8 = load ptr, ptr %7, align 8, !tbaa !11 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #4 %9 = load i32, ptr @ETH_ALEN, align 4, !tbaa !12 %10 = zext i32 %9 to i64 %11 = tail call ptr @llvm.stacksave.p0() %12 = alloca i32, i64 %10, align 16 %13 = call i32 @memset(ptr noundef nonnull %3, i32 noundef 0, i32 noundef 4) #4 %14 = getelementptr inbounds %struct.genl_info, ptr %1, i64 0, i32 2 %15 = load ptr, ptr %14, align 8, !tbaa !13 %16 = load i64, ptr @NL80211_ATTR_MAC, align 8, !tbaa !14 %17 = getelementptr inbounds i32, ptr %15, i64 %16 %18 = load i32, ptr %17, align 4, !tbaa !12 %19 = icmp eq i32 %18, 0 br i1 %19, label %20, label %23 20: ; preds = %2 %21 = load i32, ptr @EINVAL, align 4, !tbaa !12 %22 = sub nsw i32 0, %21 br label %63 23: ; preds = %2 %24 = call ptr @nla_data(i32 noundef %18) #4 %25 = getelementptr inbounds %struct.cfg80211_registered_device, ptr %6, i64 0, i32 1 %26 = load ptr, ptr %25, align 8, !tbaa !16 %27 = load i32, ptr %26, align 4, !tbaa !18 %28 = icmp eq i32 %27, 0 br i1 %28, label %29, label %32 29: ; preds = %23 %30 = load i32, ptr @EOPNOTSUPP, align 4, !tbaa !12 %31 = sub nsw i32 0, %30 br label %63 32: ; preds = %23 %33 = load ptr, ptr %8, align 8, !tbaa !20 %34 = load i64, ptr %33, align 8, !tbaa !22 %35 = load i64, ptr @NL80211_IFTYPE_MESH_POINT, align 8, !tbaa !14 %36 = icmp eq i64 %34, %35 br i1 %36, label %40, label %37 37: ; preds = %32 %38 = load i32, ptr @EOPNOTSUPP, align 4, !tbaa !12 %39 = sub nsw i32 0, %38 br label %63 40: ; preds = %32 %41 = call i32 @rdev_get_mpp(ptr noundef nonnull %6, ptr noundef nonnull %8, ptr noundef %24, ptr noundef nonnull %12, ptr noundef nonnull %3) #4 %42 = icmp eq i32 %41, 0 br i1 %42, label %43, label %63 43: ; preds = %40 %44 = load i32, ptr @NLMSG_DEFAULT_SIZE, align 4, !tbaa !12 %45 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !12 %46 = call ptr @nlmsg_new(i32 noundef %44, i32 noundef %45) #4 %47 = icmp eq ptr %46, null br i1 %47, label %48, label %51 48: ; preds = %43 %49 = load i32, ptr @ENOMEM, align 4, !tbaa !12 %50 = sub nsw i32 0, %49 br label %63 51: ; preds = %43 %52 = getelementptr inbounds %struct.genl_info, ptr %1, i64 0, i32 1 %53 = load i32, ptr %52, align 4, !tbaa !24 %54 = load i32, ptr %1, align 8, !tbaa !25 %55 = call i64 @nl80211_send_mpath(ptr noundef nonnull %46, i32 noundef %53, i32 noundef %54, i32 noundef 0, ptr noundef nonnull %8, ptr noundef %24, ptr noundef nonnull %12, ptr noundef nonnull %3) #4 %56 = icmp slt i64 %55, 0 br i1 %56, label %57, label %61 57: ; preds = %51 %58 = call i32 @nlmsg_free(ptr noundef nonnull %46) #4 %59 = load i32, ptr @ENOBUFS, align 4, !tbaa !12 %60 = sub nsw i32 0, %59 br label %63 61: ; preds = %51 %62 = call i32 @genlmsg_reply(ptr noundef nonnull %46, ptr noundef nonnull %1) #4 br label %63 63: ; preds = %40, %61, %57, %48, %37, %29, %20 %64 = phi i32 [ %39, %37 ], [ %60, %57 ], [ %62, %61 ], [ %50, %48 ], [ %31, %29 ], [ %22, %20 ], [ %41, %40 ] call void @llvm.stackrestore.p0(ptr %11) call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #4 ret i32 %64 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave.p0() #2 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #3 declare ptr @nla_data(i32 noundef) local_unnamed_addr #3 declare i32 @rdev_get_mpp(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #3 declare ptr @nlmsg_new(i32 noundef, i32 noundef) local_unnamed_addr #3 declare i64 @nl80211_send_mpath(ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #3 declare i32 @nlmsg_free(ptr noundef) local_unnamed_addr #3 declare i32 @genlmsg_reply(ptr noundef, ptr noundef) local_unnamed_addr #3 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore.p0(ptr) #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 = { mustprogress nocallback nofree nosync nounwind willreturn } attributes #3 = { "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, !10, i64 16} !6 = !{!"genl_info", !7, i64 0, !7, i64 4, !10, 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 = !{!10, !10, i64 0} !12 = !{!7, !7, i64 0} !13 = !{!6, !10, i64 8} !14 = !{!15, !15, i64 0} !15 = !{!"long", !8, i64 0} !16 = !{!17, !10, i64 8} !17 = !{!"cfg80211_registered_device", !10, i64 0, !10, i64 8} !18 = !{!19, !7, i64 0} !19 = !{!"TYPE_3__", !7, i64 0} !20 = !{!21, !10, i64 0} !21 = !{!"net_device", !10, i64 0, !10, i64 8} !22 = !{!23, !15, i64 0} !23 = !{!"TYPE_4__", !15, i64 0} !24 = !{!6, !7, i64 4} !25 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/linux/net/wireless/extr_nl80211.c_nl80211_get_mpp.c' source_filename = "AnghaBench/linux/net/wireless/extr_nl80211.c_nl80211_get_mpp.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.mpath_info = type { i32 } @ETH_ALEN = common local_unnamed_addr global i32 0, align 4 @NL80211_ATTR_MAC = common local_unnamed_addr global i64 0, align 8 @EINVAL = common local_unnamed_addr global i32 0, align 4 @EOPNOTSUPP = common local_unnamed_addr global i32 0, align 4 @NL80211_IFTYPE_MESH_POINT = common local_unnamed_addr global i64 0, align 8 @NLMSG_DEFAULT_SIZE = common local_unnamed_addr global i32 0, align 4 @GFP_KERNEL = common local_unnamed_addr global i32 0, align 4 @ENOMEM = common local_unnamed_addr global i32 0, align 4 @ENOBUFS = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @nl80211_get_mpp], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @nl80211_get_mpp(ptr nocapture readnone %0, ptr noundef %1) #0 { %3 = alloca %struct.mpath_info, align 4 %4 = getelementptr inbounds i8, ptr %1, i64 16 %5 = load ptr, ptr %4, align 8, !tbaa !6 %6 = load ptr, ptr %5, align 8, !tbaa !12 %7 = getelementptr inbounds i8, ptr %5, i64 8 %8 = load ptr, ptr %7, align 8, !tbaa !12 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #4 %9 = load i32, ptr @ETH_ALEN, align 4, !tbaa !13 %10 = zext i32 %9 to i64 %11 = tail call ptr @llvm.stacksave.p0() %12 = alloca i32, i64 %10, align 4 %13 = call i32 @memset(ptr noundef nonnull %3, i32 noundef 0, i32 noundef 4) #4 %14 = getelementptr inbounds i8, ptr %1, i64 8 %15 = load ptr, ptr %14, align 8, !tbaa !14 %16 = load i64, ptr @NL80211_ATTR_MAC, align 8, !tbaa !15 %17 = getelementptr inbounds i32, ptr %15, i64 %16 %18 = load i32, ptr %17, align 4, !tbaa !13 %19 = icmp eq i32 %18, 0 br i1 %19, label %20, label %23 20: ; preds = %2 %21 = load i32, ptr @EINVAL, align 4, !tbaa !13 %22 = sub nsw i32 0, %21 br label %63 23: ; preds = %2 %24 = call ptr @nla_data(i32 noundef %18) #4 %25 = getelementptr inbounds i8, ptr %6, i64 8 %26 = load ptr, ptr %25, align 8, !tbaa !17 %27 = load i32, ptr %26, align 4, !tbaa !19 %28 = icmp eq i32 %27, 0 br i1 %28, label %29, label %32 29: ; preds = %23 %30 = load i32, ptr @EOPNOTSUPP, align 4, !tbaa !13 %31 = sub nsw i32 0, %30 br label %63 32: ; preds = %23 %33 = load ptr, ptr %8, align 8, !tbaa !21 %34 = load i64, ptr %33, align 8, !tbaa !23 %35 = load i64, ptr @NL80211_IFTYPE_MESH_POINT, align 8, !tbaa !15 %36 = icmp eq i64 %34, %35 br i1 %36, label %40, label %37 37: ; preds = %32 %38 = load i32, ptr @EOPNOTSUPP, align 4, !tbaa !13 %39 = sub nsw i32 0, %38 br label %63 40: ; preds = %32 %41 = call i32 @rdev_get_mpp(ptr noundef nonnull %6, ptr noundef nonnull %8, ptr noundef %24, ptr noundef nonnull %12, ptr noundef nonnull %3) #4 %42 = icmp eq i32 %41, 0 br i1 %42, label %43, label %63 43: ; preds = %40 %44 = load i32, ptr @NLMSG_DEFAULT_SIZE, align 4, !tbaa !13 %45 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !13 %46 = call ptr @nlmsg_new(i32 noundef %44, i32 noundef %45) #4 %47 = icmp eq ptr %46, null br i1 %47, label %48, label %51 48: ; preds = %43 %49 = load i32, ptr @ENOMEM, align 4, !tbaa !13 %50 = sub nsw i32 0, %49 br label %63 51: ; preds = %43 %52 = getelementptr inbounds i8, ptr %1, i64 4 %53 = load i32, ptr %52, align 4, !tbaa !25 %54 = load i32, ptr %1, align 8, !tbaa !26 %55 = call i64 @nl80211_send_mpath(ptr noundef nonnull %46, i32 noundef %53, i32 noundef %54, i32 noundef 0, ptr noundef nonnull %8, ptr noundef %24, ptr noundef nonnull %12, ptr noundef nonnull %3) #4 %56 = icmp slt i64 %55, 0 br i1 %56, label %57, label %61 57: ; preds = %51 %58 = call i32 @nlmsg_free(ptr noundef nonnull %46) #4 %59 = load i32, ptr @ENOBUFS, align 4, !tbaa !13 %60 = sub nsw i32 0, %59 br label %63 61: ; preds = %51 %62 = call i32 @genlmsg_reply(ptr noundef nonnull %46, ptr noundef nonnull %1) #4 br label %63 63: ; preds = %40, %61, %57, %48, %37, %29, %20 %64 = phi i32 [ %39, %37 ], [ %60, %57 ], [ %62, %61 ], [ %50, %48 ], [ %31, %29 ], [ %22, %20 ], [ %41, %40 ] call void @llvm.stackrestore.p0(ptr %11) call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #4 ret i32 %64 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave.p0() #2 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #3 declare ptr @nla_data(i32 noundef) local_unnamed_addr #3 declare i32 @rdev_get_mpp(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #3 declare ptr @nlmsg_new(i32 noundef, i32 noundef) local_unnamed_addr #3 declare i64 @nl80211_send_mpath(ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #3 declare i32 @nlmsg_free(ptr noundef) local_unnamed_addr #3 declare i32 @genlmsg_reply(ptr noundef, ptr noundef) local_unnamed_addr #3 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore.p0(ptr) #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 = { mustprogress nocallback nofree nosync nounwind willreturn } attributes #3 = { "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 #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, !11, i64 16} !7 = !{!"genl_info", !8, i64 0, !8, i64 4, !11, 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 = !{!11, !11, i64 0} !13 = !{!8, !8, i64 0} !14 = !{!7, !11, i64 8} !15 = !{!16, !16, i64 0} !16 = !{!"long", !9, i64 0} !17 = !{!18, !11, i64 8} !18 = !{!"cfg80211_registered_device", !11, i64 0, !11, i64 8} !19 = !{!20, !8, i64 0} !20 = !{!"TYPE_3__", !8, i64 0} !21 = !{!22, !11, i64 0} !22 = !{!"net_device", !11, i64 0, !11, i64 8} !23 = !{!24, !16, i64 0} !24 = !{!"TYPE_4__", !16, i64 0} !25 = !{!7, !8, i64 4} !26 = !{!7, !8, i64 0}
linux_net_wireless_extr_nl80211.c_nl80211_get_mpp
; ModuleID = 'AnghaBench/linux/drivers/mmc/host/extr_dw_mmc.c_dw_mci_execute_tuning.c' source_filename = "AnghaBench/linux/drivers/mmc/host/extr_dw_mmc.c_dw_mci_execute_tuning.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" @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @dw_mci_execute_tuning], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @dw_mci_execute_tuning(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call ptr @mmc_priv(ptr noundef %0) #2 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = load ptr, ptr %4, align 8, !tbaa !10 %6 = load i32, ptr @EINVAL, align 4, !tbaa !12 %7 = sub nsw i32 0, %6 %8 = icmp eq ptr %5, null br i1 %8, label %14, label %9 9: ; preds = %2 %10 = load ptr, ptr %5, align 8, !tbaa !14 %11 = icmp eq ptr %10, null br i1 %11, label %14, label %12 12: ; preds = %9 %13 = tail call i32 %10(ptr noundef nonnull %3, i32 noundef %1) #2 br label %14 14: ; preds = %12, %9, %2 %15 = phi i32 [ %13, %12 ], [ %7, %9 ], [ %7, %2 ] ret i32 %15 } declare ptr @mmc_priv(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 = !{!"dw_mci_slot", !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 = !{!"dw_mci", !7, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"int", !8, i64 0} !14 = !{!15, !7, i64 0} !15 = !{!"dw_mci_drv_data", !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/mmc/host/extr_dw_mmc.c_dw_mci_execute_tuning.c' source_filename = "AnghaBench/linux/drivers/mmc/host/extr_dw_mmc.c_dw_mci_execute_tuning.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 @llvm.used = appending global [1 x ptr] [ptr @dw_mci_execute_tuning], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @dw_mci_execute_tuning(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call ptr @mmc_priv(ptr noundef %0) #2 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = load ptr, ptr %4, align 8, !tbaa !11 %6 = load i32, ptr @EINVAL, align 4, !tbaa !13 %7 = sub nsw i32 0, %6 %8 = icmp eq ptr %5, null br i1 %8, label %14, label %9 9: ; preds = %2 %10 = load ptr, ptr %5, align 8, !tbaa !15 %11 = icmp eq ptr %10, null br i1 %11, label %14, label %12 12: ; preds = %9 %13 = tail call i32 %10(ptr noundef nonnull %3, i32 noundef %1) #2 br label %14 14: ; preds = %12, %9, %2 %15 = phi i32 [ %13, %12 ], [ %7, %9 ], [ %7, %2 ] ret i32 %15 } declare ptr @mmc_priv(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 = !{!"dw_mci_slot", !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 = !{!"dw_mci", !8, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"int", !9, i64 0} !15 = !{!16, !8, i64 0} !16 = !{!"dw_mci_drv_data", !8, i64 0}
linux_drivers_mmc_host_extr_dw_mmc.c_dw_mci_execute_tuning
; ModuleID = 'AnghaBench/reactos/base/applications/regedit/extr_framewnd.c_resize_frame_client.c' source_filename = "AnghaBench/reactos/base/applications/regedit/extr_framewnd.c_resize_frame_client.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 @resize_frame_client], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @resize_frame_client(i32 noundef %0) #0 { %2 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %2) #3 %3 = call i32 @GetClientRect(i32 noundef %0, ptr noundef nonnull %2) #3 %4 = call i32 @resize_frame_rect(i32 noundef %0, ptr noundef nonnull %2) #3 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 @GetClientRect(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @resize_frame_rect(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)"}
; ModuleID = 'AnghaBench/reactos/base/applications/regedit/extr_framewnd.c_resize_frame_client.c' source_filename = "AnghaBench/reactos/base/applications/regedit/extr_framewnd.c_resize_frame_client.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 @resize_frame_client], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @resize_frame_client(i32 noundef %0) #0 { %2 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %2) #3 %3 = call i32 @GetClientRect(i32 noundef %0, ptr noundef nonnull %2) #3 %4 = call i32 @resize_frame_rect(i32 noundef %0, ptr noundef nonnull %2) #3 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 @GetClientRect(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @resize_frame_rect(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)"}
reactos_base_applications_regedit_extr_framewnd.c_resize_frame_client
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/src/utils/extr_wpa_debug.h_wpa_debug_open_syslog.c' source_filename = "AnghaBench/freebsd/contrib/wpa/src/utils/extr_wpa_debug.h_wpa_debug_open_syslog.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 @wpa_debug_open_syslog], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal void @wpa_debug_open_syslog() #0 { ret void } 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/freebsd/contrib/wpa/src/utils/extr_wpa_debug.h_wpa_debug_open_syslog.c' source_filename = "AnghaBench/freebsd/contrib/wpa/src/utils/extr_wpa_debug.h_wpa_debug_open_syslog.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 @wpa_debug_open_syslog], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal void @wpa_debug_open_syslog() #0 { ret void } 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)"}
freebsd_contrib_wpa_src_utils_extr_wpa_debug.h_wpa_debug_open_syslog
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/wireless/b43legacy/extr_xmit.c_b43legacy_tx_suspend.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wireless/b43legacy/extr_xmit.c_b43legacy_tx_suspend.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 @b43legacy_tx_suspend(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i64 @b43legacy_using_pio(ptr noundef %0) #2 %3 = icmp eq i64 %2, 0 br i1 %3, label %6, label %4 4: ; preds = %1 %5 = tail call i32 @b43legacy_pio_freeze_txqueues(ptr noundef %0) #2 br label %8 6: ; preds = %1 %7 = tail call i32 @b43legacy_dma_tx_suspend(ptr noundef %0) #2 br label %8 8: ; preds = %6, %4 ret void } declare i64 @b43legacy_using_pio(ptr noundef) local_unnamed_addr #1 declare i32 @b43legacy_pio_freeze_txqueues(ptr noundef) local_unnamed_addr #1 declare i32 @b43legacy_dma_tx_suspend(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/fastsocket/kernel/drivers/net/wireless/b43legacy/extr_xmit.c_b43legacy_tx_suspend.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wireless/b43legacy/extr_xmit.c_b43legacy_tx_suspend.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 @b43legacy_tx_suspend(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i64 @b43legacy_using_pio(ptr noundef %0) #2 %3 = icmp eq i64 %2, 0 br i1 %3, label %6, label %4 4: ; preds = %1 %5 = tail call i32 @b43legacy_pio_freeze_txqueues(ptr noundef %0) #2 br label %8 6: ; preds = %1 %7 = tail call i32 @b43legacy_dma_tx_suspend(ptr noundef %0) #2 br label %8 8: ; preds = %6, %4 ret void } declare i64 @b43legacy_using_pio(ptr noundef) local_unnamed_addr #1 declare i32 @b43legacy_pio_freeze_txqueues(ptr noundef) local_unnamed_addr #1 declare i32 @b43legacy_dma_tx_suspend(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)"}
fastsocket_kernel_drivers_net_wireless_b43legacy_extr_xmit.c_b43legacy_tx_suspend
; ModuleID = 'AnghaBench/freebsd/contrib/elftoolchain/libelf/extr_gelf_xlate.c_elf64_xlatetof.c' source_filename = "AnghaBench/freebsd/contrib/elftoolchain/libelf/extr_gelf_xlate.c_elf64_xlatetof.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" @ELFCLASS64 = dso_local local_unnamed_addr global i32 0, align 4 @EM_NONE = dso_local local_unnamed_addr global i32 0, align 4 @ELF_TOFILE = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local ptr @elf64_xlatetof(ptr noundef %0, ptr noundef %1, i32 noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr @ELFCLASS64, align 4, !tbaa !5 %5 = load i32, ptr @EM_NONE, align 4, !tbaa !5 %6 = load i32, ptr @ELF_TOFILE, align 4, !tbaa !5 %7 = tail call ptr @_libelf_xlate(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %4, i32 noundef %5, i32 noundef %6) #2 ret ptr %7 } declare ptr @_libelf_xlate(ptr noundef, ptr noundef, i32 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, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/contrib/elftoolchain/libelf/extr_gelf_xlate.c_elf64_xlatetof.c' source_filename = "AnghaBench/freebsd/contrib/elftoolchain/libelf/extr_gelf_xlate.c_elf64_xlatetof.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ELFCLASS64 = common local_unnamed_addr global i32 0, align 4 @EM_NONE = common local_unnamed_addr global i32 0, align 4 @ELF_TOFILE = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define ptr @elf64_xlatetof(ptr noundef %0, ptr noundef %1, i32 noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr @ELFCLASS64, align 4, !tbaa !6 %5 = load i32, ptr @EM_NONE, align 4, !tbaa !6 %6 = load i32, ptr @ELF_TOFILE, align 4, !tbaa !6 %7 = tail call ptr @_libelf_xlate(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %4, i32 noundef %5, i32 noundef %6) #2 ret ptr %7 } declare ptr @_libelf_xlate(ptr noundef, ptr noundef, i32 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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_elftoolchain_libelf_extr_gelf_xlate.c_elf64_xlatetof
; ModuleID = 'AnghaBench/linux/arch/mips/jazz/extr_reset.c_jazz_write_command.c' source_filename = "AnghaBench/linux/arch/mips/jazz/extr_reset.c_jazz_write_command.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" @jazz_kh = dso_local local_unnamed_addr global ptr null, align 8 @KBD_STAT_IBF = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @jazz_write_command], section "llvm.metadata" ; Function Attrs: nofree norecurse nosync nounwind memory(readwrite, inaccessiblemem: none) uwtable define internal void @jazz_write_command(i8 noundef zeroext %0) #0 { %2 = load ptr, ptr @jazz_kh, align 8, !tbaa !5 %3 = load i32, ptr %2, align 4, !tbaa !9 %4 = load i32, ptr @KBD_STAT_IBF, align 4, !tbaa !12 %5 = and i32 %4, %3 %6 = icmp eq i32 %5, 0 br i1 %6, label %8, label %7, !llvm.loop !13 7: ; preds = %1, %7 br label %7 8: ; preds = %1 %9 = zext i8 %0 to i32 store i32 %9, ptr %2, align 4, !tbaa !9 ret void } attributes #0 = { nofree norecurse nosync nounwind memory(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, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 0} !10 = !{!"TYPE_2__", !11, i64 0} !11 = !{!"int", !7, i64 0} !12 = !{!11, !11, i64 0} !13 = distinct !{!13, !14} !14 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/arch/mips/jazz/extr_reset.c_jazz_write_command.c' source_filename = "AnghaBench/linux/arch/mips/jazz/extr_reset.c_jazz_write_command.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @jazz_kh = common local_unnamed_addr global ptr null, align 8 @KBD_STAT_IBF = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @jazz_write_command], section "llvm.metadata" ; Function Attrs: nofree norecurse nosync nounwind ssp memory(readwrite, inaccessiblemem: none) uwtable(sync) define internal void @jazz_write_command(i8 noundef zeroext %0) #0 { %2 = load ptr, ptr @jazz_kh, align 8, !tbaa !6 %3 = load i32, ptr %2, align 4, !tbaa !10 %4 = load i32, ptr @KBD_STAT_IBF, align 4, !tbaa !13 %5 = and i32 %4, %3 %6 = icmp eq i32 %5, 0 br i1 %6, label %8, label %7, !llvm.loop !14 7: ; preds = %1, %7 br label %7 8: ; preds = %1 %9 = zext i8 %0 to i32 store i32 %9, ptr %2, align 4, !tbaa !10 ret void } attributes #0 = { nofree norecurse nosync nounwind ssp memory(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, !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 = !{!"TYPE_2__", !12, i64 0} !12 = !{!"int", !8, i64 0} !13 = !{!12, !12, i64 0} !14 = distinct !{!14, !15} !15 = !{!"llvm.loop.mustprogress"}
linux_arch_mips_jazz_extr_reset.c_jazz_write_command
; ModuleID = 'AnghaBench/freebsd/sys/dev/trm/extr_trm.c_trm_Nop0.c' source_filename = "AnghaBench/freebsd/sys/dev/trm/extr_trm.c_trm_Nop0.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 @trm_Nop0], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal void @trm_Nop0(i32 %0, i32 %1, ptr nocapture readnone %2) #0 { ret void } 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/freebsd/sys/dev/trm/extr_trm.c_trm_Nop0.c' source_filename = "AnghaBench/freebsd/sys/dev/trm/extr_trm.c_trm_Nop0.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 @trm_Nop0], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal void @trm_Nop0(i32 %0, i32 %1, ptr nocapture readnone %2) #0 { ret void } 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)"}
freebsd_sys_dev_trm_extr_trm.c_trm_Nop0
; ModuleID = 'AnghaBench/freebsd/sys/dev/usb/net/extr_if_cue.c_cue_reset.c' source_filename = "AnghaBench/freebsd/sys/dev/usb/net/extr_if_cue.c_cue_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" %struct.usb_device_request = type { i32, i32, i32, i32, i32 } @UT_WRITE_VENDOR_DEVICE = dso_local local_unnamed_addr global i32 0, align 4 @CUE_CMD_RESET = dso_local local_unnamed_addr global i32 0, align 4 @hz = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @cue_reset], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @cue_reset(ptr noundef %0) #0 { %2 = alloca %struct.usb_device_request, align 4 call void @llvm.lifetime.start.p0(i64 20, ptr nonnull %2) #3 %3 = load i32, ptr @UT_WRITE_VENDOR_DEVICE, align 4, !tbaa !5 %4 = getelementptr inbounds %struct.usb_device_request, ptr %2, i64 0, i32 4 store i32 %3, ptr %4, align 4, !tbaa !9 %5 = load i32, ptr @CUE_CMD_RESET, align 4, !tbaa !5 %6 = getelementptr inbounds %struct.usb_device_request, ptr %2, i64 0, i32 3 store i32 %5, ptr %6, align 4, !tbaa !11 %7 = tail call i32 @USETW(i32 noundef undef, i32 noundef 0) #3 %8 = tail call i32 @USETW(i32 noundef undef, i32 noundef 0) #3 %9 = tail call i32 @USETW(i32 noundef undef, i32 noundef 0) #3 %10 = call i64 @uether_do_request(ptr noundef %0, ptr noundef nonnull %2, ptr noundef null, i32 noundef 1000) #3 %11 = load i32, ptr @hz, align 4, !tbaa !5 %12 = sdiv i32 %11, 100 %13 = call i32 @uether_pause(ptr noundef %0, i32 noundef %12) #3 call void @llvm.lifetime.end.p0(i64 20, 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 @USETW(i32 noundef, i32 noundef) local_unnamed_addr #2 declare i64 @uether_do_request(ptr noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @uether_pause(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, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 16} !10 = !{!"usb_device_request", !6, i64 0, !6, i64 4, !6, i64 8, !6, i64 12, !6, i64 16} !11 = !{!10, !6, i64 12}
; ModuleID = 'AnghaBench/freebsd/sys/dev/usb/net/extr_if_cue.c_cue_reset.c' source_filename = "AnghaBench/freebsd/sys/dev/usb/net/extr_if_cue.c_cue_reset.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.usb_device_request = type { i32, i32, i32, i32, i32 } @UT_WRITE_VENDOR_DEVICE = common local_unnamed_addr global i32 0, align 4 @CUE_CMD_RESET = common local_unnamed_addr global i32 0, align 4 @hz = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @cue_reset], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @cue_reset(ptr noundef %0) #0 { %2 = alloca %struct.usb_device_request, align 4 call void @llvm.lifetime.start.p0(i64 20, ptr nonnull %2) #3 %3 = load i32, ptr @UT_WRITE_VENDOR_DEVICE, align 4, !tbaa !6 %4 = getelementptr inbounds i8, ptr %2, i64 16 store i32 %3, ptr %4, align 4, !tbaa !10 %5 = load i32, ptr @CUE_CMD_RESET, align 4, !tbaa !6 %6 = getelementptr inbounds i8, ptr %2, i64 12 store i32 %5, ptr %6, align 4, !tbaa !12 %7 = tail call i32 @USETW(i32 noundef undef, i32 noundef 0) #3 %8 = tail call i32 @USETW(i32 noundef undef, i32 noundef 0) #3 %9 = tail call i32 @USETW(i32 noundef undef, i32 noundef 0) #3 %10 = call i64 @uether_do_request(ptr noundef %0, ptr noundef nonnull %2, ptr noundef null, i32 noundef 1000) #3 %11 = load i32, ptr @hz, align 4, !tbaa !6 %12 = sdiv i32 %11, 100 %13 = call i32 @uether_pause(ptr noundef %0, i32 noundef %12) #3 call void @llvm.lifetime.end.p0(i64 20, 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 @USETW(i32 noundef, i32 noundef) local_unnamed_addr #2 declare i64 @uether_do_request(ptr noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @uether_pause(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 16} !11 = !{!"usb_device_request", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12, !7, i64 16} !12 = !{!11, !7, i64 12}
freebsd_sys_dev_usb_net_extr_if_cue.c_cue_reset
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/mips/extr_hpeldsp_msa.c_common_vt_bil_no_rnd_16x16_msa.c' source_filename = "AnghaBench/FFmpeg/libavcodec/mips/extr_hpeldsp_msa.c_common_vt_bil_no_rnd_16x16_msa.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 @common_vt_bil_no_rnd_16x16_msa], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @common_vt_bil_no_rnd_16x16_msa(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 { %5 = tail call i32 @LD_UB8(ptr noundef %0, i32 noundef %1, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %6 = shl nsw i32 %1, 3 %7 = sext i32 %6 to i64 %8 = getelementptr inbounds i32, ptr %0, i64 %7 %9 = tail call i32 @LD_UB8(ptr noundef %8, i32 noundef %1, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %10 = getelementptr inbounds i32, ptr %8, i64 %7 %11 = tail call i32 @LD_UB(ptr noundef %10) #2 %12 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, ptr noundef %2, i32 noundef %3) #2 %13 = shl nsw i32 %3, 2 %14 = sext i32 %13 to i64 %15 = getelementptr inbounds i32, ptr %2, i64 %14 %16 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, ptr noundef %15, i32 noundef %3) #2 %17 = getelementptr inbounds i32, ptr %15, i64 %14 %18 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, ptr noundef %17, i32 noundef %3) #2 %19 = getelementptr inbounds i32, ptr %17, i64 %14 %20 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef %11, ptr noundef %19, i32 noundef %3) #2 ret void } declare i32 @LD_UB8(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @LD_UB(ptr noundef) local_unnamed_addr #1 declare i32 @AVE_ST16x4_UB(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, 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)"}
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/mips/extr_hpeldsp_msa.c_common_vt_bil_no_rnd_16x16_msa.c' source_filename = "AnghaBench/FFmpeg/libavcodec/mips/extr_hpeldsp_msa.c_common_vt_bil_no_rnd_16x16_msa.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 @common_vt_bil_no_rnd_16x16_msa], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @common_vt_bil_no_rnd_16x16_msa(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 { %5 = tail call i32 @LD_UB8(ptr noundef %0, i32 noundef %1, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %6 = shl nsw i32 %1, 3 %7 = sext i32 %6 to i64 %8 = getelementptr inbounds i32, ptr %0, i64 %7 %9 = tail call i32 @LD_UB8(ptr noundef %8, i32 noundef %1, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %10 = getelementptr inbounds i32, ptr %8, i64 %7 %11 = tail call i32 @LD_UB(ptr noundef %10) #2 %12 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, ptr noundef %2, i32 noundef %3) #2 %13 = shl nsw i32 %3, 2 %14 = sext i32 %13 to i64 %15 = getelementptr inbounds i32, ptr %2, i64 %14 %16 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, ptr noundef %15, i32 noundef %3) #2 %17 = getelementptr inbounds i32, ptr %15, i64 %14 %18 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, ptr noundef %17, i32 noundef %3) #2 %19 = getelementptr inbounds i32, ptr %17, i64 %14 %20 = tail call i32 @AVE_ST16x4_UB(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef %11, ptr noundef %19, i32 noundef %3) #2 ret void } declare i32 @LD_UB8(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @LD_UB(ptr noundef) local_unnamed_addr #1 declare i32 @AVE_ST16x4_UB(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, 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)"}
FFmpeg_libavcodec_mips_extr_hpeldsp_msa.c_common_vt_bil_no_rnd_16x16_msa
; ModuleID = 'AnghaBench/linux/security/apparmor/extr_includelabel.h_aa_get_label.c' source_filename = "AnghaBench/linux/security/apparmor/extr_includelabel.h_aa_get_label.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 @aa_get_label], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal noundef ptr @aa_get_label(ptr noundef returned %0) #0 { %2 = icmp eq ptr %0, null br i1 %2, label %5, label %3 3: ; preds = %1 %4 = tail call i32 @kref_get(ptr noundef nonnull %0) #2 br label %5 5: ; preds = %3, %1 ret ptr %0 } declare i32 @kref_get(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/security/apparmor/extr_includelabel.h_aa_get_label.c' source_filename = "AnghaBench/linux/security/apparmor/extr_includelabel.h_aa_get_label.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 @aa_get_label], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal noundef ptr @aa_get_label(ptr noundef returned %0) #0 { %2 = icmp eq ptr %0, null br i1 %2, label %5, label %3 3: ; preds = %1 %4 = tail call i32 @kref_get(ptr noundef nonnull %0) #2 br label %5 5: ; preds = %3, %1 ret ptr %0 } declare i32 @kref_get(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_security_apparmor_extr_includelabel.h_aa_get_label
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/soc/codecs/extr_wm9081.c_wm9081_set_tdm_slot.c' source_filename = "AnghaBench/fastsocket/kernel/sound/soc/codecs/extr_wm9081.c_wm9081_set_tdm_slot.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" @WM9081_AUDIO_INTERFACE_1 = dso_local local_unnamed_addr global i32 0, align 4 @WM9081_AIFDAC_TDM_SLOT_MASK = dso_local local_unnamed_addr global i32 0, align 4 @WM9081_AIFDAC_TDM_MODE_MASK = dso_local local_unnamed_addr global i32 0, align 4 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @WM9081_AIFDAC_TDM_MODE_SHIFT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @wm9081_set_tdm_slot], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @wm9081_set_tdm_slot(ptr nocapture noundef readonly %0, i32 %1, i32 noundef %2, i32 noundef %3, i32 noundef %4) #0 { %6 = load ptr, ptr %0, align 8, !tbaa !5 %7 = load ptr, ptr %6, align 8, !tbaa !10 %8 = load i32, ptr @WM9081_AUDIO_INTERFACE_1, align 4, !tbaa !12 %9 = tail call i32 @snd_soc_read(ptr noundef nonnull %6, i32 noundef %8) #3 %10 = icmp ugt i32 %3, 4 br i1 %10, label %11, label %14 11: ; preds = %5 %12 = load i32, ptr @EINVAL, align 4, !tbaa !12 %13 = sub nsw i32 0, %12 br label %38 14: ; preds = %5 %15 = load i32, ptr @WM9081_AIFDAC_TDM_SLOT_MASK, align 4, !tbaa !12 %16 = load i32, ptr @WM9081_AIFDAC_TDM_MODE_MASK, align 4, !tbaa !12 %17 = or i32 %16, %15 %18 = xor i32 %17, -1 %19 = and i32 %9, %18 store i32 %4, ptr %7, align 4, !tbaa !14 %20 = tail call i32 @llvm.umax.i32(i32 %3, i32 1) %21 = add nsw i32 %20, -1 %22 = load i32, ptr @WM9081_AIFDAC_TDM_MODE_SHIFT, align 4, !tbaa !12 %23 = shl i32 %21, %22 %24 = or i32 %23, %19 switch i32 %2, label %31 [ i32 1, label %34 i32 2, label %25 i32 4, label %27 i32 8, label %29 ] 25: ; preds = %14 %26 = or i32 %24, 16 br label %34 27: ; preds = %14 %28 = or i32 %24, 32 br label %34 29: ; preds = %14 %30 = or i32 %24, 48 br label %34 31: ; preds = %14 %32 = load i32, ptr @EINVAL, align 4, !tbaa !12 %33 = sub nsw i32 0, %32 br label %38 34: ; preds = %29, %27, %25, %14 %35 = phi i32 [ %30, %29 ], [ %28, %27 ], [ %26, %25 ], [ %24, %14 ] %36 = load i32, ptr @WM9081_AUDIO_INTERFACE_1, align 4, !tbaa !12 %37 = tail call i32 @snd_soc_write(ptr noundef nonnull %6, i32 noundef %36, i32 noundef %35) #3 br label %38 38: ; preds = %34, %31, %11 %39 = phi i32 [ %13, %11 ], [ %33, %31 ], [ 0, %34 ] ret i32 %39 } declare i32 @snd_soc_read(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @snd_soc_write(ptr noundef, i32 noundef, i32 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 0} !6 = !{!"snd_soc_dai", !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 = !{!"snd_soc_codec", !7, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"int", !8, i64 0} !14 = !{!15, !13, i64 0} !15 = !{!"wm9081_priv", !13, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/soc/codecs/extr_wm9081.c_wm9081_set_tdm_slot.c' source_filename = "AnghaBench/fastsocket/kernel/sound/soc/codecs/extr_wm9081.c_wm9081_set_tdm_slot.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @WM9081_AUDIO_INTERFACE_1 = common local_unnamed_addr global i32 0, align 4 @WM9081_AIFDAC_TDM_SLOT_MASK = common local_unnamed_addr global i32 0, align 4 @WM9081_AIFDAC_TDM_MODE_MASK = common local_unnamed_addr global i32 0, align 4 @EINVAL = common local_unnamed_addr global i32 0, align 4 @WM9081_AIFDAC_TDM_MODE_SHIFT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @wm9081_set_tdm_slot], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @wm9081_set_tdm_slot(ptr nocapture noundef readonly %0, i32 %1, i32 noundef %2, i32 noundef %3, i32 noundef %4) #0 { %6 = load ptr, ptr %0, align 8, !tbaa !6 %7 = load ptr, ptr %6, align 8, !tbaa !11 %8 = load i32, ptr @WM9081_AUDIO_INTERFACE_1, align 4, !tbaa !13 %9 = tail call i32 @snd_soc_read(ptr noundef nonnull %6, i32 noundef %8) #3 %10 = icmp ugt i32 %3, 4 br i1 %10, label %11, label %14 11: ; preds = %5 %12 = load i32, ptr @EINVAL, align 4, !tbaa !13 %13 = sub nsw i32 0, %12 br label %38 14: ; preds = %5 %15 = load i32, ptr @WM9081_AIFDAC_TDM_SLOT_MASK, align 4, !tbaa !13 %16 = load i32, ptr @WM9081_AIFDAC_TDM_MODE_MASK, align 4, !tbaa !13 %17 = or i32 %16, %15 %18 = xor i32 %17, -1 %19 = and i32 %9, %18 store i32 %4, ptr %7, align 4, !tbaa !15 %20 = tail call i32 @llvm.umax.i32(i32 %3, i32 1) %21 = add nsw i32 %20, -1 %22 = load i32, ptr @WM9081_AIFDAC_TDM_MODE_SHIFT, align 4, !tbaa !13 %23 = shl i32 %21, %22 %24 = or i32 %23, %19 switch i32 %2, label %31 [ i32 1, label %34 i32 2, label %25 i32 4, label %27 i32 8, label %29 ] 25: ; preds = %14 %26 = or i32 %24, 16 br label %34 27: ; preds = %14 %28 = or i32 %24, 32 br label %34 29: ; preds = %14 %30 = or i32 %24, 48 br label %34 31: ; preds = %14 %32 = load i32, ptr @EINVAL, align 4, !tbaa !13 %33 = sub nsw i32 0, %32 br label %38 34: ; preds = %29, %27, %25, %14 %35 = phi i32 [ %30, %29 ], [ %28, %27 ], [ %26, %25 ], [ %24, %14 ] %36 = load i32, ptr @WM9081_AUDIO_INTERFACE_1, align 4, !tbaa !13 %37 = tail call i32 @snd_soc_write(ptr noundef nonnull %6, i32 noundef %36, i32 noundef %35) #3 br label %38 38: ; preds = %34, %31, %11 %39 = phi i32 [ %13, %11 ], [ %33, %31 ], [ 0, %34 ] ret i32 %39 } declare i32 @snd_soc_read(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @snd_soc_write(ptr noundef, i32 noundef, i32 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 0} !7 = !{!"snd_soc_dai", !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 = !{!"snd_soc_codec", !8, i64 0} !13 = !{!14, !14, i64 0} !14 = !{!"int", !9, i64 0} !15 = !{!16, !14, i64 0} !16 = !{!"wm9081_priv", !14, i64 0}
fastsocket_kernel_sound_soc_codecs_extr_wm9081.c_wm9081_set_tdm_slot
; ModuleID = 'AnghaBench/linux/arch/sparc/kernel/extr_ds.c___ds_send.c' source_filename = "AnghaBench/linux/arch/sparc/kernel/extr_ds.c___ds_send.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" @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @EAGAIN = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @__ds_send], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @__ds_send(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { br label %4 4: ; preds = %3, %12 %5 = phi i32 [ 999, %3 ], [ %14, %12 ] %6 = tail call i32 @ldc_write(ptr noundef %0, ptr noundef %1, i32 noundef %2) #2 %7 = icmp eq i32 %6, 0 br i1 %7, label %16, label %8 8: ; preds = %4 %9 = load i32, ptr @EAGAIN, align 4, !tbaa !5 %10 = sub nsw i32 0, %9 %11 = icmp eq i32 %6, %10 br i1 %11, label %12, label %16 12: ; preds = %8 %13 = tail call i32 @udelay(i32 noundef 1) #2 %14 = add nsw i32 %5, -1 %15 = icmp eq i32 %5, 0 br i1 %15, label %16, label %4, !llvm.loop !9 16: ; preds = %4, %8, %12 ret i32 %6 } declare i32 @ldc_write(ptr noundef, ptr noundef, i32 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)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = distinct !{!9, !10} !10 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/arch/sparc/kernel/extr_ds.c___ds_send.c' source_filename = "AnghaBench/linux/arch/sparc/kernel/extr_ds.c___ds_send.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 @EAGAIN = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @__ds_send], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @__ds_send(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { br label %4 4: ; preds = %3, %12 %5 = phi i32 [ 999, %3 ], [ %14, %12 ] %6 = tail call i32 @ldc_write(ptr noundef %0, ptr noundef %1, i32 noundef %2) #2 %7 = icmp eq i32 %6, 0 br i1 %7, label %16, label %8 8: ; preds = %4 %9 = load i32, ptr @EAGAIN, align 4, !tbaa !6 %10 = sub nsw i32 0, %9 %11 = icmp eq i32 %6, %10 br i1 %11, label %12, label %16 12: ; preds = %8 %13 = tail call i32 @udelay(i32 noundef 1) #2 %14 = add nsw i32 %5, -1 %15 = icmp eq i32 %5, 0 br i1 %15, label %16, label %4, !llvm.loop !10 16: ; preds = %4, %8, %12 ret i32 %6 } declare i32 @ldc_write(ptr noundef, ptr noundef, i32 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)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
linux_arch_sparc_kernel_extr_ds.c___ds_send
; ModuleID = 'AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_RevalidateCachedQuery.c' source_filename = "AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_RevalidateCachedQuery.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, i64, i64, i32, ptr, ptr, ptr, ptr, i64, ptr, ptr, ptr, i64, i32, i32, i32, i32, ptr, ptr, ptr, i64 } @NIL = dso_local local_unnamed_addr global ptr null, align 8 @row_security = dso_local local_unnamed_addr global i64 0, align 8 @ERROR = dso_local local_unnamed_addr global i32 0, align 4 @ERRCODE_FEATURE_NOT_SUPPORTED = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [40 x i8] c"cached plan must not change result type\00", align 1 @CurrentMemoryContext = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [16 x i8] c"CachedPlanQuery\00", align 1 @ALLOCSET_START_SMALL_SIZES = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @RevalidateCachedQuery], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @RevalidateCachedQuery(ptr noundef %0, ptr noundef %1) #0 { %3 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 20 %4 = load i64, ptr %3, align 8, !tbaa !5 %5 = icmp eq i64 %4, 0 br i1 %5, label %6, label %9 6: ; preds = %2 %7 = tail call i64 @IsTransactionStmtPlan(ptr noundef nonnull %0) #2 %8 = icmp eq i64 %7, 0 br i1 %8, label %13, label %9 9: ; preds = %6, %2 %10 = load i32, ptr %0, align 8, !tbaa !12 %11 = tail call i32 @Assert(i32 noundef %10) #2 %12 = load ptr, ptr @NIL, align 8, !tbaa !13 br label %162 13: ; preds = %6 %14 = load i32, ptr %0, align 8, !tbaa !12 %15 = icmp eq i32 %14, 0 br i1 %15, label %61, label %16 16: ; preds = %13 %17 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 7 %18 = load ptr, ptr %17, align 8, !tbaa !14 %19 = icmp ne ptr %18, null %20 = zext i1 %19 to i32 %21 = tail call i32 @Assert(i32 noundef %20) #2 %22 = load ptr, ptr %17, align 8, !tbaa !14 %23 = tail call i32 @OverrideSearchPathMatchesCurrent(ptr noundef %22) #2 %24 = icmp eq i32 %23, 0 br i1 %24, label %25, label %30 25: ; preds = %16 %26 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 19 %27 = load ptr, ptr %26, align 8, !tbaa !15 %28 = icmp eq ptr %27, null br i1 %28, label %61, label %29 29: ; preds = %25 store i32 0, ptr %27, align 4, !tbaa !16 br label %61 30: ; preds = %16 %31 = load i32, ptr %0, align 8, !tbaa !12 %32 = icmp eq i32 %31, 0 br i1 %32, label %61, label %33 33: ; preds = %30 %34 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 8 %35 = load i64, ptr %34, align 8, !tbaa !18 %36 = icmp eq i64 %35, 0 br i1 %36, label %50, label %37 37: ; preds = %33 %38 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 1 %39 = load i64, ptr %38, align 8, !tbaa !19 %40 = tail call i64 (...) @GetUserId() #2 %41 = icmp eq i64 %39, %40 br i1 %41, label %42, label %61 42: ; preds = %37 %43 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 2 %44 = load i64, ptr %43, align 8, !tbaa !20 %45 = load i64, ptr @row_security, align 8, !tbaa !21 %46 = icmp eq i64 %44, %45 br i1 %46, label %47, label %61 47: ; preds = %42 %48 = load i32, ptr %0, align 8, !tbaa !12 %49 = icmp eq i32 %48, 0 br i1 %49, label %61, label %50 50: ; preds = %33, %47 %51 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 4 %52 = load ptr, ptr %51, align 8, !tbaa !22 %53 = tail call i32 @AcquirePlannerLocks(ptr noundef %52, i32 noundef 1) #2 %54 = load i32, ptr %0, align 8, !tbaa !12 %55 = icmp eq i32 %54, 0 br i1 %55, label %58, label %56 56: ; preds = %50 %57 = load ptr, ptr @NIL, align 8, !tbaa !13 br label %162 58: ; preds = %50 %59 = load ptr, ptr %51, align 8, !tbaa !22 %60 = tail call i32 @AcquirePlannerLocks(ptr noundef %59, i32 noundef 0) #2 br label %61 61: ; preds = %37, %42, %29, %25, %13, %30, %58, %47 store i32 0, ptr %0, align 8, !tbaa !12 %62 = load ptr, ptr @NIL, align 8, !tbaa !13 %63 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 4 store ptr %62, ptr %63, align 8, !tbaa !22 %64 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 10 store ptr %62, ptr %64, align 8, !tbaa !23 %65 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 9 store ptr %62, ptr %65, align 8, !tbaa !24 %66 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 7 store ptr null, ptr %66, align 8, !tbaa !14 %67 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 5 %68 = load ptr, ptr %67, align 8, !tbaa !25 %69 = icmp eq ptr %68, null br i1 %69, label %72, label %70 70: ; preds = %61 store ptr null, ptr %67, align 8, !tbaa !25 %71 = tail call i32 @MemoryContextDelete(ptr noundef nonnull %68) #2 br label %72 72: ; preds = %70, %61 %73 = tail call i32 @ReleaseGenericPlan(ptr noundef nonnull %0) #2 %74 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 3 %75 = load i32, ptr %74, align 8, !tbaa !26 %76 = tail call i32 @Assert(i32 noundef %75) #2 %77 = tail call i32 (...) @ActiveSnapshotSet() #2 %78 = icmp eq i32 %77, 0 br i1 %78, label %79, label %82 79: ; preds = %72 %80 = tail call i32 (...) @GetTransactionSnapshot() #2 %81 = tail call i32 @PushActiveSnapshot(i32 noundef %80) #2 br label %82 82: ; preds = %79, %72 %83 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 18 %84 = load ptr, ptr %83, align 8, !tbaa !27 %85 = tail call ptr @copyObject(ptr noundef %84) #2 %86 = icmp eq ptr %85, null br i1 %86, label %87, label %89 87: ; preds = %82 %88 = load ptr, ptr @NIL, align 8, !tbaa !13 br label %105 89: ; preds = %82 %90 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 17 %91 = load ptr, ptr %90, align 8, !tbaa !28 %92 = icmp eq ptr %91, null %93 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 15 %94 = load i32, ptr %93, align 8, !tbaa !29 br i1 %92, label %99, label %95 95: ; preds = %89 %96 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 16 %97 = load i32, ptr %96, align 4, !tbaa !30 %98 = tail call ptr @pg_analyze_and_rewrite_params(ptr noundef nonnull %85, i32 noundef %94, ptr noundef nonnull %91, i32 noundef %97, ptr noundef %1) #2 br label %105 99: ; preds = %89 %100 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 14 %101 = load i32, ptr %100, align 4, !tbaa !31 %102 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 13 %103 = load i32, ptr %102, align 8, !tbaa !32 %104 = tail call ptr @pg_analyze_and_rewrite(ptr noundef nonnull %85, i32 noundef %94, i32 noundef %101, i32 noundef %103, ptr noundef %1) #2 br label %105 105: ; preds = %95, %99, %87 %106 = phi ptr [ %88, %87 ], [ %98, %95 ], [ %104, %99 ] br i1 %78, label %107, label %109 107: ; preds = %105 %108 = tail call i32 (...) @PopActiveSnapshot() #2 br label %109 109: ; preds = %107, %105 %110 = tail call ptr @PlanCacheComputeResultDesc(ptr noundef %106) #2 %111 = icmp eq ptr %110, null %112 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 11 %113 = load ptr, ptr %112, align 8, !tbaa !33 %114 = icmp eq ptr %113, null br i1 %111, label %115, label %116 115: ; preds = %109 br i1 %114, label %145, label %120 116: ; preds = %109 br i1 %114, label %120, label %117 117: ; preds = %116 %118 = tail call i32 @equalTupleDescs(ptr noundef nonnull %110, ptr noundef nonnull %113) #2 %119 = icmp eq i32 %118, 0 br i1 %119, label %120, label %145 120: ; preds = %115, %117, %116 %121 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 12 %122 = load i64, ptr %121, align 8, !tbaa !34 %123 = icmp eq i64 %122, 0 br i1 %123, label %130, label %124 124: ; preds = %120 %125 = load i32, ptr @ERROR, align 4, !tbaa !35 %126 = load i32, ptr @ERRCODE_FEATURE_NOT_SUPPORTED, align 4, !tbaa !35 %127 = tail call i32 @errcode(i32 noundef %126) #2 %128 = tail call i32 @errmsg(ptr noundef nonnull @.str) #2 %129 = tail call i32 @ereport(i32 noundef %125, i32 noundef %128) #2 br label %130 130: ; preds = %124, %120 %131 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 6 %132 = load ptr, ptr %131, align 8, !tbaa !36 %133 = tail call ptr @MemoryContextSwitchTo(ptr noundef %132) #2 br i1 %111, label %136, label %134 134: ; preds = %130 %135 = tail call ptr @CreateTupleDescCopy(ptr noundef nonnull %110) #2 br label %136 136: ; preds = %134, %130 %137 = phi ptr [ %135, %134 ], [ null, %130 ] %138 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 11 %139 = load ptr, ptr %138, align 8, !tbaa !33 %140 = icmp eq ptr %139, null br i1 %140, label %143, label %141 141: ; preds = %136 %142 = tail call i32 @FreeTupleDesc(ptr noundef nonnull %139) #2 br label %143 143: ; preds = %141, %136 store ptr %137, ptr %138, align 8, !tbaa !33 %144 = tail call ptr @MemoryContextSwitchTo(ptr noundef %133) #2 br label %145 145: ; preds = %117, %143, %115 %146 = load i32, ptr @CurrentMemoryContext, align 4, !tbaa !35 %147 = load i32, ptr @ALLOCSET_START_SMALL_SIZES, align 4, !tbaa !35 %148 = tail call ptr @AllocSetContextCreate(i32 noundef %146, ptr noundef nonnull @.str.1, i32 noundef %147) #2 %149 = tail call ptr @MemoryContextSwitchTo(ptr noundef %148) #2 %150 = tail call ptr @copyObject(ptr noundef %106) #2 %151 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 8 %152 = tail call i32 @extract_query_dependencies(ptr noundef %150, ptr noundef nonnull %64, ptr noundef nonnull %65, ptr noundef nonnull %151) #2 %153 = tail call i64 (...) @GetUserId() #2 %154 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 1 store i64 %153, ptr %154, align 8, !tbaa !19 %155 = load i64, ptr @row_security, align 8, !tbaa !21 %156 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 2 store i64 %155, ptr %156, align 8, !tbaa !20 %157 = tail call ptr @GetOverrideSearchPath(ptr noundef %148) #2 store ptr %157, ptr %66, align 8, !tbaa !14 %158 = tail call ptr @MemoryContextSwitchTo(ptr noundef %149) #2 %159 = getelementptr inbounds %struct.TYPE_7__, ptr %0, i64 0, i32 6 %160 = load ptr, ptr %159, align 8, !tbaa !36 %161 = tail call i32 @MemoryContextSetParent(ptr noundef %148, ptr noundef %160) #2 store ptr %148, ptr %67, align 8, !tbaa !25 store ptr %150, ptr %63, align 8, !tbaa !22 store i32 1, ptr %0, align 8, !tbaa !12 br label %162 162: ; preds = %145, %56, %9 %163 = phi ptr [ %12, %9 ], [ %57, %56 ], [ %106, %145 ] ret ptr %163 } declare i64 @IsTransactionStmtPlan(ptr noundef) local_unnamed_addr #1 declare i32 @Assert(i32 noundef) local_unnamed_addr #1 declare i32 @OverrideSearchPathMatchesCurrent(ptr noundef) local_unnamed_addr #1 declare i64 @GetUserId(...) local_unnamed_addr #1 declare i32 @AcquirePlannerLocks(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @MemoryContextDelete(ptr noundef) local_unnamed_addr #1 declare i32 @ReleaseGenericPlan(ptr noundef) local_unnamed_addr #1 declare i32 @ActiveSnapshotSet(...) local_unnamed_addr #1 declare i32 @PushActiveSnapshot(i32 noundef) local_unnamed_addr #1 declare i32 @GetTransactionSnapshot(...) local_unnamed_addr #1 declare ptr @copyObject(ptr noundef) local_unnamed_addr #1 declare ptr @pg_analyze_and_rewrite_params(ptr noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare ptr @pg_analyze_and_rewrite(ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @PopActiveSnapshot(...) local_unnamed_addr #1 declare ptr @PlanCacheComputeResultDesc(ptr noundef) local_unnamed_addr #1 declare i32 @equalTupleDescs(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ereport(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @errcode(i32 noundef) local_unnamed_addr #1 declare i32 @errmsg(ptr noundef) local_unnamed_addr #1 declare ptr @MemoryContextSwitchTo(ptr noundef) local_unnamed_addr #1 declare ptr @CreateTupleDescCopy(ptr noundef) local_unnamed_addr #1 declare i32 @FreeTupleDesc(ptr noundef) local_unnamed_addr #1 declare ptr @AllocSetContextCreate(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @extract_query_dependencies(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @GetOverrideSearchPath(ptr noundef) local_unnamed_addr #1 declare i32 @MemoryContextSetParent(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, !10, i64 144} !6 = !{!"TYPE_7__", !7, i64 0, !10, i64 8, !10, i64 16, !7, i64 24, !11, i64 32, !11, i64 40, !11, i64 48, !11, i64 56, !10, i64 64, !11, i64 72, !11, i64 80, !11, i64 88, !10, i64 96, !7, i64 104, !7, i64 108, !7, i64 112, !7, i64 116, !11, i64 120, !11, i64 128, !11, i64 136, !10, i64 144} !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 = !{!6, !7, i64 0} !13 = !{!11, !11, i64 0} !14 = !{!6, !11, i64 56} !15 = !{!6, !11, i64 136} !16 = !{!17, !7, i64 0} !17 = !{!"TYPE_6__", !7, i64 0} !18 = !{!6, !10, i64 64} !19 = !{!6, !10, i64 8} !20 = !{!6, !10, i64 16} !21 = !{!10, !10, i64 0} !22 = !{!6, !11, i64 32} !23 = !{!6, !11, i64 80} !24 = !{!6, !11, i64 72} !25 = !{!6, !11, i64 40} !26 = !{!6, !7, i64 24} !27 = !{!6, !11, i64 128} !28 = !{!6, !11, i64 120} !29 = !{!6, !7, i64 112} !30 = !{!6, !7, i64 116} !31 = !{!6, !7, i64 108} !32 = !{!6, !7, i64 104} !33 = !{!6, !11, i64 88} !34 = !{!6, !10, i64 96} !35 = !{!7, !7, i64 0} !36 = !{!6, !11, i64 48}
; ModuleID = 'AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_RevalidateCachedQuery.c' source_filename = "AnghaBench/postgres/src/backend/utils/cache/extr_plancache.c_RevalidateCachedQuery.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @NIL = common local_unnamed_addr global ptr null, align 8 @row_security = common local_unnamed_addr global i64 0, align 8 @ERROR = common local_unnamed_addr global i32 0, align 4 @ERRCODE_FEATURE_NOT_SUPPORTED = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [40 x i8] c"cached plan must not change result type\00", align 1 @CurrentMemoryContext = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [16 x i8] c"CachedPlanQuery\00", align 1 @ALLOCSET_START_SMALL_SIZES = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @RevalidateCachedQuery], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @RevalidateCachedQuery(ptr noundef %0, ptr noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %0, i64 144 %4 = load i64, ptr %3, align 8, !tbaa !6 %5 = icmp eq i64 %4, 0 br i1 %5, label %6, label %9 6: ; preds = %2 %7 = tail call i64 @IsTransactionStmtPlan(ptr noundef nonnull %0) #2 %8 = icmp eq i64 %7, 0 br i1 %8, label %13, label %9 9: ; preds = %6, %2 %10 = load i32, ptr %0, align 8, !tbaa !13 %11 = tail call i32 @Assert(i32 noundef %10) #2 %12 = load ptr, ptr @NIL, align 8, !tbaa !14 br label %161 13: ; preds = %6 %14 = load i32, ptr %0, align 8, !tbaa !13 %15 = icmp eq i32 %14, 0 br i1 %15, label %61, label %16 16: ; preds = %13 %17 = getelementptr inbounds i8, ptr %0, i64 56 %18 = load ptr, ptr %17, align 8, !tbaa !15 %19 = icmp ne ptr %18, null %20 = zext i1 %19 to i32 %21 = tail call i32 @Assert(i32 noundef %20) #2 %22 = load ptr, ptr %17, align 8, !tbaa !15 %23 = tail call i32 @OverrideSearchPathMatchesCurrent(ptr noundef %22) #2 %24 = icmp eq i32 %23, 0 br i1 %24, label %25, label %30 25: ; preds = %16 %26 = getelementptr inbounds i8, ptr %0, i64 136 %27 = load ptr, ptr %26, align 8, !tbaa !16 %28 = icmp eq ptr %27, null br i1 %28, label %61, label %29 29: ; preds = %25 store i32 0, ptr %27, align 4, !tbaa !17 br label %61 30: ; preds = %16 %31 = load i32, ptr %0, align 8, !tbaa !13 %32 = icmp eq i32 %31, 0 br i1 %32, label %61, label %33 33: ; preds = %30 %34 = getelementptr inbounds i8, ptr %0, i64 64 %35 = load i64, ptr %34, align 8, !tbaa !19 %36 = icmp eq i64 %35, 0 br i1 %36, label %50, label %37 37: ; preds = %33 %38 = getelementptr inbounds i8, ptr %0, i64 8 %39 = load i64, ptr %38, align 8, !tbaa !20 %40 = tail call i64 @GetUserId() #2 %41 = icmp eq i64 %39, %40 br i1 %41, label %42, label %61 42: ; preds = %37 %43 = getelementptr inbounds i8, ptr %0, i64 16 %44 = load i64, ptr %43, align 8, !tbaa !21 %45 = load i64, ptr @row_security, align 8, !tbaa !22 %46 = icmp eq i64 %44, %45 br i1 %46, label %47, label %61 47: ; preds = %42 %48 = load i32, ptr %0, align 8, !tbaa !13 %49 = icmp eq i32 %48, 0 br i1 %49, label %61, label %50 50: ; preds = %33, %47 %51 = getelementptr inbounds i8, ptr %0, i64 32 %52 = load ptr, ptr %51, align 8, !tbaa !23 %53 = tail call i32 @AcquirePlannerLocks(ptr noundef %52, i32 noundef 1) #2 %54 = load i32, ptr %0, align 8, !tbaa !13 %55 = icmp eq i32 %54, 0 br i1 %55, label %58, label %56 56: ; preds = %50 %57 = load ptr, ptr @NIL, align 8, !tbaa !14 br label %161 58: ; preds = %50 %59 = load ptr, ptr %51, align 8, !tbaa !23 %60 = tail call i32 @AcquirePlannerLocks(ptr noundef %59, i32 noundef 0) #2 br label %61 61: ; preds = %37, %42, %29, %25, %13, %30, %58, %47 store i32 0, ptr %0, align 8, !tbaa !13 %62 = load ptr, ptr @NIL, align 8, !tbaa !14 %63 = getelementptr inbounds i8, ptr %0, i64 32 store ptr %62, ptr %63, align 8, !tbaa !23 %64 = getelementptr inbounds i8, ptr %0, i64 80 store ptr %62, ptr %64, align 8, !tbaa !24 %65 = getelementptr inbounds i8, ptr %0, i64 72 store ptr %62, ptr %65, align 8, !tbaa !25 %66 = getelementptr inbounds i8, ptr %0, i64 56 store ptr null, ptr %66, align 8, !tbaa !15 %67 = getelementptr inbounds i8, ptr %0, i64 40 %68 = load ptr, ptr %67, align 8, !tbaa !26 %69 = icmp eq ptr %68, null br i1 %69, label %72, label %70 70: ; preds = %61 store ptr null, ptr %67, align 8, !tbaa !26 %71 = tail call i32 @MemoryContextDelete(ptr noundef nonnull %68) #2 br label %72 72: ; preds = %70, %61 %73 = tail call i32 @ReleaseGenericPlan(ptr noundef nonnull %0) #2 %74 = getelementptr inbounds i8, ptr %0, i64 24 %75 = load i32, ptr %74, align 8, !tbaa !27 %76 = tail call i32 @Assert(i32 noundef %75) #2 %77 = tail call i32 @ActiveSnapshotSet() #2 %78 = icmp eq i32 %77, 0 br i1 %78, label %79, label %82 79: ; preds = %72 %80 = tail call i32 @GetTransactionSnapshot() #2 %81 = tail call i32 @PushActiveSnapshot(i32 noundef %80) #2 br label %82 82: ; preds = %79, %72 %83 = getelementptr inbounds i8, ptr %0, i64 128 %84 = load ptr, ptr %83, align 8, !tbaa !28 %85 = tail call ptr @copyObject(ptr noundef %84) #2 %86 = icmp eq ptr %85, null br i1 %86, label %87, label %89 87: ; preds = %82 %88 = load ptr, ptr @NIL, align 8, !tbaa !14 br label %105 89: ; preds = %82 %90 = getelementptr inbounds i8, ptr %0, i64 120 %91 = load ptr, ptr %90, align 8, !tbaa !29 %92 = icmp eq ptr %91, null %93 = getelementptr inbounds i8, ptr %0, i64 112 %94 = load i32, ptr %93, align 8, !tbaa !30 br i1 %92, label %99, label %95 95: ; preds = %89 %96 = getelementptr inbounds i8, ptr %0, i64 116 %97 = load i32, ptr %96, align 4, !tbaa !31 %98 = tail call ptr @pg_analyze_and_rewrite_params(ptr noundef nonnull %85, i32 noundef %94, ptr noundef nonnull %91, i32 noundef %97, ptr noundef %1) #2 br label %105 99: ; preds = %89 %100 = getelementptr inbounds i8, ptr %0, i64 108 %101 = load i32, ptr %100, align 4, !tbaa !32 %102 = getelementptr inbounds i8, ptr %0, i64 104 %103 = load i32, ptr %102, align 8, !tbaa !33 %104 = tail call ptr @pg_analyze_and_rewrite(ptr noundef nonnull %85, i32 noundef %94, i32 noundef %101, i32 noundef %103, ptr noundef %1) #2 br label %105 105: ; preds = %95, %99, %87 %106 = phi ptr [ %88, %87 ], [ %98, %95 ], [ %104, %99 ] br i1 %78, label %107, label %109 107: ; preds = %105 %108 = tail call i32 @PopActiveSnapshot() #2 br label %109 109: ; preds = %107, %105 %110 = tail call ptr @PlanCacheComputeResultDesc(ptr noundef %106) #2 %111 = icmp eq ptr %110, null %112 = getelementptr inbounds i8, ptr %0, i64 88 %113 = load ptr, ptr %112, align 8, !tbaa !34 %114 = icmp eq ptr %113, null br i1 %111, label %115, label %116 115: ; preds = %109 br i1 %114, label %144, label %120 116: ; preds = %109 br i1 %114, label %120, label %117 117: ; preds = %116 %118 = tail call i32 @equalTupleDescs(ptr noundef nonnull %110, ptr noundef nonnull %113) #2 %119 = icmp eq i32 %118, 0 br i1 %119, label %120, label %144 120: ; preds = %115, %117, %116 %121 = getelementptr inbounds i8, ptr %0, i64 96 %122 = load i64, ptr %121, align 8, !tbaa !35 %123 = icmp eq i64 %122, 0 br i1 %123, label %130, label %124 124: ; preds = %120 %125 = load i32, ptr @ERROR, align 4, !tbaa !36 %126 = load i32, ptr @ERRCODE_FEATURE_NOT_SUPPORTED, align 4, !tbaa !36 %127 = tail call i32 @errcode(i32 noundef %126) #2 %128 = tail call i32 @errmsg(ptr noundef nonnull @.str) #2 %129 = tail call i32 @ereport(i32 noundef %125, i32 noundef %128) #2 br label %130 130: ; preds = %124, %120 %131 = getelementptr inbounds i8, ptr %0, i64 48 %132 = load ptr, ptr %131, align 8, !tbaa !37 %133 = tail call ptr @MemoryContextSwitchTo(ptr noundef %132) #2 br i1 %111, label %136, label %134 134: ; preds = %130 %135 = tail call ptr @CreateTupleDescCopy(ptr noundef nonnull %110) #2 br label %136 136: ; preds = %134, %130 %137 = phi ptr [ %135, %134 ], [ null, %130 ] %138 = load ptr, ptr %112, align 8, !tbaa !34 %139 = icmp eq ptr %138, null br i1 %139, label %142, label %140 140: ; preds = %136 %141 = tail call i32 @FreeTupleDesc(ptr noundef nonnull %138) #2 br label %142 142: ; preds = %140, %136 store ptr %137, ptr %112, align 8, !tbaa !34 %143 = tail call ptr @MemoryContextSwitchTo(ptr noundef %133) #2 br label %144 144: ; preds = %117, %142, %115 %145 = load i32, ptr @CurrentMemoryContext, align 4, !tbaa !36 %146 = load i32, ptr @ALLOCSET_START_SMALL_SIZES, align 4, !tbaa !36 %147 = tail call ptr @AllocSetContextCreate(i32 noundef %145, ptr noundef nonnull @.str.1, i32 noundef %146) #2 %148 = tail call ptr @MemoryContextSwitchTo(ptr noundef %147) #2 %149 = tail call ptr @copyObject(ptr noundef %106) #2 %150 = getelementptr inbounds i8, ptr %0, i64 64 %151 = tail call i32 @extract_query_dependencies(ptr noundef %149, ptr noundef nonnull %64, ptr noundef nonnull %65, ptr noundef nonnull %150) #2 %152 = tail call i64 @GetUserId() #2 %153 = getelementptr inbounds i8, ptr %0, i64 8 store i64 %152, ptr %153, align 8, !tbaa !20 %154 = load i64, ptr @row_security, align 8, !tbaa !22 %155 = getelementptr inbounds i8, ptr %0, i64 16 store i64 %154, ptr %155, align 8, !tbaa !21 %156 = tail call ptr @GetOverrideSearchPath(ptr noundef %147) #2 store ptr %156, ptr %66, align 8, !tbaa !15 %157 = tail call ptr @MemoryContextSwitchTo(ptr noundef %148) #2 %158 = getelementptr inbounds i8, ptr %0, i64 48 %159 = load ptr, ptr %158, align 8, !tbaa !37 %160 = tail call i32 @MemoryContextSetParent(ptr noundef %147, ptr noundef %159) #2 store ptr %147, ptr %67, align 8, !tbaa !26 store ptr %149, ptr %63, align 8, !tbaa !23 store i32 1, ptr %0, align 8, !tbaa !13 br label %161 161: ; preds = %144, %56, %9 %162 = phi ptr [ %12, %9 ], [ %57, %56 ], [ %106, %144 ] ret ptr %162 } declare i64 @IsTransactionStmtPlan(ptr noundef) local_unnamed_addr #1 declare i32 @Assert(i32 noundef) local_unnamed_addr #1 declare i32 @OverrideSearchPathMatchesCurrent(ptr noundef) local_unnamed_addr #1 declare i64 @GetUserId(...) local_unnamed_addr #1 declare i32 @AcquirePlannerLocks(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @MemoryContextDelete(ptr noundef) local_unnamed_addr #1 declare i32 @ReleaseGenericPlan(ptr noundef) local_unnamed_addr #1 declare i32 @ActiveSnapshotSet(...) local_unnamed_addr #1 declare i32 @PushActiveSnapshot(i32 noundef) local_unnamed_addr #1 declare i32 @GetTransactionSnapshot(...) local_unnamed_addr #1 declare ptr @copyObject(ptr noundef) local_unnamed_addr #1 declare ptr @pg_analyze_and_rewrite_params(ptr noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare ptr @pg_analyze_and_rewrite(ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @PopActiveSnapshot(...) local_unnamed_addr #1 declare ptr @PlanCacheComputeResultDesc(ptr noundef) local_unnamed_addr #1 declare i32 @equalTupleDescs(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ereport(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @errcode(i32 noundef) local_unnamed_addr #1 declare i32 @errmsg(ptr noundef) local_unnamed_addr #1 declare ptr @MemoryContextSwitchTo(ptr noundef) local_unnamed_addr #1 declare ptr @CreateTupleDescCopy(ptr noundef) local_unnamed_addr #1 declare i32 @FreeTupleDesc(ptr noundef) local_unnamed_addr #1 declare ptr @AllocSetContextCreate(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @extract_query_dependencies(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @GetOverrideSearchPath(ptr noundef) local_unnamed_addr #1 declare i32 @MemoryContextSetParent(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, !11, i64 144} !7 = !{!"TYPE_7__", !8, i64 0, !11, i64 8, !11, i64 16, !8, i64 24, !12, i64 32, !12, i64 40, !12, i64 48, !12, i64 56, !11, i64 64, !12, i64 72, !12, i64 80, !12, i64 88, !11, i64 96, !8, i64 104, !8, i64 108, !8, i64 112, !8, i64 116, !12, i64 120, !12, i64 128, !12, i64 136, !11, i64 144} !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 = !{!7, !8, i64 0} !14 = !{!12, !12, i64 0} !15 = !{!7, !12, i64 56} !16 = !{!7, !12, i64 136} !17 = !{!18, !8, i64 0} !18 = !{!"TYPE_6__", !8, i64 0} !19 = !{!7, !11, i64 64} !20 = !{!7, !11, i64 8} !21 = !{!7, !11, i64 16} !22 = !{!11, !11, i64 0} !23 = !{!7, !12, i64 32} !24 = !{!7, !12, i64 80} !25 = !{!7, !12, i64 72} !26 = !{!7, !12, i64 40} !27 = !{!7, !8, i64 24} !28 = !{!7, !12, i64 128} !29 = !{!7, !12, i64 120} !30 = !{!7, !8, i64 112} !31 = !{!7, !8, i64 116} !32 = !{!7, !8, i64 108} !33 = !{!7, !8, i64 104} !34 = !{!7, !12, i64 88} !35 = !{!7, !11, i64 96} !36 = !{!8, !8, i64 0} !37 = !{!7, !12, i64 48}
postgres_src_backend_utils_cache_extr_plancache.c_RevalidateCachedQuery
; ModuleID = 'AnghaBench/reactos/dll/3rdparty/libtiff/extr_tif_dumpmode.c_DumpModeSeek.c' source_filename = "AnghaBench/reactos/dll/3rdparty/libtiff/extr_tif_dumpmode.c_DumpModeSeek.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 { i32, i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @DumpModeSeek], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable define internal noundef i32 @DumpModeSeek(ptr nocapture noundef %0, i32 noundef %1) #0 { %3 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 %4 = load i32, ptr %3, align 4, !tbaa !5 %5 = mul nsw i32 %4, %1 %6 = load i32, ptr %0, align 4, !tbaa !10 %7 = add nsw i32 %6, %5 store i32 %7, ptr %0, align 4, !tbaa !10 %8 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 2 %9 = load i32, ptr %8, align 4, !tbaa !11 %10 = sub nsw i32 %9, %5 store i32 %10, ptr %8, align 4, !tbaa !11 ret i32 1 } 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 4} !6 = !{!"TYPE_3__", !7, i64 0, !7, i64 4, !7, i64 8} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 0} !11 = !{!6, !7, i64 8}
; ModuleID = 'AnghaBench/reactos/dll/3rdparty/libtiff/extr_tif_dumpmode.c_DumpModeSeek.c' source_filename = "AnghaBench/reactos/dll/3rdparty/libtiff/extr_tif_dumpmode.c_DumpModeSeek.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 @DumpModeSeek], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) define internal noundef i32 @DumpModeSeek(ptr nocapture noundef %0, i32 noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %0, i64 4 %4 = load i32, ptr %3, align 4, !tbaa !6 %5 = mul nsw i32 %4, %1 %6 = load i32, ptr %0, align 4, !tbaa !11 %7 = add nsw i32 %6, %5 store i32 %7, ptr %0, align 4, !tbaa !11 %8 = getelementptr inbounds i8, ptr %0, i64 8 %9 = load i32, ptr %8, align 4, !tbaa !12 %10 = sub nsw i32 %9, %5 store i32 %10, ptr %8, align 4, !tbaa !12 ret i32 1 } 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 4} !7 = !{!"TYPE_3__", !8, i64 0, !8, i64 4, !8, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 0} !12 = !{!7, !8, i64 8}
reactos_dll_3rdparty_libtiff_extr_tif_dumpmode.c_DumpModeSeek
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/sfc/extr_falcon_xmac.c_falcon_poll_xmac.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/sfc/extr_falcon_xmac.c_falcon_poll_xmac.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.efx_nic = type { %struct.TYPE_2__, ptr } %struct.TYPE_2__ = type { i32 } ; Function Attrs: nounwind uwtable define dso_local void @falcon_poll_xmac(ptr noundef %0) local_unnamed_addr #0 { %2 = getelementptr inbounds %struct.efx_nic, ptr %0, i64 0, i32 1 %3 = load ptr, ptr %2, align 8, !tbaa !5 %4 = tail call i32 @EFX_WORKAROUND_5147(ptr noundef %0) #2 %5 = icmp eq i32 %4, 0 br i1 %5, label %17, label %6 6: ; preds = %1 %7 = load i32, ptr %0, align 8, !tbaa !12 %8 = icmp eq i32 %7, 0 br i1 %8, label %17, label %9 9: ; preds = %6 %10 = load i32, ptr %3, align 4, !tbaa !13 %11 = icmp eq i32 %10, 0 br i1 %11, label %17, label %12 12: ; preds = %9 %13 = tail call i32 @falcon_xmac_link_ok_retry(ptr noundef nonnull %0, i32 noundef 1) #2 %14 = icmp eq i32 %13, 0 %15 = zext i1 %14 to i32 store i32 %15, ptr %3, align 4, !tbaa !13 %16 = tail call i32 @falcon_ack_status_intr(ptr noundef nonnull %0) #2 br label %17 17: ; preds = %1, %6, %9, %12 ret void } declare i32 @EFX_WORKAROUND_5147(ptr noundef) local_unnamed_addr #1 declare i32 @falcon_xmac_link_ok_retry(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @falcon_ack_status_intr(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 8} !6 = !{!"efx_nic", !7, i64 0, !11, i64 8} !7 = !{!"TYPE_2__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!6, !8, i64 0} !13 = !{!14, !8, i64 0} !14 = !{!"falcon_nic_data", !8, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/sfc/extr_falcon_xmac.c_falcon_poll_xmac.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/sfc/extr_falcon_xmac.c_falcon_poll_xmac.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 @falcon_poll_xmac(ptr noundef %0) local_unnamed_addr #0 { %2 = getelementptr inbounds i8, ptr %0, i64 8 %3 = load ptr, ptr %2, align 8, !tbaa !6 %4 = tail call i32 @EFX_WORKAROUND_5147(ptr noundef %0) #2 %5 = icmp eq i32 %4, 0 br i1 %5, label %17, label %6 6: ; preds = %1 %7 = load i32, ptr %0, align 8, !tbaa !13 %8 = icmp eq i32 %7, 0 br i1 %8, label %17, label %9 9: ; preds = %6 %10 = load i32, ptr %3, align 4, !tbaa !14 %11 = icmp eq i32 %10, 0 br i1 %11, label %17, label %12 12: ; preds = %9 %13 = tail call i32 @falcon_xmac_link_ok_retry(ptr noundef nonnull %0, i32 noundef 1) #2 %14 = icmp eq i32 %13, 0 %15 = zext i1 %14 to i32 store i32 %15, ptr %3, align 4, !tbaa !14 %16 = tail call i32 @falcon_ack_status_intr(ptr noundef nonnull %0) #2 br label %17 17: ; preds = %1, %6, %9, %12 ret void } declare i32 @EFX_WORKAROUND_5147(ptr noundef) local_unnamed_addr #1 declare i32 @falcon_xmac_link_ok_retry(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @falcon_ack_status_intr(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 8} !7 = !{!"efx_nic", !8, i64 0, !12, i64 8} !8 = !{!"TYPE_2__", !9, i64 0} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"any pointer", !10, i64 0} !13 = !{!7, !9, i64 0} !14 = !{!15, !9, i64 0} !15 = !{!"falcon_nic_data", !9, i64 0}
fastsocket_kernel_drivers_net_sfc_extr_falcon_xmac.c_falcon_poll_xmac
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/s390/block/extr_dasd_devmap.c_dasd_use_diag_show.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/s390/block/extr_dasd_devmap.c_dasd_use_diag_show.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" @DASD_FEATURE_USEDIAG = dso_local local_unnamed_addr global i32 0, align 4 @DASD_FEATURE_DEFAULT = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [3 x i8] c"1\0A\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"0\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @dasd_use_diag_show], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @dasd_use_diag_show(ptr noundef %0, ptr nocapture readnone %1, ptr noundef %2) #0 { %4 = tail call i32 @dev_name(ptr noundef %0) #2 %5 = tail call ptr @dasd_find_busid(i32 noundef %4) #2 %6 = tail call i32 @IS_ERR(ptr noundef %5) #2 %7 = icmp eq i32 %6, 0 %8 = load i32, ptr @DASD_FEATURE_USEDIAG, align 4, !tbaa !5 %9 = select i1 %7, ptr %5, ptr @DASD_FEATURE_DEFAULT %10 = load i32, ptr %9, align 4, !tbaa !5 %11 = and i32 %8, %10 %12 = icmp eq i32 %11, 0 %13 = select i1 %12, ptr @.str.1, ptr @.str %14 = tail call i32 @sprintf(ptr noundef %2, ptr noundef nonnull %13) #2 ret i32 %14 } declare ptr @dasd_find_busid(i32 noundef) local_unnamed_addr #1 declare i32 @dev_name(ptr noundef) local_unnamed_addr #1 declare i32 @IS_ERR(ptr noundef) local_unnamed_addr #1 declare i32 @sprintf(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/fastsocket/kernel/drivers/s390/block/extr_dasd_devmap.c_dasd_use_diag_show.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/s390/block/extr_dasd_devmap.c_dasd_use_diag_show.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @DASD_FEATURE_USEDIAG = common local_unnamed_addr global i32 0, align 4 @DASD_FEATURE_DEFAULT = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [3 x i8] c"1\0A\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"0\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @dasd_use_diag_show], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @dasd_use_diag_show(ptr noundef %0, ptr nocapture readnone %1, ptr noundef %2) #0 { %4 = tail call i32 @dev_name(ptr noundef %0) #2 %5 = tail call ptr @dasd_find_busid(i32 noundef %4) #2 %6 = tail call i32 @IS_ERR(ptr noundef %5) #2 %7 = icmp eq i32 %6, 0 %8 = load i32, ptr @DASD_FEATURE_USEDIAG, align 4, !tbaa !6 %9 = select i1 %7, ptr %5, ptr @DASD_FEATURE_DEFAULT %10 = load i32, ptr %9, align 4, !tbaa !6 %11 = and i32 %8, %10 %12 = icmp eq i32 %11, 0 %13 = select i1 %12, ptr @.str.1, ptr @.str %14 = tail call i32 @sprintf(ptr noundef %2, ptr noundef nonnull %13) #2 ret i32 %14 } declare ptr @dasd_find_busid(i32 noundef) local_unnamed_addr #1 declare i32 @dev_name(ptr noundef) local_unnamed_addr #1 declare i32 @IS_ERR(ptr noundef) local_unnamed_addr #1 declare i32 @sprintf(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"}
fastsocket_kernel_drivers_s390_block_extr_dasd_devmap.c_dasd_use_diag_show
; ModuleID = 'AnghaBench/freebsd/sys/dev/xen/console/extr_xen_console.c_xencons_read_hypervisor.c' source_filename = "AnghaBench/freebsd/sys/dev/xen/console/extr_xen_console.c_xencons_read_hypervisor.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" @CONSOLEIO_read = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @xencons_read_hypervisor], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @xencons_read_hypervisor(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = tail call i32 @xencons_lock_assert(ptr noundef %0) #2 %5 = load i32, ptr @CONSOLEIO_read, align 4, !tbaa !5 %6 = tail call i32 @HYPERVISOR_console_io(i32 noundef %5, i32 noundef %2, ptr noundef %1) #2 ret i32 %6 } declare i32 @xencons_lock_assert(ptr noundef) local_unnamed_addr #1 declare i32 @HYPERVISOR_console_io(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/freebsd/sys/dev/xen/console/extr_xen_console.c_xencons_read_hypervisor.c' source_filename = "AnghaBench/freebsd/sys/dev/xen/console/extr_xen_console.c_xencons_read_hypervisor.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @CONSOLEIO_read = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @xencons_read_hypervisor], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @xencons_read_hypervisor(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = tail call i32 @xencons_lock_assert(ptr noundef %0) #2 %5 = load i32, ptr @CONSOLEIO_read, align 4, !tbaa !6 %6 = tail call i32 @HYPERVISOR_console_io(i32 noundef %5, i32 noundef %2, ptr noundef %1) #2 ret i32 %6 } declare i32 @xencons_lock_assert(ptr noundef) local_unnamed_addr #1 declare i32 @HYPERVISOR_console_io(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"}
freebsd_sys_dev_xen_console_extr_xen_console.c_xencons_read_hypervisor
; ModuleID = 'AnghaBench/linux/drivers/platform/x86/extr_intel_menlow.c_aux0_store.c' source_filename = "AnghaBench/linux/drivers/platform/x86/extr_intel_menlow.c_aux0_store.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 @aux0_store], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @aux0_store(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3) #0 { %5 = tail call i32 @aux_store(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3, i32 noundef 0) #2 ret i32 %5 } declare i32 @aux_store(ptr noundef, ptr noundef, 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)"}
; ModuleID = 'AnghaBench/linux/drivers/platform/x86/extr_intel_menlow.c_aux0_store.c' source_filename = "AnghaBench/linux/drivers/platform/x86/extr_intel_menlow.c_aux0_store.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 @aux0_store], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @aux0_store(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3) #0 { %5 = tail call i32 @aux_store(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3, i32 noundef 0) #2 ret i32 %5 } declare i32 @aux_store(ptr noundef, ptr noundef, 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)"}
linux_drivers_platform_x86_extr_intel_menlow.c_aux0_store
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/bridge/synopsys/extr_dw-hdmi.c_dw_hdmi_poweroff.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/bridge/synopsys/extr_dw-hdmi.c_dw_hdmi_poweroff.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.dw_hdmi = type { i32, %struct.TYPE_4__ } %struct.TYPE_4__ = type { i32, i32, ptr } @llvm.compiler.used = appending global [1 x ptr] [ptr @dw_hdmi_poweroff], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @dw_hdmi_poweroff(ptr noundef %0) #0 { %2 = getelementptr inbounds %struct.dw_hdmi, ptr %0, i64 0, i32 1 %3 = load i32, ptr %2, align 8, !tbaa !5 %4 = icmp eq i32 %3, 0 br i1 %4, label %12, label %5 5: ; preds = %1 %6 = getelementptr inbounds %struct.dw_hdmi, ptr %0, i64 0, i32 1, i32 2 %7 = load ptr, ptr %6, align 8, !tbaa !12 %8 = load ptr, ptr %7, align 8, !tbaa !13 %9 = getelementptr inbounds %struct.dw_hdmi, ptr %0, i64 0, i32 1, i32 1 %10 = load i32, ptr %9, align 4, !tbaa !15 %11 = tail call i32 %8(ptr noundef nonnull %0, i32 noundef %10) #1 store i32 0, ptr %2, align 8, !tbaa !5 br label %12 12: ; preds = %5, %1 store i32 0, ptr %0, align 8, !tbaa !16 ret void } 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 = { 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 = !{!"dw_hdmi", !7, i64 0, !10, i64 8} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"TYPE_4__", !7, i64 0, !7, i64 4, !11, i64 8} !11 = !{!"any pointer", !8, i64 0} !12 = !{!6, !11, i64 16} !13 = !{!14, !11, i64 0} !14 = !{!"TYPE_3__", !11, i64 0} !15 = !{!6, !7, i64 12} !16 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/bridge/synopsys/extr_dw-hdmi.c_dw_hdmi_poweroff.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/bridge/synopsys/extr_dw-hdmi.c_dw_hdmi_poweroff.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 @dw_hdmi_poweroff], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @dw_hdmi_poweroff(ptr noundef %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 8 %3 = load i32, ptr %2, align 8, !tbaa !6 %4 = icmp eq i32 %3, 0 br i1 %4, label %12, label %5 5: ; preds = %1 %6 = getelementptr inbounds i8, ptr %0, i64 16 %7 = load ptr, ptr %6, align 8, !tbaa !13 %8 = load ptr, ptr %7, align 8, !tbaa !14 %9 = getelementptr inbounds i8, ptr %0, i64 12 %10 = load i32, ptr %9, align 4, !tbaa !16 %11 = tail call i32 %8(ptr noundef nonnull %0, i32 noundef %10) #1 store i32 0, ptr %2, align 8, !tbaa !6 br label %12 12: ; preds = %5, %1 store i32 0, ptr %0, align 8, !tbaa !17 ret void } 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 = { 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 = !{!"dw_hdmi", !8, i64 0, !11, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"TYPE_4__", !8, i64 0, !8, i64 4, !12, i64 8} !12 = !{!"any pointer", !9, i64 0} !13 = !{!7, !12, i64 16} !14 = !{!15, !12, i64 0} !15 = !{!"TYPE_3__", !12, i64 0} !16 = !{!7, !8, i64 12} !17 = !{!7, !8, i64 0}
linux_drivers_gpu_drm_bridge_synopsys_extr_dw-hdmi.c_dw_hdmi_poweroff
; ModuleID = 'AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_get_pristine_contents.c' source_filename = "AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_get_pristine_contents.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 ptr @svn_wc_get_pristine_contents(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) local_unnamed_addr #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %6) #3 %7 = call i32 @svn_wc_context_create(ptr noundef nonnull %5, ptr noundef null, ptr noundef %3, ptr noundef %3) #3 %8 = call i32 @SVN_ERR(i32 noundef %7) #3 %9 = call i32 @svn_dirent_get_absolute(ptr noundef nonnull %6, ptr noundef %1, ptr noundef %3) #3 %10 = call i32 @SVN_ERR(i32 noundef %9) #3 %11 = load ptr, ptr %5, align 8, !tbaa !5 %12 = load ptr, ptr %6, align 8, !tbaa !5 %13 = call i32 @svn_wc_get_pristine_contents2(ptr noundef %0, ptr noundef %11, ptr noundef %12, ptr noundef %2, ptr noundef %3) #3 %14 = call i32 @SVN_ERR(i32 noundef %13) #3 %15 = load ptr, ptr %5, align 8, !tbaa !5 %16 = call i32 @svn_wc_context_destroy(ptr noundef %15) #3 %17 = call ptr @svn_error_trace(i32 noundef %16) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %6) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %5) #3 ret ptr %17 } ; 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(i32 noundef) local_unnamed_addr #2 declare i32 @svn_wc_context_create(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @svn_dirent_get_absolute(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @svn_wc_get_pristine_contents2(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare ptr @svn_error_trace(i32 noundef) local_unnamed_addr #2 declare i32 @svn_wc_context_destroy(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"}
; ModuleID = 'AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_get_pristine_contents.c' source_filename = "AnghaBench/freebsd/contrib/subversion/subversion/libsvn_wc/extr_deprecated.c_svn_wc_get_pristine_contents.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 ptr @svn_wc_get_pristine_contents(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) local_unnamed_addr #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %5) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %6) #3 %7 = call i32 @svn_wc_context_create(ptr noundef nonnull %5, ptr noundef null, ptr noundef %3, ptr noundef %3) #3 %8 = call i32 @SVN_ERR(i32 noundef %7) #3 %9 = call i32 @svn_dirent_get_absolute(ptr noundef nonnull %6, ptr noundef %1, ptr noundef %3) #3 %10 = call i32 @SVN_ERR(i32 noundef %9) #3 %11 = load ptr, ptr %5, align 8, !tbaa !6 %12 = load ptr, ptr %6, align 8, !tbaa !6 %13 = call i32 @svn_wc_get_pristine_contents2(ptr noundef %0, ptr noundef %11, ptr noundef %12, ptr noundef %2, ptr noundef %3) #3 %14 = call i32 @SVN_ERR(i32 noundef %13) #3 %15 = load ptr, ptr %5, align 8, !tbaa !6 %16 = call i32 @svn_wc_context_destroy(ptr noundef %15) #3 %17 = call ptr @svn_error_trace(i32 noundef %16) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %6) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %5) #3 ret ptr %17 } ; 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(i32 noundef) local_unnamed_addr #2 declare i32 @svn_wc_context_create(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @svn_dirent_get_absolute(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @svn_wc_get_pristine_contents2(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare ptr @svn_error_trace(i32 noundef) local_unnamed_addr #2 declare i32 @svn_wc_context_destroy(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"}
freebsd_contrib_subversion_subversion_libsvn_wc_extr_deprecated.c_svn_wc_get_pristine_contents
; ModuleID = 'AnghaBench/systemd/src/shared/extr_calendarspec.c_calendar_spec_free.c' source_filename = "AnghaBench/systemd/src/shared/extr_calendarspec.c_calendar_spec_free.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 { i32, i32, i32, i32, i32, i32, i32 } ; Function Attrs: nounwind uwtable define dso_local ptr @calendar_spec_free(ptr noundef %0) local_unnamed_addr #0 { %2 = icmp eq ptr %0, null br i1 %2, label %25, label %3 3: ; preds = %1 %4 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 6 %5 = load i32, ptr %4, align 4, !tbaa !5 %6 = tail call i32 @chain_free(i32 noundef %5) #2 %7 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 5 %8 = load i32, ptr %7, align 4, !tbaa !10 %9 = tail call i32 @chain_free(i32 noundef %8) #2 %10 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 4 %11 = load i32, ptr %10, align 4, !tbaa !11 %12 = tail call i32 @chain_free(i32 noundef %11) #2 %13 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 3 %14 = load i32, ptr %13, align 4, !tbaa !12 %15 = tail call i32 @chain_free(i32 noundef %14) #2 %16 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 2 %17 = load i32, ptr %16, align 4, !tbaa !13 %18 = tail call i32 @chain_free(i32 noundef %17) #2 %19 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 1 %20 = load i32, ptr %19, align 4, !tbaa !14 %21 = tail call i32 @chain_free(i32 noundef %20) #2 %22 = load i32, ptr %0, align 4, !tbaa !15 %23 = tail call i32 @free(i32 noundef %22) #2 %24 = tail call ptr @mfree(ptr noundef nonnull %0) #2 br label %25 25: ; preds = %1, %3 %26 = phi ptr [ %24, %3 ], [ null, %1 ] ret ptr %26 } declare i32 @chain_free(i32 noundef) local_unnamed_addr #1 declare i32 @free(i32 noundef) local_unnamed_addr #1 declare ptr @mfree(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 24} !6 = !{!"TYPE_6__", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12, !7, i64 16, !7, i64 20, !7, i64 24} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 20} !11 = !{!6, !7, i64 16} !12 = !{!6, !7, i64 12} !13 = !{!6, !7, i64 8} !14 = !{!6, !7, i64 4} !15 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/systemd/src/shared/extr_calendarspec.c_calendar_spec_free.c' source_filename = "AnghaBench/systemd/src/shared/extr_calendarspec.c_calendar_spec_free.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 ptr @calendar_spec_free(ptr noundef %0) local_unnamed_addr #0 { %2 = icmp eq ptr %0, null br i1 %2, label %25, label %3 3: ; preds = %1 %4 = getelementptr inbounds i8, ptr %0, i64 24 %5 = load i32, ptr %4, align 4, !tbaa !6 %6 = tail call i32 @chain_free(i32 noundef %5) #2 %7 = getelementptr inbounds i8, ptr %0, i64 20 %8 = load i32, ptr %7, align 4, !tbaa !11 %9 = tail call i32 @chain_free(i32 noundef %8) #2 %10 = getelementptr inbounds i8, ptr %0, i64 16 %11 = load i32, ptr %10, align 4, !tbaa !12 %12 = tail call i32 @chain_free(i32 noundef %11) #2 %13 = getelementptr inbounds i8, ptr %0, i64 12 %14 = load i32, ptr %13, align 4, !tbaa !13 %15 = tail call i32 @chain_free(i32 noundef %14) #2 %16 = getelementptr inbounds i8, ptr %0, i64 8 %17 = load i32, ptr %16, align 4, !tbaa !14 %18 = tail call i32 @chain_free(i32 noundef %17) #2 %19 = getelementptr inbounds i8, ptr %0, i64 4 %20 = load i32, ptr %19, align 4, !tbaa !15 %21 = tail call i32 @chain_free(i32 noundef %20) #2 %22 = load i32, ptr %0, align 4, !tbaa !16 %23 = tail call i32 @free(i32 noundef %22) #2 %24 = tail call ptr @mfree(ptr noundef nonnull %0) #2 br label %25 25: ; preds = %1, %3 %26 = phi ptr [ %24, %3 ], [ null, %1 ] ret ptr %26 } declare i32 @chain_free(i32 noundef) local_unnamed_addr #1 declare i32 @free(i32 noundef) local_unnamed_addr #1 declare ptr @mfree(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 24} !7 = !{!"TYPE_6__", !8, i64 0, !8, i64 4, !8, i64 8, !8, i64 12, !8, i64 16, !8, i64 20, !8, i64 24} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 20} !12 = !{!7, !8, i64 16} !13 = !{!7, !8, i64 12} !14 = !{!7, !8, i64 8} !15 = !{!7, !8, i64 4} !16 = !{!7, !8, i64 0}
systemd_src_shared_extr_calendarspec.c_calendar_spec_free
; ModuleID = 'AnghaBench/linux/drivers/infiniband/core/extr_cm_msgs.h_cm_lap_set_subnet_local.c' source_filename = "AnghaBench/linux/drivers/infiniband/core/extr_cm_msgs.h_cm_lap_set_subnet_local.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.cm_lap_msg = type { i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @cm_lap_set_subnet_local], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable define internal void @cm_lap_set_subnet_local(ptr nocapture noundef %0, i32 noundef %1) #0 { %3 = shl i32 %1, 3 %4 = and i32 %3, 8 %5 = getelementptr inbounds %struct.cm_lap_msg, ptr %0, i64 0, i32 1 %6 = load i32, ptr %5, align 4, !tbaa !5 %7 = and i32 %6, 247 %8 = or disjoint i32 %7, %4 store i32 %8, ptr %0, align 4, !tbaa !10 ret void } attributes #0 = { inlinehint 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 4} !6 = !{!"cm_lap_msg", !7, i64 0, !7, i64 4} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/infiniband/core/extr_cm_msgs.h_cm_lap_set_subnet_local.c' source_filename = "AnghaBench/linux/drivers/infiniband/core/extr_cm_msgs.h_cm_lap_set_subnet_local.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 @cm_lap_set_subnet_local], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) define internal void @cm_lap_set_subnet_local(ptr nocapture noundef %0, i32 noundef %1) #0 { %3 = shl i32 %1, 3 %4 = and i32 %3, 8 %5 = getelementptr inbounds i8, ptr %0, i64 4 %6 = load i32, ptr %5, align 4, !tbaa !6 %7 = and i32 %6, 247 %8 = or disjoint i32 %7, %4 store i32 %8, ptr %0, align 4, !tbaa !11 ret void } attributes #0 = { inlinehint 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 4} !7 = !{!"cm_lap_msg", !8, i64 0, !8, i64 4} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 0}
linux_drivers_infiniband_core_extr_cm_msgs.h_cm_lap_set_subnet_local
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/extr_upd64083.c_upd64083_log_status.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/extr_upd64083.c_upd64083_log_status.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 [79 x i8] c"Status: SA00=%02x SA01=%02x SA02=%02x SA03=%02x SA04=%02x SA05=%02x SA06=%02x\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @upd64083_log_status], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @upd64083_log_status(ptr noundef %0) #0 { %2 = alloca [7 x i32], align 16 %3 = tail call ptr @v4l2_get_subdevdata(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 28, ptr nonnull %2) #3 %4 = call i32 @i2c_master_recv(ptr noundef %3, ptr noundef nonnull %2, i32 noundef 7) #3 %5 = load i32, ptr %2, align 16, !tbaa !5 %6 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 1 %7 = load i32, ptr %6, align 4, !tbaa !5 %8 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 2 %9 = load i32, ptr %8, align 8, !tbaa !5 %10 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 3 %11 = load i32, ptr %10, align 4, !tbaa !5 %12 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 4 %13 = load i32, ptr %12, align 16, !tbaa !5 %14 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 5 %15 = load i32, ptr %14, align 4, !tbaa !5 %16 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 6 %17 = load i32, ptr %16, align 8, !tbaa !5 %18 = call i32 @v4l2_info(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef %5, i32 noundef %7, i32 noundef %9, i32 noundef %11, i32 noundef %13, i32 noundef %15, i32 noundef %17) #3 call void @llvm.lifetime.end.p0(i64 28, ptr nonnull %2) #3 ret i32 0 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @v4l2_get_subdevdata(ptr noundef) local_unnamed_addr #2 declare i32 @i2c_master_recv(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @v4l2_info(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 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, !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/extr_upd64083.c_upd64083_log_status.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/extr_upd64083.c_upd64083_log_status.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 [79 x i8] c"Status: SA00=%02x SA01=%02x SA02=%02x SA03=%02x SA04=%02x SA05=%02x SA06=%02x\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @upd64083_log_status], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @upd64083_log_status(ptr noundef %0) #0 { %2 = alloca [7 x i32], align 4 %3 = tail call ptr @v4l2_get_subdevdata(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 28, ptr nonnull %2) #3 %4 = call i32 @i2c_master_recv(ptr noundef %3, ptr noundef nonnull %2, i32 noundef 7) #3 %5 = load i32, ptr %2, align 4, !tbaa !6 %6 = getelementptr inbounds i8, ptr %2, i64 4 %7 = load i32, ptr %6, align 4, !tbaa !6 %8 = getelementptr inbounds i8, ptr %2, i64 8 %9 = load i32, ptr %8, align 4, !tbaa !6 %10 = getelementptr inbounds i8, ptr %2, i64 12 %11 = load i32, ptr %10, align 4, !tbaa !6 %12 = getelementptr inbounds i8, ptr %2, i64 16 %13 = load i32, ptr %12, align 4, !tbaa !6 %14 = getelementptr inbounds i8, ptr %2, i64 20 %15 = load i32, ptr %14, align 4, !tbaa !6 %16 = getelementptr inbounds i8, ptr %2, i64 24 %17 = load i32, ptr %16, align 4, !tbaa !6 %18 = call i32 @v4l2_info(ptr noundef %0, ptr noundef nonnull @.str, i32 noundef %5, i32 noundef %7, i32 noundef %9, i32 noundef %11, i32 noundef %13, i32 noundef %15, i32 noundef %17) #3 call void @llvm.lifetime.end.p0(i64 28, ptr nonnull %2) #3 ret i32 0 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @v4l2_get_subdevdata(ptr noundef) local_unnamed_addr #2 declare i32 @i2c_master_recv(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @v4l2_info(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_media_video_extr_upd64083.c_upd64083_log_status
; ModuleID = 'AnghaBench/freebsd/usr.sbin/config/extr_main.c_get_srcdir.c' source_filename = "AnghaBench/freebsd/usr.sbin/config/extr_main.c_get_srcdir.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.stat = type { i64, i64 } @.str = private unnamed_addr constant [6 x i8] c"../..\00", align 1 @srcdir = dso_local local_unnamed_addr global ptr null, align 8 @EXIT_FAILURE = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [35 x i8] c"Unable to find root of source tree\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"PWD\00", align 1 @MAXPATHLEN = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @get_srcdir], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @get_srcdir() #0 { %1 = alloca %struct.stat, align 8 %2 = alloca %struct.stat, align 8 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %1) #6 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %2) #6 %3 = load ptr, ptr @srcdir, align 8, !tbaa !5 %4 = tail call ptr @realpath(ptr noundef nonnull @.str, ptr noundef %3) %5 = icmp eq ptr %4, null br i1 %5, label %6, label %9 6: ; preds = %0 %7 = load i32, ptr @EXIT_FAILURE, align 4, !tbaa !9 %8 = tail call i32 @err(i32 noundef %7, ptr noundef nonnull @.str.1) #6 br label %9 9: ; preds = %6, %0 %10 = tail call ptr @getenv(ptr noundef nonnull @.str.2) %11 = icmp eq ptr %10, null br i1 %11, label %47, label %12 12: ; preds = %9 %13 = load i8, ptr %10, align 1, !tbaa !11 %14 = icmp eq i8 %13, 47 br i1 %14, label %15, label %47 15: ; preds = %12 %16 = tail call ptr @strdup(ptr noundef nonnull %10) %17 = icmp eq ptr %16, null br i1 %17, label %47, label %18 18: ; preds = %15 %19 = tail call ptr @strrchr(ptr noundef nonnull %16, i8 noundef signext 47) #6 %20 = icmp eq ptr %19, null br i1 %20, label %45, label %21 21: ; preds = %18 store i8 0, ptr %19, align 1, !tbaa !11 %22 = tail call ptr @strrchr(ptr noundef nonnull %16, i8 noundef signext 47) #6 %23 = icmp eq ptr %22, null br i1 %23, label %45, label %24 24: ; preds = %21 store i8 0, ptr %22, align 1, !tbaa !11 %25 = call i32 @stat(ptr noundef nonnull %16, ptr noundef nonnull %1) %26 = icmp eq i32 %25, -1 br i1 %26, label %45, label %27 27: ; preds = %24 %28 = load ptr, ptr @srcdir, align 8, !tbaa !5 %29 = call i32 @stat(ptr noundef %28, ptr noundef nonnull %2) %30 = icmp eq i32 %29, -1 br i1 %30, label %45, label %31 31: ; preds = %27 %32 = load i64, ptr %1, align 8, !tbaa !12 %33 = load i64, ptr %2, align 8, !tbaa !12 %34 = icmp eq i64 %32, %33 br i1 %34, label %35, label %45 35: ; preds = %31 %36 = getelementptr inbounds %struct.stat, ptr %1, i64 0, i32 1 %37 = load i64, ptr %36, align 8, !tbaa !15 %38 = getelementptr inbounds %struct.stat, ptr %2, i64 0, i32 1 %39 = load i64, ptr %38, align 8, !tbaa !15 %40 = icmp eq i64 %37, %39 br i1 %40, label %41, label %45 41: ; preds = %35 %42 = load ptr, ptr @srcdir, align 8, !tbaa !5 %43 = load i32, ptr @MAXPATHLEN, align 4, !tbaa !9 %44 = tail call i32 @strlcpy(ptr noundef %42, ptr noundef nonnull %16, i32 noundef %43) #6 br label %45 45: ; preds = %24, %27, %31, %35, %41, %18, %21 %46 = tail call i32 @free(ptr noundef nonnull %16) #6 br label %47 47: ; preds = %45, %9, %12, %15 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %2) #6 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %1) #6 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 ; Function Attrs: nofree nounwind declare noundef ptr @realpath(ptr nocapture noundef readonly, ptr noundef) local_unnamed_addr #2 declare i32 @err(i32 noundef, ptr noundef) local_unnamed_addr #3 ; Function Attrs: nofree nounwind memory(read) declare noundef ptr @getenv(ptr nocapture noundef) local_unnamed_addr #4 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #5 declare ptr @strrchr(ptr noundef, i8 noundef signext) local_unnamed_addr #3 declare i32 @free(ptr noundef) local_unnamed_addr #3 ; Function Attrs: nofree nounwind declare noundef i32 @stat(ptr nocapture noundef readonly, ptr nocapture noundef) local_unnamed_addr #2 declare i32 @strlcpy(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #3 ; 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 = { nofree nounwind "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 = { "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 = { nofree nounwind memory(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 #5 = { 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 #6 = { 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} !11 = !{!7, !7, i64 0} !12 = !{!13, !14, i64 0} !13 = !{!"stat", !14, i64 0, !14, i64 8} !14 = !{!"long", !7, i64 0} !15 = !{!13, !14, i64 8}
; ModuleID = 'AnghaBench/freebsd/usr.sbin/config/extr_main.c_get_srcdir.c' source_filename = "AnghaBench/freebsd/usr.sbin/config/extr_main.c_get_srcdir.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.stat = type { i64, i64 } @.str = private unnamed_addr constant [6 x i8] c"../..\00", align 1 @srcdir = common local_unnamed_addr global ptr null, align 8 @EXIT_FAILURE = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [35 x i8] c"Unable to find root of source tree\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"PWD\00", align 1 @MAXPATHLEN = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @get_srcdir], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @get_srcdir() #0 { %1 = alloca %struct.stat, align 8 %2 = alloca %struct.stat, align 8 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %1) #6 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %2) #6 %3 = load ptr, ptr @srcdir, align 8, !tbaa !6 %4 = tail call ptr @realpath(ptr noundef nonnull @.str, ptr noundef %3) %5 = icmp eq ptr %4, null br i1 %5, label %6, label %9 6: ; preds = %0 %7 = load i32, ptr @EXIT_FAILURE, align 4, !tbaa !10 %8 = tail call i32 @err(i32 noundef %7, ptr noundef nonnull @.str.1) #6 br label %9 9: ; preds = %6, %0 %10 = tail call ptr @getenv(ptr noundef nonnull @.str.2) %11 = icmp eq ptr %10, null br i1 %11, label %47, label %12 12: ; preds = %9 %13 = load i8, ptr %10, align 1, !tbaa !12 %14 = icmp eq i8 %13, 47 br i1 %14, label %15, label %47 15: ; preds = %12 %16 = tail call ptr @strdup(ptr noundef nonnull %10) %17 = icmp eq ptr %16, null br i1 %17, label %47, label %18 18: ; preds = %15 %19 = tail call ptr @strrchr(ptr noundef nonnull %16, i8 noundef signext 47) #6 %20 = icmp eq ptr %19, null br i1 %20, label %45, label %21 21: ; preds = %18 store i8 0, ptr %19, align 1, !tbaa !12 %22 = tail call ptr @strrchr(ptr noundef nonnull %16, i8 noundef signext 47) #6 %23 = icmp eq ptr %22, null br i1 %23, label %45, label %24 24: ; preds = %21 store i8 0, ptr %22, align 1, !tbaa !12 %25 = call i32 @stat(ptr noundef nonnull %16, ptr noundef nonnull %1) %26 = icmp eq i32 %25, -1 br i1 %26, label %45, label %27 27: ; preds = %24 %28 = load ptr, ptr @srcdir, align 8, !tbaa !6 %29 = call i32 @stat(ptr noundef %28, ptr noundef nonnull %2) %30 = icmp eq i32 %29, -1 br i1 %30, label %45, label %31 31: ; preds = %27 %32 = load i64, ptr %1, align 8, !tbaa !13 %33 = load i64, ptr %2, align 8, !tbaa !13 %34 = icmp eq i64 %32, %33 br i1 %34, label %35, label %45 35: ; preds = %31 %36 = getelementptr inbounds i8, ptr %1, i64 8 %37 = load i64, ptr %36, align 8, !tbaa !16 %38 = getelementptr inbounds i8, ptr %2, i64 8 %39 = load i64, ptr %38, align 8, !tbaa !16 %40 = icmp eq i64 %37, %39 br i1 %40, label %41, label %45 41: ; preds = %35 %42 = load ptr, ptr @srcdir, align 8, !tbaa !6 %43 = load i32, ptr @MAXPATHLEN, align 4, !tbaa !10 %44 = tail call i32 @strlcpy(ptr noundef %42, ptr noundef nonnull %16, i32 noundef %43) #6 br label %45 45: ; preds = %24, %27, %31, %35, %41, %18, %21 %46 = tail call i32 @free(ptr noundef nonnull %16) #6 br label %47 47: ; preds = %45, %9, %12, %15 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %2) #6 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %1) #6 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 ; Function Attrs: nofree nounwind declare noundef ptr @realpath(ptr nocapture noundef readonly, ptr noundef) local_unnamed_addr #2 declare i32 @err(i32 noundef, ptr noundef) local_unnamed_addr #3 ; Function Attrs: nofree nounwind memory(read) declare noundef ptr @getenv(ptr nocapture noundef) local_unnamed_addr #4 ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: readwrite, inaccessiblemem: readwrite) declare noalias ptr @strdup(ptr nocapture noundef readonly) local_unnamed_addr #5 declare ptr @strrchr(ptr noundef, i8 noundef signext) local_unnamed_addr #3 declare i32 @free(ptr noundef) local_unnamed_addr #3 ; Function Attrs: nofree nounwind declare noundef i32 @stat(ptr nocapture noundef readonly, ptr nocapture noundef) local_unnamed_addr #2 declare i32 @strlcpy(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #3 ; 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 = { nofree nounwind "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 = { "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 #4 = { nofree nounwind memory(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 #5 = { 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 #6 = { 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} !12 = !{!8, !8, i64 0} !13 = !{!14, !15, i64 0} !14 = !{!"stat", !15, i64 0, !15, i64 8} !15 = !{!"long", !8, i64 0} !16 = !{!14, !15, i64 8}
freebsd_usr.sbin_config_extr_main.c_get_srcdir
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/chelsio/cxgb4/extr_cxgb4_debugfs.c_sge_queue_entries.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/chelsio/cxgb4/extr_cxgb4_debugfs.c_sge_queue_entries.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" @uld_mutex = dso_local global i32 0, align 4 @CXGB4_TX_MAX = dso_local local_unnamed_addr global i32 0, align 4 @CXGB4_ULD_MAX = dso_local local_unnamed_addr global i32 0, align 4 @MAX_CTRL_QUEUES = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @sge_queue_entries], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @sge_queue_entries(ptr noundef %0) #0 { %2 = tail call i32 @mutex_lock(ptr noundef nonnull @uld_mutex) #2 %3 = load i32, ptr @CXGB4_TX_MAX, align 4, !tbaa !5 %4 = icmp sgt i32 %3, 0 br i1 %4, label %9, label %5 5: ; preds = %9, %1 %6 = phi i32 [ 0, %1 ], [ %14, %9 ] %7 = load i32, ptr @CXGB4_ULD_MAX, align 4, !tbaa !5 %8 = icmp sgt i32 %7, 0 br i1 %8, label %18, label %30 9: ; preds = %1, %9 %10 = phi i32 [ %15, %9 ], [ 0, %1 ] %11 = phi i32 [ %14, %9 ], [ 0, %1 ] %12 = tail call i64 @sge_qinfo_uld_txq_entries(ptr noundef %0, i32 noundef %10) #2 %13 = trunc i64 %12 to i32 %14 = add i32 %11, %13 %15 = add nuw nsw i32 %10, 1 %16 = load i32, ptr @CXGB4_TX_MAX, align 4, !tbaa !5 %17 = icmp slt i32 %15, %16 br i1 %17, label %9, label %5, !llvm.loop !9 18: ; preds = %5, %18 %19 = phi i32 [ %27, %18 ], [ 0, %5 ] %20 = phi i32 [ %26, %18 ], [ %6, %5 ] %21 = tail call i64 @sge_qinfo_uld_rxq_entries(ptr noundef %0, i32 noundef %19) #2 %22 = trunc i64 %21 to i32 %23 = add i32 %20, %22 %24 = tail call i64 @sge_qinfo_uld_ciq_entries(ptr noundef %0, i32 noundef %19) #2 %25 = trunc i64 %24 to i32 %26 = add i32 %23, %25 %27 = add nuw nsw i32 %19, 1 %28 = load i32, ptr @CXGB4_ULD_MAX, align 4, !tbaa !5 %29 = icmp slt i32 %27, %28 br i1 %29, label %18, label %30, !llvm.loop !11 30: ; preds = %18, %5 %31 = phi i32 [ %6, %5 ], [ %26, %18 ] %32 = tail call i32 @mutex_unlock(ptr noundef nonnull @uld_mutex) #2 %33 = load i32, ptr %0, align 4, !tbaa !12 %34 = tail call i32 @DIV_ROUND_UP(i32 noundef %33, i32 noundef 4) #2 %35 = load i32, ptr @MAX_CTRL_QUEUES, align 4, !tbaa !5 %36 = tail call i32 @DIV_ROUND_UP(i32 noundef %35, i32 noundef 4) #2 %37 = add i32 %31, 1 %38 = add i32 %37, %34 %39 = add i32 %38, %36 ret i32 %39 } declare i32 @mutex_lock(ptr noundef) local_unnamed_addr #1 declare i64 @sge_qinfo_uld_txq_entries(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @sge_qinfo_uld_rxq_entries(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @sge_qinfo_uld_ciq_entries(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mutex_unlock(ptr noundef) local_unnamed_addr #1 declare i32 @DIV_ROUND_UP(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 = distinct !{!9, !10} !10 = !{!"llvm.loop.mustprogress"} !11 = distinct !{!11, !10} !12 = !{!13, !6, i64 0} !13 = !{!"adapter", !14, i64 0} !14 = !{!"TYPE_2__", !6, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/chelsio/cxgb4/extr_cxgb4_debugfs.c_sge_queue_entries.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/chelsio/cxgb4/extr_cxgb4_debugfs.c_sge_queue_entries.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @uld_mutex = common global i32 0, align 4 @CXGB4_TX_MAX = common local_unnamed_addr global i32 0, align 4 @CXGB4_ULD_MAX = common local_unnamed_addr global i32 0, align 4 @MAX_CTRL_QUEUES = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @sge_queue_entries], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @sge_queue_entries(ptr noundef %0) #0 { %2 = tail call i32 @mutex_lock(ptr noundef nonnull @uld_mutex) #2 %3 = load i32, ptr @CXGB4_TX_MAX, align 4, !tbaa !6 %4 = icmp sgt i32 %3, 0 br i1 %4, label %9, label %5 5: ; preds = %9, %1 %6 = phi i32 [ 0, %1 ], [ %14, %9 ] %7 = load i32, ptr @CXGB4_ULD_MAX, align 4, !tbaa !6 %8 = icmp sgt i32 %7, 0 br i1 %8, label %18, label %30 9: ; preds = %1, %9 %10 = phi i32 [ %15, %9 ], [ 0, %1 ] %11 = phi i32 [ %14, %9 ], [ 0, %1 ] %12 = tail call i64 @sge_qinfo_uld_txq_entries(ptr noundef %0, i32 noundef %10) #2 %13 = trunc i64 %12 to i32 %14 = add i32 %11, %13 %15 = add nuw nsw i32 %10, 1 %16 = load i32, ptr @CXGB4_TX_MAX, align 4, !tbaa !6 %17 = icmp slt i32 %15, %16 br i1 %17, label %9, label %5, !llvm.loop !10 18: ; preds = %5, %18 %19 = phi i32 [ %27, %18 ], [ 0, %5 ] %20 = phi i32 [ %26, %18 ], [ %6, %5 ] %21 = tail call i64 @sge_qinfo_uld_rxq_entries(ptr noundef %0, i32 noundef %19) #2 %22 = trunc i64 %21 to i32 %23 = add i32 %20, %22 %24 = tail call i64 @sge_qinfo_uld_ciq_entries(ptr noundef %0, i32 noundef %19) #2 %25 = trunc i64 %24 to i32 %26 = add i32 %23, %25 %27 = add nuw nsw i32 %19, 1 %28 = load i32, ptr @CXGB4_ULD_MAX, align 4, !tbaa !6 %29 = icmp slt i32 %27, %28 br i1 %29, label %18, label %30, !llvm.loop !12 30: ; preds = %18, %5 %31 = phi i32 [ %6, %5 ], [ %26, %18 ] %32 = tail call i32 @mutex_unlock(ptr noundef nonnull @uld_mutex) #2 %33 = load i32, ptr %0, align 4, !tbaa !13 %34 = tail call i32 @DIV_ROUND_UP(i32 noundef %33, i32 noundef 4) #2 %35 = load i32, ptr @MAX_CTRL_QUEUES, align 4, !tbaa !6 %36 = tail call i32 @DIV_ROUND_UP(i32 noundef %35, i32 noundef 4) #2 %37 = add i32 %31, 1 %38 = add i32 %37, %34 %39 = add i32 %38, %36 ret i32 %39 } declare i32 @mutex_lock(ptr noundef) local_unnamed_addr #1 declare i64 @sge_qinfo_uld_txq_entries(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @sge_qinfo_uld_rxq_entries(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i64 @sge_qinfo_uld_ciq_entries(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @mutex_unlock(ptr noundef) local_unnamed_addr #1 declare i32 @DIV_ROUND_UP(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 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"} !12 = distinct !{!12, !11} !13 = !{!14, !7, i64 0} !14 = !{!"adapter", !15, i64 0} !15 = !{!"TYPE_2__", !7, i64 0}
linux_drivers_net_ethernet_chelsio_cxgb4_extr_cxgb4_debugfs.c_sge_queue_entries
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/amd/extr_declance.c_lance_start_xmit.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/amd/extr_declance.c_lance_start_xmit.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 { i32, ptr, i32, i32, ptr, ptr } %struct.net_device = type { %struct.TYPE_3__, i64 } %struct.TYPE_3__ = type { i32 } %struct.TYPE_4__ = type { i32, i32, i32 } %struct.sk_buff = type { i32, i32 } @ETH_ZLEN = dso_local local_unnamed_addr global i32 0, align 4 @NETDEV_TX_OK = dso_local local_unnamed_addr global i32 0, align 4 @btx_ring = dso_local local_unnamed_addr global ptr null, align 8 @LE_T1_POK = dso_local local_unnamed_addr global i32 0, align 4 @LE_T1_OWN = dso_local local_unnamed_addr global i32 0, align 4 @TX_RING_MOD_MASK = dso_local local_unnamed_addr global i32 0, align 4 @TX_BUFFS_AVAIL = dso_local local_unnamed_addr global i64 0, align 8 @LE_C0_INEA = dso_local local_unnamed_addr global i32 0, align 4 @LE_C0_TDMD = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @lance_start_xmit], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @lance_start_xmit(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @netdev_priv(ptr noundef %1) #2 %4 = getelementptr inbounds %struct.lance_private, ptr %3, i64 0, i32 5 %5 = load ptr, ptr %4, align 8, !tbaa !5 %6 = getelementptr inbounds %struct.net_device, ptr %1, i64 0, i32 1 %7 = load i64, ptr %6, align 8, !tbaa !11 %8 = inttoptr i64 %7 to ptr %9 = load i32, ptr %0, align 4, !tbaa !15 %10 = load i32, ptr @ETH_ZLEN, align 4, !tbaa !17 %11 = icmp slt i32 %9, %10 br i1 %11, label %12, label %17 12: ; preds = %2 %13 = tail call i64 @skb_padto(ptr noundef nonnull %0, i32 noundef %10) #2 %14 = icmp eq i64 %13, 0 br i1 %14, label %15, label %74 15: ; preds = %12 %16 = load i32, ptr @ETH_ZLEN, align 4, !tbaa !17 br label %17 17: ; preds = %15, %2 %18 = phi i32 [ %16, %15 ], [ %9, %2 ] %19 = load i32, ptr %1, align 8, !tbaa !18 %20 = add nsw i32 %19, %18 store i32 %20, ptr %1, align 8, !tbaa !18 %21 = getelementptr inbounds %struct.lance_private, ptr %3, i64 0, i32 2 %22 = tail call i32 @spin_lock_irqsave(ptr noundef nonnull %21, i64 noundef undef) #2 %23 = load i32, ptr %3, align 8, !tbaa !19 %24 = sub nsw i32 0, %18 %25 = load ptr, ptr @btx_ring, align 8, !tbaa !20 %26 = sext i32 %23 to i64 %27 = getelementptr inbounds %struct.TYPE_4__, ptr %25, i64 %26, i32 2 %28 = load i32, ptr %27, align 4, !tbaa !21 %29 = getelementptr inbounds %struct.lance_private, ptr %3, i64 0, i32 3 %30 = load i32, ptr %29, align 4, !tbaa !23 %31 = tail call ptr @lib_ptr(ptr noundef %8, i32 noundef %28, i32 noundef %30) #2 store i32 %24, ptr %31, align 4, !tbaa !17 %32 = load ptr, ptr @btx_ring, align 8, !tbaa !20 %33 = getelementptr inbounds %struct.TYPE_4__, ptr %32, i64 %26, i32 1 %34 = load i32, ptr %33, align 4, !tbaa !24 %35 = load i32, ptr %29, align 4, !tbaa !23 %36 = tail call ptr @lib_ptr(ptr noundef %8, i32 noundef %34, i32 noundef %35) #2 store i32 0, ptr %36, align 4, !tbaa !17 %37 = load i32, ptr %29, align 4, !tbaa !23 %38 = getelementptr inbounds %struct.lance_private, ptr %3, i64 0, i32 4 %39 = load ptr, ptr %38, align 8, !tbaa !25 %40 = getelementptr inbounds i32, ptr %39, i64 %26 %41 = load i32, ptr %40, align 4, !tbaa !17 %42 = getelementptr inbounds %struct.sk_buff, ptr %0, i64 0, i32 1 %43 = load i32, ptr %42, align 4, !tbaa !26 %44 = tail call i32 @cp_to_buf(i32 noundef %37, i32 noundef %41, i32 noundef %43, i32 noundef %18) #2 %45 = getelementptr inbounds %struct.lance_private, ptr %3, i64 0, i32 1 %46 = load ptr, ptr %45, align 8, !tbaa !27 %47 = getelementptr inbounds i32, ptr %46, i64 %26 %48 = load i32, ptr %47, align 4, !tbaa !17 %49 = lshr i32 %48, 16 %50 = and i32 %49, 255 %51 = load i32, ptr @LE_T1_POK, align 4, !tbaa !17 %52 = load i32, ptr @LE_T1_OWN, align 4, !tbaa !17 %53 = or i32 %52, %51 %54 = or i32 %53, %50 %55 = load ptr, ptr @btx_ring, align 8, !tbaa !20 %56 = getelementptr inbounds %struct.TYPE_4__, ptr %55, i64 %26 %57 = load i32, ptr %56, align 4, !tbaa !28 %58 = load i32, ptr %29, align 4, !tbaa !23 %59 = tail call ptr @lib_ptr(ptr noundef %8, i32 noundef %57, i32 noundef %58) #2 store i32 %54, ptr %59, align 4, !tbaa !17 %60 = add nsw i32 %23, 1 %61 = load i32, ptr @TX_RING_MOD_MASK, align 4, !tbaa !17 %62 = and i32 %61, %60 store i32 %62, ptr %3, align 8, !tbaa !19 %63 = load i64, ptr @TX_BUFFS_AVAIL, align 8, !tbaa !29 %64 = icmp slt i64 %63, 1 br i1 %64, label %65, label %67 65: ; preds = %17 %66 = tail call i32 @netif_stop_queue(ptr noundef nonnull %1) #2 br label %67 67: ; preds = %65, %17 %68 = load i32, ptr @LE_C0_INEA, align 4, !tbaa !17 %69 = load i32, ptr @LE_C0_TDMD, align 4, !tbaa !17 %70 = or i32 %69, %68 %71 = tail call i32 @writereg(ptr noundef %5, i32 noundef %70) #2 %72 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %21, i64 noundef undef) #2 %73 = tail call i32 @dev_kfree_skb(ptr noundef nonnull %0) #2 br label %74 74: ; preds = %12, %67 %75 = load i32, ptr @NETDEV_TX_OK, align 4, !tbaa !17 ret i32 %75 } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i64 @skb_padto(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_lock_irqsave(ptr noundef, i64 noundef) local_unnamed_addr #1 declare ptr @lib_ptr(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cp_to_buf(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @netif_stop_queue(ptr noundef) local_unnamed_addr #1 declare i32 @writereg(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irqrestore(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @dev_kfree_skb(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 32} !6 = !{!"lance_private", !7, i64 0, !10, i64 8, !7, i64 16, !7, i64 20, !10, i64 24, !10, i64 32} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!12, !14, i64 8} !12 = !{!"net_device", !13, i64 0, !14, i64 8} !13 = !{!"TYPE_3__", !7, i64 0} !14 = !{!"long", !8, i64 0} !15 = !{!16, !7, i64 0} !16 = !{!"sk_buff", !7, i64 0, !7, i64 4} !17 = !{!7, !7, i64 0} !18 = !{!12, !7, i64 0} !19 = !{!6, !7, i64 0} !20 = !{!10, !10, i64 0} !21 = !{!22, !7, i64 8} !22 = !{!"TYPE_4__", !7, i64 0, !7, i64 4, !7, i64 8} !23 = !{!6, !7, i64 20} !24 = !{!22, !7, i64 4} !25 = !{!6, !10, i64 24} !26 = !{!16, !7, i64 4} !27 = !{!6, !10, i64 8} !28 = !{!22, !7, i64 0} !29 = !{!14, !14, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/amd/extr_declance.c_lance_start_xmit.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/amd/extr_declance.c_lance_start_xmit.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 { i32, i32, i32 } @ETH_ZLEN = common local_unnamed_addr global i32 0, align 4 @NETDEV_TX_OK = common local_unnamed_addr global i32 0, align 4 @btx_ring = common local_unnamed_addr global ptr null, align 8 @LE_T1_POK = common local_unnamed_addr global i32 0, align 4 @LE_T1_OWN = common local_unnamed_addr global i32 0, align 4 @TX_RING_MOD_MASK = common local_unnamed_addr global i32 0, align 4 @TX_BUFFS_AVAIL = common local_unnamed_addr global i64 0, align 8 @LE_C0_INEA = common local_unnamed_addr global i32 0, align 4 @LE_C0_TDMD = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @lance_start_xmit], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @lance_start_xmit(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @netdev_priv(ptr noundef %1) #2 %4 = getelementptr inbounds i8, ptr %3, i64 32 %5 = load ptr, ptr %4, align 8, !tbaa !6 %6 = getelementptr inbounds i8, ptr %1, i64 8 %7 = load i64, ptr %6, align 8, !tbaa !12 %8 = inttoptr i64 %7 to ptr %9 = load i32, ptr %0, align 4, !tbaa !16 %10 = load i32, ptr @ETH_ZLEN, align 4, !tbaa !18 %11 = icmp slt i32 %9, %10 br i1 %11, label %12, label %17 12: ; preds = %2 %13 = tail call i64 @skb_padto(ptr noundef nonnull %0, i32 noundef %10) #2 %14 = icmp eq i64 %13, 0 br i1 %14, label %15, label %74 15: ; preds = %12 %16 = load i32, ptr @ETH_ZLEN, align 4, !tbaa !18 br label %17 17: ; preds = %15, %2 %18 = phi i32 [ %16, %15 ], [ %9, %2 ] %19 = load i32, ptr %1, align 8, !tbaa !19 %20 = add nsw i32 %19, %18 store i32 %20, ptr %1, align 8, !tbaa !19 %21 = getelementptr inbounds i8, ptr %3, i64 16 %22 = tail call i32 @spin_lock_irqsave(ptr noundef nonnull %21, i64 noundef undef) #2 %23 = load i32, ptr %3, align 8, !tbaa !20 %24 = sub nsw i32 0, %18 %25 = load ptr, ptr @btx_ring, align 8, !tbaa !21 %26 = sext i32 %23 to i64 %27 = getelementptr inbounds %struct.TYPE_4__, ptr %25, i64 %26, i32 2 %28 = load i32, ptr %27, align 4, !tbaa !22 %29 = getelementptr inbounds i8, ptr %3, i64 20 %30 = load i32, ptr %29, align 4, !tbaa !24 %31 = tail call ptr @lib_ptr(ptr noundef %8, i32 noundef %28, i32 noundef %30) #2 store i32 %24, ptr %31, align 4, !tbaa !18 %32 = load ptr, ptr @btx_ring, align 8, !tbaa !21 %33 = getelementptr inbounds %struct.TYPE_4__, ptr %32, i64 %26, i32 1 %34 = load i32, ptr %33, align 4, !tbaa !25 %35 = load i32, ptr %29, align 4, !tbaa !24 %36 = tail call ptr @lib_ptr(ptr noundef %8, i32 noundef %34, i32 noundef %35) #2 store i32 0, ptr %36, align 4, !tbaa !18 %37 = load i32, ptr %29, align 4, !tbaa !24 %38 = getelementptr inbounds i8, ptr %3, i64 24 %39 = load ptr, ptr %38, align 8, !tbaa !26 %40 = getelementptr inbounds i32, ptr %39, i64 %26 %41 = load i32, ptr %40, align 4, !tbaa !18 %42 = getelementptr inbounds i8, ptr %0, i64 4 %43 = load i32, ptr %42, align 4, !tbaa !27 %44 = tail call i32 @cp_to_buf(i32 noundef %37, i32 noundef %41, i32 noundef %43, i32 noundef %18) #2 %45 = getelementptr inbounds i8, ptr %3, i64 8 %46 = load ptr, ptr %45, align 8, !tbaa !28 %47 = getelementptr inbounds i32, ptr %46, i64 %26 %48 = load i32, ptr %47, align 4, !tbaa !18 %49 = lshr i32 %48, 16 %50 = and i32 %49, 255 %51 = load i32, ptr @LE_T1_POK, align 4, !tbaa !18 %52 = load i32, ptr @LE_T1_OWN, align 4, !tbaa !18 %53 = or i32 %52, %51 %54 = or i32 %53, %50 %55 = load ptr, ptr @btx_ring, align 8, !tbaa !21 %56 = getelementptr inbounds %struct.TYPE_4__, ptr %55, i64 %26 %57 = load i32, ptr %56, align 4, !tbaa !29 %58 = load i32, ptr %29, align 4, !tbaa !24 %59 = tail call ptr @lib_ptr(ptr noundef %8, i32 noundef %57, i32 noundef %58) #2 store i32 %54, ptr %59, align 4, !tbaa !18 %60 = add nsw i32 %23, 1 %61 = load i32, ptr @TX_RING_MOD_MASK, align 4, !tbaa !18 %62 = and i32 %61, %60 store i32 %62, ptr %3, align 8, !tbaa !20 %63 = load i64, ptr @TX_BUFFS_AVAIL, align 8, !tbaa !30 %64 = icmp slt i64 %63, 1 br i1 %64, label %65, label %67 65: ; preds = %17 %66 = tail call i32 @netif_stop_queue(ptr noundef nonnull %1) #2 br label %67 67: ; preds = %65, %17 %68 = load i32, ptr @LE_C0_INEA, align 4, !tbaa !18 %69 = load i32, ptr @LE_C0_TDMD, align 4, !tbaa !18 %70 = or i32 %69, %68 %71 = tail call i32 @writereg(ptr noundef %5, i32 noundef %70) #2 %72 = tail call i32 @spin_unlock_irqrestore(ptr noundef nonnull %21, i64 noundef undef) #2 %73 = tail call i32 @dev_kfree_skb(ptr noundef nonnull %0) #2 br label %74 74: ; preds = %12, %67 %75 = load i32, ptr @NETDEV_TX_OK, align 4, !tbaa !18 ret i32 %75 } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i64 @skb_padto(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_lock_irqsave(ptr noundef, i64 noundef) local_unnamed_addr #1 declare ptr @lib_ptr(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cp_to_buf(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @netif_stop_queue(ptr noundef) local_unnamed_addr #1 declare i32 @writereg(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irqrestore(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @dev_kfree_skb(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 32} !7 = !{!"lance_private", !8, i64 0, !11, i64 8, !8, i64 16, !8, i64 20, !11, i64 24, !11, i64 32} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!13, !15, i64 8} !13 = !{!"net_device", !14, i64 0, !15, i64 8} !14 = !{!"TYPE_3__", !8, i64 0} !15 = !{!"long", !9, i64 0} !16 = !{!17, !8, i64 0} !17 = !{!"sk_buff", !8, i64 0, !8, i64 4} !18 = !{!8, !8, i64 0} !19 = !{!13, !8, i64 0} !20 = !{!7, !8, i64 0} !21 = !{!11, !11, i64 0} !22 = !{!23, !8, i64 8} !23 = !{!"TYPE_4__", !8, i64 0, !8, i64 4, !8, i64 8} !24 = !{!7, !8, i64 20} !25 = !{!23, !8, i64 4} !26 = !{!7, !11, i64 24} !27 = !{!17, !8, i64 4} !28 = !{!7, !11, i64 8} !29 = !{!23, !8, i64 0} !30 = !{!15, !15, i64 0}
linux_drivers_net_ethernet_amd_extr_declance.c_lance_start_xmit
; ModuleID = 'AnghaBench/linux/drivers/media/pci/ttpci/extr_av7110_v4l.c_ves1820_set_tv_freq.c' source_filename = "AnghaBench/linux/drivers/media/pci/ttpci/extr_av7110_v4l.c_ves1820_set_tv_freq.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 [14 x i8] c"freq: 0x%08x\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @ves1820_set_tv_freq], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @ves1820_set_tv_freq(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca [4 x i32], align 16 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %3) #3 %4 = tail call i32 @dprintk(i32 noundef 4, ptr noundef nonnull @.str, i32 noundef %1) #3 %5 = add nsw i32 %1, 614 %6 = lshr i32 %5, 8 %7 = and i32 %6, 127 store i32 %7, ptr %3, align 16, !tbaa !5 %8 = and i32 %5, 255 %9 = getelementptr inbounds [4 x i32], ptr %3, i64 0, i64 1 store i32 %8, ptr %9, align 4, !tbaa !5 %10 = getelementptr inbounds [4 x i32], ptr %3, i64 0, i64 2 store i32 142, ptr %10, align 8, !tbaa !5 %11 = icmp slt i32 %1, 2692 %12 = icmp ult i32 %1, 7156 %13 = select i1 %12, i32 144, i32 48 %14 = select i1 %11, i32 160, i32 %13 %15 = getelementptr inbounds [4 x i32], ptr %3, i64 0, i64 3 store i32 %14, ptr %15, align 4, !tbaa !5 %16 = call i32 @tuner_write(ptr noundef %0, i32 noundef 97, ptr noundef nonnull %3) #3 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %3) #3 ret i32 %16 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @dprintk(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @tuner_write(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, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/media/pci/ttpci/extr_av7110_v4l.c_ves1820_set_tv_freq.c' source_filename = "AnghaBench/linux/drivers/media/pci/ttpci/extr_av7110_v4l.c_ves1820_set_tv_freq.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 [14 x i8] c"freq: 0x%08x\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @ves1820_set_tv_freq], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @ves1820_set_tv_freq(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca [4 x i32], align 4 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %3) #3 %4 = tail call i32 @dprintk(i32 noundef 4, ptr noundef nonnull @.str, i32 noundef %1) #3 %5 = add nsw i32 %1, 614 %6 = lshr i32 %5, 8 %7 = and i32 %6, 127 store i32 %7, ptr %3, align 4, !tbaa !6 %8 = and i32 %5, 255 %9 = getelementptr inbounds i8, ptr %3, i64 4 store i32 %8, ptr %9, align 4, !tbaa !6 %10 = getelementptr inbounds i8, ptr %3, i64 8 store i32 142, ptr %10, align 4, !tbaa !6 %11 = icmp slt i32 %1, 2692 %12 = icmp ult i32 %1, 7156 %13 = select i1 %12, i32 144, i32 48 %14 = select i1 %11, i32 160, i32 %13 %15 = getelementptr inbounds i8, ptr %3, i64 12 store i32 %14, ptr %15, align 4, !tbaa !6 %16 = call i32 @tuner_write(ptr noundef %0, i32 noundef 97, ptr noundef nonnull %3) #3 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %3) #3 ret i32 %16 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @dprintk(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @tuner_write(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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
linux_drivers_media_pci_ttpci_extr_av7110_v4l.c_ves1820_set_tv_freq
; ModuleID = 'AnghaBench/citus/src/backend/distributed/utils/extr_reference_table_utils.c_ReferenceTableReplicationFactor.c' source_filename = "AnghaBench/citus/src/backend/distributed/utils/extr_reference_table_utils.c_ReferenceTableReplicationFactor.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" @NoLock = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @ReferenceTableReplicationFactor() local_unnamed_addr #0 { %1 = load i32, ptr @NoLock, align 4, !tbaa !5 %2 = tail call ptr @ReferenceTablePlacementNodeList(i32 noundef %1) #2 %3 = tail call i32 @list_length(ptr noundef %2) #2 ret i32 %3 } declare ptr @ReferenceTablePlacementNodeList(i32 noundef) local_unnamed_addr #1 declare i32 @list_length(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/citus/src/backend/distributed/utils/extr_reference_table_utils.c_ReferenceTableReplicationFactor.c' source_filename = "AnghaBench/citus/src/backend/distributed/utils/extr_reference_table_utils.c_ReferenceTableReplicationFactor.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @NoLock = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @ReferenceTableReplicationFactor() local_unnamed_addr #0 { %1 = load i32, ptr @NoLock, align 4, !tbaa !6 %2 = tail call ptr @ReferenceTablePlacementNodeList(i32 noundef %1) #2 %3 = tail call i32 @list_length(ptr noundef %2) #2 ret i32 %3 } declare ptr @ReferenceTablePlacementNodeList(i32 noundef) local_unnamed_addr #1 declare i32 @list_length(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"}
citus_src_backend_distributed_utils_extr_reference_table_utils.c_ReferenceTableReplicationFactor
; ModuleID = 'AnghaBench/freebsd/lib/libc/xdr/extr_xdr.c_xdr_u_int64_t.c' source_filename = "AnghaBench/freebsd/lib/libc/xdr/extr_xdr.c_xdr_u_int64_t.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" @FALSE = dso_local local_unnamed_addr global i32 0, align 4 @TRUE = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @xdr_u_int64_t(ptr noundef %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = alloca [2 x i32], align 4 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #3 %4 = load i32, ptr %0, align 4, !tbaa !5 switch i32 %4, label %26 [ i32 129, label %5 i32 130, label %13 i32 128, label %24 ] 5: ; preds = %2 %6 = load i32, ptr %1, align 4, !tbaa !10 %7 = getelementptr inbounds [2 x i32], ptr %3, i64 0, i64 1 store i32 %6, ptr %7, align 4, !tbaa !10 %8 = call i32 @XDR_PUTLONG(ptr noundef nonnull %0, ptr noundef nonnull %3) #3 %9 = load i32, ptr @FALSE, align 4, !tbaa !10 %10 = icmp eq i32 %8, %9 br i1 %10, label %28, label %11 11: ; preds = %5 %12 = call i32 @XDR_PUTLONG(ptr noundef nonnull %0, ptr noundef nonnull %7) #3 br label %28 13: ; preds = %2 %14 = call i32 @XDR_GETLONG(ptr noundef nonnull %0, ptr noundef nonnull %3) #3 %15 = load i32, ptr @FALSE, align 4, !tbaa !10 %16 = icmp eq i32 %14, %15 br i1 %16, label %28, label %17 17: ; preds = %13 %18 = getelementptr inbounds [2 x i32], ptr %3, i64 0, i64 1 %19 = call i32 @XDR_GETLONG(ptr noundef nonnull %0, ptr noundef nonnull %18) #3 %20 = load i32, ptr @FALSE, align 4, !tbaa !10 %21 = icmp eq i32 %19, %20 %22 = load i32, ptr @TRUE, align 4 %23 = select i1 %21, i32 %20, i32 %22 br label %28 24: ; preds = %2 %25 = load i32, ptr @TRUE, align 4, !tbaa !10 br label %28 26: ; preds = %2 %27 = load i32, ptr @FALSE, align 4, !tbaa !10 br label %28 28: ; preds = %17, %13, %5, %26, %24, %11 %29 = phi i32 [ %27, %26 ], [ %25, %24 ], [ %12, %11 ], [ %8, %5 ], [ %14, %13 ], [ %23, %17 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #3 ret i32 %29 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @XDR_PUTLONG(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @XDR_GETLONG(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 = !{!"TYPE_5__", !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/freebsd/lib/libc/xdr/extr_xdr.c_xdr_u_int64_t.c' source_filename = "AnghaBench/freebsd/lib/libc/xdr/extr_xdr.c_xdr_u_int64_t.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @FALSE = common local_unnamed_addr global i32 0, align 4 @TRUE = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @xdr_u_int64_t(ptr noundef %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = alloca [2 x i32], align 4 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #3 %4 = load i32, ptr %0, align 4, !tbaa !6 switch i32 %4, label %26 [ i32 129, label %5 i32 130, label %13 i32 128, label %24 ] 5: ; preds = %2 %6 = load i32, ptr %1, align 4, !tbaa !11 %7 = getelementptr inbounds i8, ptr %3, i64 4 store i32 %6, ptr %7, align 4, !tbaa !11 %8 = call i32 @XDR_PUTLONG(ptr noundef nonnull %0, ptr noundef nonnull %3) #3 %9 = load i32, ptr @FALSE, align 4, !tbaa !11 %10 = icmp eq i32 %8, %9 br i1 %10, label %28, label %11 11: ; preds = %5 %12 = call i32 @XDR_PUTLONG(ptr noundef nonnull %0, ptr noundef nonnull %7) #3 br label %28 13: ; preds = %2 %14 = call i32 @XDR_GETLONG(ptr noundef nonnull %0, ptr noundef nonnull %3) #3 %15 = load i32, ptr @FALSE, align 4, !tbaa !11 %16 = icmp eq i32 %14, %15 br i1 %16, label %28, label %17 17: ; preds = %13 %18 = getelementptr inbounds i8, ptr %3, i64 4 %19 = call i32 @XDR_GETLONG(ptr noundef nonnull %0, ptr noundef nonnull %18) #3 %20 = load i32, ptr @FALSE, align 4, !tbaa !11 %21 = icmp eq i32 %19, %20 %22 = load i32, ptr @TRUE, align 4 %23 = select i1 %21, i32 %20, i32 %22 br label %28 24: ; preds = %2 %25 = load i32, ptr @TRUE, align 4, !tbaa !11 br label %28 26: ; preds = %2 %27 = load i32, ptr @FALSE, align 4, !tbaa !11 br label %28 28: ; preds = %17, %13, %5, %26, %24, %11 %29 = phi i32 [ %27, %26 ], [ %25, %24 ], [ %12, %11 ], [ %8, %5 ], [ %14, %13 ], [ %23, %17 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #3 ret i32 %29 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @XDR_PUTLONG(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @XDR_GETLONG(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 = !{!"TYPE_5__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0}
freebsd_lib_libc_xdr_extr_xdr.c_xdr_u_int64_t
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/ath/carl9170/extr_main.c_carl9170_tx_frames_pending.c' source_filename = "AnghaBench/linux/drivers/net/wireless/ath/carl9170/extr_main.c_carl9170_tx_frames_pending.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 @carl9170_tx_frames_pending], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @carl9170_tx_frames_pending(ptr nocapture noundef readonly %0) #0 { %2 = load ptr, ptr %0, align 8, !tbaa !5 %3 = tail call i32 @atomic_read(ptr noundef %2) #2 %4 = icmp ne i32 %3, 0 %5 = zext i1 %4 to i32 ret i32 %5 } declare i32 @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)"} !5 = !{!6, !7, i64 0} !6 = !{!"ieee80211_hw", !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/ath/carl9170/extr_main.c_carl9170_tx_frames_pending.c' source_filename = "AnghaBench/linux/drivers/net/wireless/ath/carl9170/extr_main.c_carl9170_tx_frames_pending.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 @carl9170_tx_frames_pending], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 0, 2) i32 @carl9170_tx_frames_pending(ptr nocapture noundef readonly %0) #0 { %2 = load ptr, ptr %0, align 8, !tbaa !6 %3 = tail call i32 @atomic_read(ptr noundef %2) #2 %4 = icmp ne i32 %3, 0 %5 = zext i1 %4 to i32 ret i32 %5 } declare i32 @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)"} !6 = !{!7, !8, i64 0} !7 = !{!"ieee80211_hw", !8, i64 0} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
linux_drivers_net_wireless_ath_carl9170_extr_main.c_carl9170_tx_frames_pending
; ModuleID = 'AnghaBench/freebsd/sys/contrib/octeon-sdk/extr_cvmx-usbd.c___cvmx_usbd_write_csr32.c' source_filename = "AnghaBench/freebsd/sys/contrib/octeon-sdk/extr_cvmx-usbd.c___cvmx_usbd_write_csr32.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 @__cvmx_usbd_write_csr32], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal void @__cvmx_usbd_write_csr32(ptr nocapture noundef readonly %0, i32 noundef %1, i32 noundef %2) #0 { %4 = xor i32 %1, 4 %5 = tail call i32 @cvmx_write64_uint32(i32 noundef %4, i32 noundef %2) #2 %6 = load i32, ptr %0, align 4, !tbaa !5 %7 = tail call i32 @CVMX_USBNX_DMA0_INB_CHN0(i32 noundef %6) #2 %8 = tail call i32 @cvmx_read64_uint64(i32 noundef %7) #2 ret void } declare i32 @cvmx_write64_uint32(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cvmx_read64_uint64(i32 noundef) local_unnamed_addr #1 declare i32 @CVMX_USBNX_DMA0_INB_CHN0(i32 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 = !{!"TYPE_3__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/sys/contrib/octeon-sdk/extr_cvmx-usbd.c___cvmx_usbd_write_csr32.c' source_filename = "AnghaBench/freebsd/sys/contrib/octeon-sdk/extr_cvmx-usbd.c___cvmx_usbd_write_csr32.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 @__cvmx_usbd_write_csr32], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal void @__cvmx_usbd_write_csr32(ptr nocapture noundef readonly %0, i32 noundef %1, i32 noundef %2) #0 { %4 = xor i32 %1, 4 %5 = tail call i32 @cvmx_write64_uint32(i32 noundef %4, i32 noundef %2) #2 %6 = load i32, ptr %0, align 4, !tbaa !6 %7 = tail call i32 @CVMX_USBNX_DMA0_INB_CHN0(i32 noundef %6) #2 %8 = tail call i32 @cvmx_read64_uint64(i32 noundef %7) #2 ret void } declare i32 @cvmx_write64_uint32(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cvmx_read64_uint64(i32 noundef) local_unnamed_addr #1 declare i32 @CVMX_USBNX_DMA0_INB_CHN0(i32 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 = !{!"TYPE_3__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
freebsd_sys_contrib_octeon-sdk_extr_cvmx-usbd.c___cvmx_usbd_write_csr32
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/extr_bus.h_brcmf_bus_get_ramsize.c' source_filename = "AnghaBench/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/extr_bus.h_brcmf_bus_get_ramsize.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.brcmf_bus = type { i32, ptr } @llvm.compiler.used = appending global [1 x ptr] [ptr @brcmf_bus_get_ramsize], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal i64 @brcmf_bus_get_ramsize(ptr nocapture noundef readonly %0) #0 { %2 = getelementptr inbounds %struct.brcmf_bus, ptr %0, i64 0, i32 1 %3 = load ptr, ptr %2, align 8, !tbaa !5 %4 = load ptr, ptr %3, align 8, !tbaa !11 %5 = icmp eq ptr %4, null br i1 %5, label %9, label %6 6: ; preds = %1 %7 = load i32, ptr %0, align 8, !tbaa !13 %8 = tail call i64 %4(i32 noundef %7) #1 br label %9 9: ; preds = %1, %6 %10 = phi i64 [ %8, %6 ], [ 0, %1 ] ret i64 %10 } 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 = { 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 = !{!"brcmf_bus", !7, i64 0, !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 = !{!12, !10, i64 0} !12 = !{!"TYPE_2__", !10, i64 0} !13 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/extr_bus.h_brcmf_bus_get_ramsize.c' source_filename = "AnghaBench/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/extr_bus.h_brcmf_bus_get_ramsize.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 @brcmf_bus_get_ramsize], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal i64 @brcmf_bus_get_ramsize(ptr nocapture noundef readonly %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 8 %3 = load ptr, ptr %2, align 8, !tbaa !6 %4 = load ptr, ptr %3, align 8, !tbaa !12 %5 = icmp eq ptr %4, null br i1 %5, label %9, label %6 6: ; preds = %1 %7 = load i32, ptr %0, align 8, !tbaa !14 %8 = tail call i64 %4(i32 noundef %7) #1 br label %9 9: ; preds = %1, %6 %10 = phi i64 [ %8, %6 ], [ 0, %1 ] ret i64 %10 } 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 = { 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 = !{!"brcmf_bus", !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 = !{!13, !11, i64 0} !13 = !{!"TYPE_2__", !11, i64 0} !14 = !{!7, !8, i64 0}
linux_drivers_net_wireless_broadcom_brcm80211_brcmfmac_extr_bus.h_brcmf_bus_get_ramsize
; ModuleID = 'AnghaBench/freebsd/usr.bin/localedef/extr_collate.c_add_order_symbol.c' source_filename = "AnghaBench/freebsd/usr.bin/localedef/extr_collate.c_add_order_symbol.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" @INTERR = dso_local local_unnamed_addr global i32 0, align 4 @curr_weight = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local void @add_order_symbol(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call ptr @get_collundef(ptr noundef %0) #2 %3 = icmp eq ptr %2, null br i1 %3, label %10, label %4 4: ; preds = %1 %5 = load ptr, ptr %2, align 8, !tbaa !5 %6 = load i64, ptr @curr_weight, align 8, !tbaa !10 %7 = getelementptr inbounds i32, ptr %5, i64 %6 %8 = load i32, ptr %7, align 4, !tbaa !12 %9 = tail call i32 @add_order_pri(i32 noundef %8) #2 br label %10 10: ; preds = %1, %4 ret void } declare ptr @get_collundef(ptr noundef) local_unnamed_addr #1 declare i32 @add_order_pri(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 = !{!"TYPE_3__", !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, !13, i64 0} !13 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/freebsd/usr.bin/localedef/extr_collate.c_add_order_symbol.c' source_filename = "AnghaBench/freebsd/usr.bin/localedef/extr_collate.c_add_order_symbol.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @INTERR = common local_unnamed_addr global i32 0, align 4 @curr_weight = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @add_order_symbol(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call ptr @get_collundef(ptr noundef %0) #2 %3 = icmp eq ptr %2, null br i1 %3, label %10, label %4 4: ; preds = %1 %5 = load ptr, ptr %2, align 8, !tbaa !6 %6 = load i64, ptr @curr_weight, align 8, !tbaa !11 %7 = getelementptr inbounds i32, ptr %5, i64 %6 %8 = load i32, ptr %7, align 4, !tbaa !13 %9 = tail call i32 @add_order_pri(i32 noundef %8) #2 br label %10 10: ; preds = %1, %4 ret void } declare ptr @get_collundef(ptr noundef) local_unnamed_addr #1 declare i32 @add_order_pri(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 = !{!"TYPE_3__", !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, !14, i64 0} !14 = !{!"int", !9, i64 0}
freebsd_usr.bin_localedef_extr_collate.c_add_order_symbol
; ModuleID = 'AnghaBench/linux/sound/pci/au88x0/extr_au88x0_pcm.c_snd_vortex_pcm_trigger.c' source_filename = "AnghaBench/linux/sound/pci/au88x0/extr_au88x0_pcm.c_snd_vortex_pcm_trigger.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.snd_pcm_substream = type { i32, ptr } %struct.TYPE_18__ = type { i32, i32 } %struct.TYPE_17__ = type { i32, ptr } @VORTEX_PCM_WT = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"wt start %d\0A\00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"wt stop %d\0A\00", align 1 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @snd_vortex_pcm_trigger], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @snd_vortex_pcm_trigger(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call ptr @snd_pcm_substream_chip(ptr noundef %0) #2 %4 = getelementptr inbounds %struct.snd_pcm_substream, ptr %0, i64 0, i32 1 %5 = load ptr, ptr %4, align 8, !tbaa !5 %6 = load i64, ptr %5, align 8, !tbaa !11 %7 = inttoptr i64 %6 to ptr %8 = load i32, ptr %7, align 4, !tbaa !14 %9 = tail call i32 @spin_lock(ptr noundef %3) #2 switch i32 %1, label %57 [ i32 129, label %10 i32 128, label %25 i32 131, label %39 i32 130, label %48 ] 10: ; preds = %2 %11 = getelementptr inbounds %struct.TYPE_18__, ptr %7, i64 0, i32 1 store i32 1, ptr %11, align 4, !tbaa !16 %12 = load i32, ptr %0, align 8, !tbaa !17 %13 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %12) #2 %14 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !18 %15 = icmp eq i32 %13, %14 br i1 %15, label %19, label %16 16: ; preds = %10 %17 = tail call i32 @vortex_adbdma_resetup(ptr noundef %3, i32 noundef %8) #2 %18 = tail call i32 @vortex_adbdma_startfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 19: ; preds = %10 %20 = getelementptr inbounds %struct.TYPE_17__, ptr %3, i64 0, i32 1 %21 = load ptr, ptr %20, align 8, !tbaa !19 %22 = load i32, ptr %21, align 4, !tbaa !21 %23 = tail call i32 @dev_info(i32 noundef %22, ptr noundef nonnull @.str, i32 noundef %8) #2 %24 = tail call i32 @vortex_wtdma_startfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 25: ; preds = %2 %26 = getelementptr inbounds %struct.TYPE_18__, ptr %7, i64 0, i32 1 store i32 0, ptr %26, align 4, !tbaa !16 %27 = load i32, ptr %0, align 8, !tbaa !17 %28 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %27) #2 %29 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !18 %30 = icmp eq i32 %28, %29 br i1 %30, label %33, label %31 31: ; preds = %25 %32 = tail call i32 @vortex_adbdma_stopfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 33: ; preds = %25 %34 = getelementptr inbounds %struct.TYPE_17__, ptr %3, i64 0, i32 1 %35 = load ptr, ptr %34, align 8, !tbaa !19 %36 = load i32, ptr %35, align 4, !tbaa !21 %37 = tail call i32 @dev_info(i32 noundef %36, ptr noundef nonnull @.str.1, i32 noundef %8) #2 %38 = tail call i32 @vortex_wtdma_stopfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 39: ; preds = %2 %40 = load i32, ptr %0, align 8, !tbaa !17 %41 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %40) #2 %42 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !18 %43 = icmp eq i32 %41, %42 br i1 %43, label %46, label %44 44: ; preds = %39 %45 = tail call i32 @vortex_adbdma_pausefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 46: ; preds = %39 %47 = tail call i32 @vortex_wtdma_pausefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 48: ; preds = %2 %49 = load i32, ptr %0, align 8, !tbaa !17 %50 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %49) #2 %51 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !18 %52 = icmp eq i32 %50, %51 br i1 %52, label %55, label %53 53: ; preds = %48 %54 = tail call i32 @vortex_adbdma_resumefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 55: ; preds = %48 %56 = tail call i32 @vortex_wtdma_resumefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 57: ; preds = %2 %58 = tail call i32 @spin_unlock(ptr noundef %3) #2 %59 = load i32, ptr @EINVAL, align 4, !tbaa !18 %60 = sub nsw i32 0, %59 br label %63 61: ; preds = %53, %55, %44, %46, %31, %33, %16, %19 %62 = tail call i32 @spin_unlock(ptr noundef %3) #2 br label %63 63: ; preds = %61, %57 %64 = phi i32 [ %60, %57 ], [ 0, %61 ] ret i32 %64 } declare ptr @snd_pcm_substream_chip(ptr noundef) local_unnamed_addr #1 declare i32 @spin_lock(ptr noundef) local_unnamed_addr #1 declare i32 @VORTEX_PCM_TYPE(i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_resetup(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_startfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_info(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_startfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_stopfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_stopfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_pausefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_pausefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_resumefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_resumefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_unlock(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 8} !6 = !{!"snd_pcm_substream", !7, i64 0, !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 = !{!12, !13, i64 0} !12 = !{!"TYPE_15__", !13, i64 0} !13 = !{!"long", !8, i64 0} !14 = !{!15, !7, i64 0} !15 = !{!"TYPE_18__", !7, i64 0, !7, i64 4} !16 = !{!15, !7, i64 4} !17 = !{!6, !7, i64 0} !18 = !{!7, !7, i64 0} !19 = !{!20, !10, i64 8} !20 = !{!"TYPE_17__", !7, i64 0, !10, i64 8} !21 = !{!22, !7, i64 0} !22 = !{!"TYPE_16__", !7, i64 0}
; ModuleID = 'AnghaBench/linux/sound/pci/au88x0/extr_au88x0_pcm.c_snd_vortex_pcm_trigger.c' source_filename = "AnghaBench/linux/sound/pci/au88x0/extr_au88x0_pcm.c_snd_vortex_pcm_trigger.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @VORTEX_PCM_WT = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"wt start %d\0A\00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"wt stop %d\0A\00", align 1 @EINVAL = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @snd_vortex_pcm_trigger], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @snd_vortex_pcm_trigger(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call ptr @snd_pcm_substream_chip(ptr noundef %0) #2 %4 = getelementptr inbounds i8, ptr %0, i64 8 %5 = load ptr, ptr %4, align 8, !tbaa !6 %6 = load i64, ptr %5, align 8, !tbaa !12 %7 = inttoptr i64 %6 to ptr %8 = load i32, ptr %7, align 4, !tbaa !15 %9 = tail call i32 @spin_lock(ptr noundef %3) #2 switch i32 %1, label %57 [ i32 129, label %10 i32 128, label %25 i32 131, label %39 i32 130, label %48 ] 10: ; preds = %2 %11 = getelementptr inbounds i8, ptr %7, i64 4 store i32 1, ptr %11, align 4, !tbaa !17 %12 = load i32, ptr %0, align 8, !tbaa !18 %13 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %12) #2 %14 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !19 %15 = icmp eq i32 %13, %14 br i1 %15, label %19, label %16 16: ; preds = %10 %17 = tail call i32 @vortex_adbdma_resetup(ptr noundef %3, i32 noundef %8) #2 %18 = tail call i32 @vortex_adbdma_startfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 19: ; preds = %10 %20 = getelementptr inbounds i8, ptr %3, i64 8 %21 = load ptr, ptr %20, align 8, !tbaa !20 %22 = load i32, ptr %21, align 4, !tbaa !22 %23 = tail call i32 @dev_info(i32 noundef %22, ptr noundef nonnull @.str, i32 noundef %8) #2 %24 = tail call i32 @vortex_wtdma_startfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 25: ; preds = %2 %26 = getelementptr inbounds i8, ptr %7, i64 4 store i32 0, ptr %26, align 4, !tbaa !17 %27 = load i32, ptr %0, align 8, !tbaa !18 %28 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %27) #2 %29 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !19 %30 = icmp eq i32 %28, %29 br i1 %30, label %33, label %31 31: ; preds = %25 %32 = tail call i32 @vortex_adbdma_stopfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 33: ; preds = %25 %34 = getelementptr inbounds i8, ptr %3, i64 8 %35 = load ptr, ptr %34, align 8, !tbaa !20 %36 = load i32, ptr %35, align 4, !tbaa !22 %37 = tail call i32 @dev_info(i32 noundef %36, ptr noundef nonnull @.str.1, i32 noundef %8) #2 %38 = tail call i32 @vortex_wtdma_stopfifo(ptr noundef %3, i32 noundef %8) #2 br label %61 39: ; preds = %2 %40 = load i32, ptr %0, align 8, !tbaa !18 %41 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %40) #2 %42 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !19 %43 = icmp eq i32 %41, %42 br i1 %43, label %46, label %44 44: ; preds = %39 %45 = tail call i32 @vortex_adbdma_pausefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 46: ; preds = %39 %47 = tail call i32 @vortex_wtdma_pausefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 48: ; preds = %2 %49 = load i32, ptr %0, align 8, !tbaa !18 %50 = tail call i32 @VORTEX_PCM_TYPE(i32 noundef %49) #2 %51 = load i32, ptr @VORTEX_PCM_WT, align 4, !tbaa !19 %52 = icmp eq i32 %50, %51 br i1 %52, label %55, label %53 53: ; preds = %48 %54 = tail call i32 @vortex_adbdma_resumefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 55: ; preds = %48 %56 = tail call i32 @vortex_wtdma_resumefifo(ptr noundef %3, i32 noundef %8) #2 br label %61 57: ; preds = %2 %58 = tail call i32 @spin_unlock(ptr noundef %3) #2 %59 = load i32, ptr @EINVAL, align 4, !tbaa !19 %60 = sub nsw i32 0, %59 br label %63 61: ; preds = %53, %55, %44, %46, %31, %33, %16, %19 %62 = tail call i32 @spin_unlock(ptr noundef %3) #2 br label %63 63: ; preds = %61, %57 %64 = phi i32 [ %60, %57 ], [ 0, %61 ] ret i32 %64 } declare ptr @snd_pcm_substream_chip(ptr noundef) local_unnamed_addr #1 declare i32 @spin_lock(ptr noundef) local_unnamed_addr #1 declare i32 @VORTEX_PCM_TYPE(i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_resetup(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_startfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_info(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_startfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_stopfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_stopfifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_pausefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_pausefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_adbdma_resumefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @vortex_wtdma_resumefifo(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_unlock(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 8} !7 = !{!"snd_pcm_substream", !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 = !{!13, !14, i64 0} !13 = !{!"TYPE_15__", !14, i64 0} !14 = !{!"long", !9, i64 0} !15 = !{!16, !8, i64 0} !16 = !{!"TYPE_18__", !8, i64 0, !8, i64 4} !17 = !{!16, !8, i64 4} !18 = !{!7, !8, i64 0} !19 = !{!8, !8, i64 0} !20 = !{!21, !11, i64 8} !21 = !{!"TYPE_17__", !8, i64 0, !11, i64 8} !22 = !{!23, !8, i64 0} !23 = !{!"TYPE_16__", !8, i64 0}
linux_sound_pci_au88x0_extr_au88x0_pcm.c_snd_vortex_pcm_trigger
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/ixgbevf/extr_ixgbevf_main.c_ixgbevf_maybe_stop_tx.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/ixgbevf/extr_ixgbevf_main.c_ixgbevf_maybe_stop_tx.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 @ixgbevf_maybe_stop_tx], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @ixgbevf_maybe_stop_tx(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call i32 @IXGBE_DESC_UNUSED(ptr noundef %0) #2 %4 = icmp sge i32 %3, %1 %5 = zext i1 %4 to i32 %6 = tail call i64 @likely(i32 noundef %5) #2 %7 = icmp eq i64 %6, 0 br i1 %7, label %8, label %10 8: ; preds = %2 %9 = tail call i32 @__ixgbevf_maybe_stop_tx(ptr noundef %0, i32 noundef %1) #2 br label %10 10: ; preds = %2, %8 %11 = phi i32 [ %9, %8 ], [ 0, %2 ] ret i32 %11 } declare i64 @likely(i32 noundef) local_unnamed_addr #1 declare i32 @IXGBE_DESC_UNUSED(ptr noundef) local_unnamed_addr #1 declare i32 @__ixgbevf_maybe_stop_tx(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)"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/ixgbevf/extr_ixgbevf_main.c_ixgbevf_maybe_stop_tx.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/ixgbevf/extr_ixgbevf_main.c_ixgbevf_maybe_stop_tx.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 @ixgbevf_maybe_stop_tx], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @ixgbevf_maybe_stop_tx(ptr noundef %0, i32 noundef %1) #0 { %3 = tail call i32 @IXGBE_DESC_UNUSED(ptr noundef %0) #2 %4 = icmp sge i32 %3, %1 %5 = zext i1 %4 to i32 %6 = tail call i64 @likely(i32 noundef %5) #2 %7 = icmp eq i64 %6, 0 br i1 %7, label %8, label %10 8: ; preds = %2 %9 = tail call i32 @__ixgbevf_maybe_stop_tx(ptr noundef %0, i32 noundef %1) #2 br label %10 10: ; preds = %2, %8 %11 = phi i32 [ %9, %8 ], [ 0, %2 ] ret i32 %11 } declare i64 @likely(i32 noundef) local_unnamed_addr #1 declare i32 @IXGBE_DESC_UNUSED(ptr noundef) local_unnamed_addr #1 declare i32 @__ixgbevf_maybe_stop_tx(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)"}
fastsocket_kernel_drivers_net_ixgbevf_extr_ixgbevf_main.c_ixgbevf_maybe_stop_tx