IR_x86
stringlengths
592
249k
IR_arm
stringlengths
558
250k
filename
stringlengths
17
191
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/intel/ipw2x00/extr_ipw2200.c_ipw_rx_queue_free.c' source_filename = "AnghaBench/linux/drivers/net/wireless/intel/ipw2x00/extr_ipw2200.c_ipw_rx_queue_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_2__ = type { ptr, i32 } @RX_QUEUE_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @RX_FREE_BUFFERS = dso_local local_unnamed_addr global i32 0, align 4 @IPW_RX_BUF_SIZE = dso_local local_unnamed_addr global i32 0, align 4 @PCI_DMA_FROMDEVICE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @ipw_rx_queue_free], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @ipw_rx_queue_free(ptr nocapture noundef readonly %0, ptr noundef %1) #0 { %3 = icmp eq ptr %1, null br i1 %3, label %39, label %4 4: ; preds = %2 %5 = load i32, ptr @RX_QUEUE_SIZE, align 4, !tbaa !5 %6 = load i32, ptr @RX_FREE_BUFFERS, align 4, !tbaa !5 %7 = add nsw i32 %6, %5 %8 = icmp sgt i32 %7, 0 br i1 %8, label %9, label %37 9: ; preds = %4, %30 %10 = phi i32 [ %31, %30 ], [ %6, %4 ] %11 = phi i32 [ %32, %30 ], [ %5, %4 ] %12 = phi i64 [ %33, %30 ], [ 0, %4 ] %13 = load ptr, ptr %1, align 8, !tbaa !9 %14 = getelementptr inbounds %struct.TYPE_2__, ptr %13, i64 %12 %15 = load ptr, ptr %14, align 8, !tbaa !12 %16 = icmp eq ptr %15, null br i1 %16, label %30, label %17 17: ; preds = %9 %18 = load i32, ptr %0, align 4, !tbaa !14 %19 = getelementptr inbounds %struct.TYPE_2__, ptr %13, i64 %12, i32 1 %20 = load i32, ptr %19, align 8, !tbaa !16 %21 = load i32, ptr @IPW_RX_BUF_SIZE, align 4, !tbaa !5 %22 = load i32, ptr @PCI_DMA_FROMDEVICE, align 4, !tbaa !5 %23 = tail call i32 @pci_unmap_single(i32 noundef %18, i32 noundef %20, i32 noundef %21, i32 noundef %22) #2 %24 = load ptr, ptr %1, align 8, !tbaa !9 %25 = getelementptr inbounds %struct.TYPE_2__, ptr %24, i64 %12 %26 = load ptr, ptr %25, align 8, !tbaa !12 %27 = tail call i32 @dev_kfree_skb(ptr noundef %26) #2 %28 = load i32, ptr @RX_QUEUE_SIZE, align 4, !tbaa !5 %29 = load i32, ptr @RX_FREE_BUFFERS, align 4, !tbaa !5 br label %30 30: ; preds = %9, %17 %31 = phi i32 [ %10, %9 ], [ %29, %17 ] %32 = phi i32 [ %11, %9 ], [ %28, %17 ] %33 = add nuw nsw i64 %12, 1 %34 = add nsw i32 %31, %32 %35 = sext i32 %34 to i64 %36 = icmp slt i64 %33, %35 br i1 %36, label %9, label %37, !llvm.loop !17 37: ; preds = %30, %4 %38 = tail call i32 @kfree(ptr noundef nonnull %1) #2 br label %39 39: ; preds = %2, %37 ret void } declare i32 @pci_unmap_single(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_kfree_skb(ptr noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 0} !10 = !{!"ipw_rx_queue", !11, i64 0} !11 = !{!"any pointer", !7, i64 0} !12 = !{!13, !11, i64 0} !13 = !{!"TYPE_2__", !11, i64 0, !6, i64 8} !14 = !{!15, !6, i64 0} !15 = !{!"ipw_priv", !6, i64 0} !16 = !{!13, !6, i64 8} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/drivers/net/wireless/intel/ipw2x00/extr_ipw2200.c_ipw_rx_queue_free.c' source_filename = "AnghaBench/linux/drivers/net/wireless/intel/ipw2x00/extr_ipw2200.c_ipw_rx_queue_free.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, i32 } @RX_QUEUE_SIZE = common local_unnamed_addr global i32 0, align 4 @RX_FREE_BUFFERS = common local_unnamed_addr global i32 0, align 4 @IPW_RX_BUF_SIZE = common local_unnamed_addr global i32 0, align 4 @PCI_DMA_FROMDEVICE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @ipw_rx_queue_free], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @ipw_rx_queue_free(ptr nocapture noundef readonly %0, ptr noundef %1) #0 { %3 = icmp eq ptr %1, null br i1 %3, label %39, label %4 4: ; preds = %2 %5 = load i32, ptr @RX_QUEUE_SIZE, align 4, !tbaa !6 %6 = load i32, ptr @RX_FREE_BUFFERS, align 4, !tbaa !6 %7 = add nsw i32 %6, %5 %8 = icmp sgt i32 %7, 0 br i1 %8, label %9, label %37 9: ; preds = %4, %30 %10 = phi i32 [ %31, %30 ], [ %6, %4 ] %11 = phi i32 [ %32, %30 ], [ %5, %4 ] %12 = phi i64 [ %33, %30 ], [ 0, %4 ] %13 = load ptr, ptr %1, align 8, !tbaa !10 %14 = getelementptr inbounds %struct.TYPE_2__, ptr %13, i64 %12 %15 = load ptr, ptr %14, align 8, !tbaa !13 %16 = icmp eq ptr %15, null br i1 %16, label %30, label %17 17: ; preds = %9 %18 = load i32, ptr %0, align 4, !tbaa !15 %19 = getelementptr inbounds i8, ptr %14, i64 8 %20 = load i32, ptr %19, align 8, !tbaa !17 %21 = load i32, ptr @IPW_RX_BUF_SIZE, align 4, !tbaa !6 %22 = load i32, ptr @PCI_DMA_FROMDEVICE, align 4, !tbaa !6 %23 = tail call i32 @pci_unmap_single(i32 noundef %18, i32 noundef %20, i32 noundef %21, i32 noundef %22) #2 %24 = load ptr, ptr %1, align 8, !tbaa !10 %25 = getelementptr inbounds %struct.TYPE_2__, ptr %24, i64 %12 %26 = load ptr, ptr %25, align 8, !tbaa !13 %27 = tail call i32 @dev_kfree_skb(ptr noundef %26) #2 %28 = load i32, ptr @RX_QUEUE_SIZE, align 4, !tbaa !6 %29 = load i32, ptr @RX_FREE_BUFFERS, align 4, !tbaa !6 br label %30 30: ; preds = %9, %17 %31 = phi i32 [ %10, %9 ], [ %29, %17 ] %32 = phi i32 [ %11, %9 ], [ %28, %17 ] %33 = add nuw nsw i64 %12, 1 %34 = add nsw i32 %31, %32 %35 = sext i32 %34 to i64 %36 = icmp slt i64 %33, %35 br i1 %36, label %9, label %37, !llvm.loop !18 37: ; preds = %30, %4 %38 = tail call i32 @kfree(ptr noundef nonnull %1) #2 br label %39 39: ; preds = %2, %37 ret void } declare i32 @pci_unmap_single(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_kfree_skb(ptr noundef) local_unnamed_addr #1 declare i32 @kfree(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"ipw_rx_queue", !12, i64 0} !12 = !{!"any pointer", !8, i64 0} !13 = !{!14, !12, i64 0} !14 = !{!"TYPE_2__", !12, i64 0, !7, i64 8} !15 = !{!16, !7, i64 0} !16 = !{!"ipw_priv", !7, i64 0} !17 = !{!14, !7, i64 8} !18 = distinct !{!18, !19} !19 = !{!"llvm.loop.mustprogress"}
linux_drivers_net_wireless_intel_ipw2x00_extr_ipw2200.c_ipw_rx_queue_free
; ModuleID = 'AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx_seq.h_ahd_patch14_func.c' source_filename = "AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx_seq.h_ahd_patch14_func.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" @AHD_REG_SLOW_SETTLE_BUG = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @ahd_patch14_func], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, inaccessiblemem: none) uwtable define internal i32 @ahd_patch14_func(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 %3 = load i32, ptr @AHD_REG_SLOW_SETTLE_BUG, align 4, !tbaa !10 %4 = and i32 %3, %2 %5 = icmp ne i32 %4, 0 %6 = zext i1 %5 to i32 ret i32 %6 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"ahd_softc", !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/sys/dev/aic7xxx/extr_aic79xx_seq.h_ahd_patch14_func.c' source_filename = "AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx_seq.h_ahd_patch14_func.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @AHD_REG_SLOW_SETTLE_BUG = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @ahd_patch14_func], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, inaccessiblemem: none) uwtable(sync) define internal range(i32 0, 2) i32 @ahd_patch14_func(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 %3 = load i32, ptr @AHD_REG_SLOW_SETTLE_BUG, align 4, !tbaa !11 %4 = and i32 %3, %2 %5 = icmp ne i32 %4, 0 %6 = zext i1 %5 to i32 ret i32 %6 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"ahd_softc", !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_sys_dev_aic7xxx_extr_aic79xx_seq.h_ahd_patch14_func
; ModuleID = 'AnghaBench/freebsd/sys/i386/i386/extr_npx.c_fpu_kern_thread.c' source_filename = "AnghaBench/freebsd/sys/i386/i386/extr_npx.c_fpu_kern_thread.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_5__ = type { i64, i32 } @curthread = dso_local local_unnamed_addr global ptr null, align 8 @TDP_KTHREAD = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [37 x i8] c"Only kthread may use fpu_kern_thread\00", align 1 @curpcb = dso_local local_unnamed_addr global ptr null, align 8 @.str.1 = private unnamed_addr constant [17 x i8] c"mangled pcb_save\00", align 1 @.str.2 = private unnamed_addr constant [15 x i8] c"recursive call\00", align 1 @PCB_KERNNPX = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local noundef i32 @fpu_kern_thread(i32 noundef %0) local_unnamed_addr #0 { %2 = load ptr, ptr @curthread, align 8, !tbaa !5 %3 = load i32, ptr %2, align 4, !tbaa !9 %4 = load i32, ptr @TDP_KTHREAD, align 4, !tbaa !12 %5 = and i32 %4, %3 %6 = icmp ne i32 %5, 0 %7 = zext i1 %6 to i32 %8 = tail call i32 @KASSERT(i32 noundef %7, ptr noundef nonnull @.str) #2 %9 = load ptr, ptr @curpcb, align 8, !tbaa !5 %10 = load i64, ptr %9, align 8, !tbaa !13 %11 = tail call i64 @get_pcb_user_save_pcb(ptr noundef nonnull %9) #2 %12 = icmp eq i64 %10, %11 %13 = zext i1 %12 to i32 %14 = tail call i32 @KASSERT(i32 noundef %13, ptr noundef nonnull @.str.1) #2 %15 = load ptr, ptr @curpcb, align 8, !tbaa !5 %16 = tail call i32 @PCB_USER_FPU(ptr noundef %15) #2 %17 = tail call i32 @KASSERT(i32 noundef %16, ptr noundef nonnull @.str.2) #2 %18 = load i32, ptr @PCB_KERNNPX, align 4, !tbaa !12 %19 = load ptr, ptr @curpcb, align 8, !tbaa !5 %20 = getelementptr inbounds %struct.TYPE_5__, ptr %19, i64 0, i32 1 %21 = load i32, ptr %20, align 8, !tbaa !16 %22 = or i32 %21, %18 store i32 %22, ptr %20, align 8, !tbaa !16 ret i32 0 } declare i32 @KASSERT(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i64 @get_pcb_user_save_pcb(ptr noundef) local_unnamed_addr #1 declare i32 @PCB_USER_FPU(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 0} !10 = !{!"TYPE_6__", !11, i64 0} !11 = !{!"int", !7, i64 0} !12 = !{!11, !11, i64 0} !13 = !{!14, !15, i64 0} !14 = !{!"TYPE_5__", !15, i64 0, !11, i64 8} !15 = !{!"long", !7, i64 0} !16 = !{!14, !11, i64 8}
; ModuleID = 'AnghaBench/freebsd/sys/i386/i386/extr_npx.c_fpu_kern_thread.c' source_filename = "AnghaBench/freebsd/sys/i386/i386/extr_npx.c_fpu_kern_thread.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @curthread = common local_unnamed_addr global ptr null, align 8 @TDP_KTHREAD = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [37 x i8] c"Only kthread may use fpu_kern_thread\00", align 1 @curpcb = common local_unnamed_addr global ptr null, align 8 @.str.1 = private unnamed_addr constant [17 x i8] c"mangled pcb_save\00", align 1 @.str.2 = private unnamed_addr constant [15 x i8] c"recursive call\00", align 1 @PCB_KERNNPX = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define noundef i32 @fpu_kern_thread(i32 noundef %0) local_unnamed_addr #0 { %2 = load ptr, ptr @curthread, align 8, !tbaa !6 %3 = load i32, ptr %2, align 4, !tbaa !10 %4 = load i32, ptr @TDP_KTHREAD, align 4, !tbaa !13 %5 = and i32 %4, %3 %6 = icmp ne i32 %5, 0 %7 = zext i1 %6 to i32 %8 = tail call i32 @KASSERT(i32 noundef %7, ptr noundef nonnull @.str) #2 %9 = load ptr, ptr @curpcb, align 8, !tbaa !6 %10 = load i64, ptr %9, align 8, !tbaa !14 %11 = tail call i64 @get_pcb_user_save_pcb(ptr noundef nonnull %9) #2 %12 = icmp eq i64 %10, %11 %13 = zext i1 %12 to i32 %14 = tail call i32 @KASSERT(i32 noundef %13, ptr noundef nonnull @.str.1) #2 %15 = load ptr, ptr @curpcb, align 8, !tbaa !6 %16 = tail call i32 @PCB_USER_FPU(ptr noundef %15) #2 %17 = tail call i32 @KASSERT(i32 noundef %16, ptr noundef nonnull @.str.2) #2 %18 = load i32, ptr @PCB_KERNNPX, align 4, !tbaa !13 %19 = load ptr, ptr @curpcb, align 8, !tbaa !6 %20 = getelementptr inbounds i8, ptr %19, i64 8 %21 = load i32, ptr %20, align 8, !tbaa !17 %22 = or i32 %21, %18 store i32 %22, ptr %20, align 8, !tbaa !17 ret i32 0 } declare i32 @KASSERT(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i64 @get_pcb_user_save_pcb(ptr noundef) local_unnamed_addr #1 declare i32 @PCB_USER_FPU(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"TYPE_6__", !12, i64 0} !12 = !{!"int", !8, i64 0} !13 = !{!12, !12, i64 0} !14 = !{!15, !16, i64 0} !15 = !{!"TYPE_5__", !16, i64 0, !12, i64 8} !16 = !{!"long", !8, i64 0} !17 = !{!15, !12, i64 8}
freebsd_sys_i386_i386_extr_npx.c_fpu_kern_thread
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/mcde/extr_mcde_display.c_mcde_display_check.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/mcde/extr_mcde_display.c_mcde_display_check.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.drm_crtc_state = type { i32, %struct.drm_display_mode } %struct.drm_display_mode = type { i32 } %struct.drm_framebuffer = type { ptr, ptr } @.str = private unnamed_addr constant [23 x i8] c"FB not 32-bit aligned\0A\00", align 1 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [22 x i8] c"can't handle pitches\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @mcde_display_check], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @mcde_display_check(ptr nocapture noundef readonly %0, ptr noundef %1, ptr nocapture noundef %2) #0 { %4 = getelementptr inbounds %struct.drm_crtc_state, ptr %2, i64 0, i32 1 %5 = load ptr, ptr %0, align 8, !tbaa !5 %6 = load ptr, ptr %5, align 8, !tbaa !11 %7 = load ptr, ptr %1, align 8, !tbaa !13 %8 = icmp eq ptr %7, null br i1 %8, label %38, label %9 9: ; preds = %3 %10 = tail call i32 @drm_fb_cma_get_gem_addr(ptr noundef nonnull %7, ptr noundef nonnull %1, i32 noundef 0) #2 %11 = and i32 %10, 3 %12 = icmp eq i32 %11, 0 br i1 %12, label %17, label %13 13: ; preds = %9 %14 = tail call i32 @DRM_DEBUG_KMS(ptr noundef nonnull @.str) #2 %15 = load i32, ptr @EINVAL, align 4, !tbaa !15 %16 = sub nsw i32 0, %15 br label %38 17: ; preds = %9 %18 = load ptr, ptr %7, align 8, !tbaa !17 %19 = load i32, ptr %18, align 4, !tbaa !15 %20 = load i32, ptr %4, align 4, !tbaa !19 %21 = getelementptr inbounds %struct.drm_framebuffer, ptr %7, i64 0, i32 1 %22 = load ptr, ptr %21, align 8, !tbaa !21 %23 = load ptr, ptr %22, align 8, !tbaa !22 %24 = load i32, ptr %23, align 4, !tbaa !15 %25 = mul nsw i32 %24, %20 %26 = icmp eq i32 %19, %25 br i1 %26, label %31, label %27 27: ; preds = %17 %28 = tail call i32 @DRM_DEBUG_KMS(ptr noundef nonnull @.str.1) #2 %29 = load i32, ptr @EINVAL, align 4, !tbaa !15 %30 = sub nsw i32 0, %29 br label %38 31: ; preds = %17 %32 = icmp eq ptr %6, null br i1 %32, label %38, label %33 33: ; preds = %31 %34 = getelementptr inbounds %struct.drm_framebuffer, ptr %6, i64 0, i32 1 %35 = load ptr, ptr %34, align 8, !tbaa !21 %36 = icmp eq ptr %35, %22 br i1 %36, label %38, label %37 37: ; preds = %33 store i32 1, ptr %2, align 4, !tbaa !24 br label %38 38: ; preds = %31, %33, %37, %3, %13, %27 %39 = phi i32 [ %16, %13 ], [ %30, %27 ], [ 0, %3 ], [ 0, %37 ], [ 0, %33 ], [ 0, %31 ] ret i32 %39 } declare i32 @drm_fb_cma_get_gem_addr(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @DRM_DEBUG_KMS(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, !8, i64 0} !6 = !{!"drm_simple_display_pipe", !7, i64 0} !7 = !{!"TYPE_5__", !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_4__", !8, i64 0} !13 = !{!14, !8, i64 0} !14 = !{!"drm_plane_state", !8, i64 0} !15 = !{!16, !16, i64 0} !16 = !{!"int", !9, i64 0} !17 = !{!18, !8, i64 0} !18 = !{!"drm_framebuffer", !8, i64 0, !8, i64 8} !19 = !{!20, !16, i64 0} !20 = !{!"drm_display_mode", !16, i64 0} !21 = !{!18, !8, i64 8} !22 = !{!23, !8, i64 0} !23 = !{!"TYPE_6__", !8, i64 0} !24 = !{!25, !16, i64 0} !25 = !{!"drm_crtc_state", !16, i64 0, !20, i64 4}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/mcde/extr_mcde_display.c_mcde_display_check.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/mcde/extr_mcde_display.c_mcde_display_check.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 [23 x i8] c"FB not 32-bit aligned\0A\00", align 1 @EINVAL = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [22 x i8] c"can't handle pitches\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @mcde_display_check], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @mcde_display_check(ptr nocapture noundef readonly %0, ptr noundef %1, ptr nocapture noundef %2) #0 { %4 = getelementptr inbounds i8, ptr %2, i64 4 %5 = load ptr, ptr %0, align 8, !tbaa !6 %6 = load ptr, ptr %5, align 8, !tbaa !12 %7 = load ptr, ptr %1, align 8, !tbaa !14 %8 = icmp eq ptr %7, null br i1 %8, label %38, label %9 9: ; preds = %3 %10 = tail call i32 @drm_fb_cma_get_gem_addr(ptr noundef nonnull %7, ptr noundef nonnull %1, i32 noundef 0) #2 %11 = and i32 %10, 3 %12 = icmp eq i32 %11, 0 br i1 %12, label %17, label %13 13: ; preds = %9 %14 = tail call i32 @DRM_DEBUG_KMS(ptr noundef nonnull @.str) #2 %15 = load i32, ptr @EINVAL, align 4, !tbaa !16 %16 = sub nsw i32 0, %15 br label %38 17: ; preds = %9 %18 = load ptr, ptr %7, align 8, !tbaa !18 %19 = load i32, ptr %18, align 4, !tbaa !16 %20 = load i32, ptr %4, align 4, !tbaa !20 %21 = getelementptr inbounds i8, ptr %7, i64 8 %22 = load ptr, ptr %21, align 8, !tbaa !22 %23 = load ptr, ptr %22, align 8, !tbaa !23 %24 = load i32, ptr %23, align 4, !tbaa !16 %25 = mul nsw i32 %24, %20 %26 = icmp eq i32 %19, %25 br i1 %26, label %31, label %27 27: ; preds = %17 %28 = tail call i32 @DRM_DEBUG_KMS(ptr noundef nonnull @.str.1) #2 %29 = load i32, ptr @EINVAL, align 4, !tbaa !16 %30 = sub nsw i32 0, %29 br label %38 31: ; preds = %17 %32 = icmp eq ptr %6, null br i1 %32, label %38, label %33 33: ; preds = %31 %34 = getelementptr inbounds i8, ptr %6, i64 8 %35 = load ptr, ptr %34, align 8, !tbaa !22 %36 = icmp eq ptr %35, %22 br i1 %36, label %38, label %37 37: ; preds = %33 store i32 1, ptr %2, align 4, !tbaa !25 br label %38 38: ; preds = %31, %33, %37, %3, %13, %27 %39 = phi i32 [ %16, %13 ], [ %30, %27 ], [ 0, %3 ], [ 0, %37 ], [ 0, %33 ], [ 0, %31 ] ret i32 %39 } declare i32 @drm_fb_cma_get_gem_addr(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @DRM_DEBUG_KMS(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, !9, i64 0} !7 = !{!"drm_simple_display_pipe", !8, i64 0} !8 = !{!"TYPE_5__", !9, i64 0} !9 = !{!"any pointer", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!13, !9, i64 0} !13 = !{!"TYPE_4__", !9, i64 0} !14 = !{!15, !9, i64 0} !15 = !{!"drm_plane_state", !9, i64 0} !16 = !{!17, !17, i64 0} !17 = !{!"int", !10, i64 0} !18 = !{!19, !9, i64 0} !19 = !{!"drm_framebuffer", !9, i64 0, !9, i64 8} !20 = !{!21, !17, i64 0} !21 = !{!"drm_display_mode", !17, i64 0} !22 = !{!19, !9, i64 8} !23 = !{!24, !9, i64 0} !24 = !{!"TYPE_6__", !9, i64 0} !25 = !{!26, !17, i64 0} !26 = !{!"drm_crtc_state", !17, i64 0, !21, i64 4}
linux_drivers_gpu_drm_mcde_extr_mcde_display.c_mcde_display_check
; ModuleID = 'AnghaBench/netdata/registry/extr_registry.c_registry_json_disabled.c' source_filename = "AnghaBench/netdata/registry/extr_registry.c_registry_json_disabled.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 { i32 } @REGISTRY_STATUS_DISABLED = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [20 x i8] c",\0A\09\22registry\22: \22%s\22\00", align 1 @registry = dso_local local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @registry_json_disabled], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal noundef i32 @registry_json_disabled(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = load i32, ptr @REGISTRY_STATUS_DISABLED, align 4, !tbaa !5 %5 = tail call i32 @registry_json_header(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %4) #2 %6 = load i32, ptr %1, align 4, !tbaa !9 %7 = load i32, ptr @registry, align 4, !tbaa !12 %8 = tail call i32 @buffer_sprintf(i32 noundef %6, ptr noundef nonnull @.str, i32 noundef %7) #2 %9 = tail call i32 @registry_json_footer(ptr noundef nonnull %1) #2 ret i32 200 } declare i32 @registry_json_header(ptr noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @buffer_sprintf(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @registry_json_footer(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"} !9 = !{!10, !6, i64 0} !10 = !{!"web_client", !11, i64 0} !11 = !{!"TYPE_3__", !6, i64 0} !12 = !{!13, !6, i64 0} !13 = !{!"TYPE_4__", !6, i64 0}
; ModuleID = 'AnghaBench/netdata/registry/extr_registry.c_registry_json_disabled.c' source_filename = "AnghaBench/netdata/registry/extr_registry.c_registry_json_disabled.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 } @REGISTRY_STATUS_DISABLED = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [20 x i8] c",\0A\09\22registry\22: \22%s\22\00", align 1 @registry = common local_unnamed_addr global %struct.TYPE_4__ zeroinitializer, align 4 @llvm.used = appending global [1 x ptr] [ptr @registry_json_disabled], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal noundef i32 @registry_json_disabled(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = load i32, ptr @REGISTRY_STATUS_DISABLED, align 4, !tbaa !6 %5 = tail call i32 @registry_json_header(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %4) #2 %6 = load i32, ptr %1, align 4, !tbaa !10 %7 = load i32, ptr @registry, align 4, !tbaa !13 %8 = tail call i32 @buffer_sprintf(i32 noundef %6, ptr noundef nonnull @.str, i32 noundef %7) #2 %9 = tail call i32 @registry_json_footer(ptr noundef nonnull %1) #2 ret i32 200 } declare i32 @registry_json_header(ptr noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @buffer_sprintf(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @registry_json_footer(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"} !10 = !{!11, !7, i64 0} !11 = !{!"web_client", !12, i64 0} !12 = !{!"TYPE_3__", !7, i64 0} !13 = !{!14, !7, i64 0} !14 = !{!"TYPE_4__", !7, i64 0}
netdata_registry_extr_registry.c_registry_json_disabled
; ModuleID = 'AnghaBench/How-to-Make-a-Computer-Operating-System/src/sdk/src/libc/src/stdio/extr_support_bufio.c_bufcon_leni.c' source_filename = "AnghaBench/How-to-Make-a-Computer-Operating-System/src/sdk/src/libc/src/stdio/extr_support_bufio.c_bufcon_leni.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 i32 @bufcon_leni(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @llvm.abs.i32(i32 %0, i1 true) %3 = lshr i32 %0, 31 %4 = icmp ult i32 %2, 10 br i1 %4, label %5, label %7 5: ; preds = %1 %6 = add nuw nsw i32 %3, 1 br label %39 7: ; preds = %1 %8 = icmp ult i32 %2, 100 br i1 %8, label %9, label %11 9: ; preds = %7 %10 = or disjoint i32 %3, 2 br label %39 11: ; preds = %7 %12 = icmp ult i32 %2, 1000 br i1 %12, label %13, label %15 13: ; preds = %11 %14 = add nuw nsw i32 %3, 3 br label %39 15: ; preds = %11 %16 = icmp ult i32 %2, 10000 br i1 %16, label %17, label %19 17: ; preds = %15 %18 = or disjoint i32 %3, 4 br label %39 19: ; preds = %15 %20 = icmp ult i32 %2, 100000 br i1 %20, label %21, label %23 21: ; preds = %19 %22 = add nuw nsw i32 %3, 5 br label %39 23: ; preds = %19 %24 = icmp ult i32 %2, 1000000 br i1 %24, label %25, label %27 25: ; preds = %23 %26 = or disjoint i32 %3, 6 br label %39 27: ; preds = %23 %28 = icmp ult i32 %2, 10000000 br i1 %28, label %29, label %31 29: ; preds = %27 %30 = add nuw nsw i32 %3, 7 br label %39 31: ; preds = %27 %32 = icmp ult i32 %2, 100000000 br i1 %32, label %33, label %35 33: ; preds = %31 %34 = or disjoint i32 %3, 8 br label %39 35: ; preds = %31 %36 = icmp ult i32 %2, 1000000000 %37 = add nuw nsw i32 %3, 9 %38 = select i1 %36, i32 %37, i32 10 br label %39 39: ; preds = %35, %33, %29, %25, %21, %17, %13, %9, %5 %40 = phi i32 [ %6, %5 ], [ %10, %9 ], [ %14, %13 ], [ %18, %17 ], [ %22, %21 ], [ %26, %25 ], [ %30, %29 ], [ %34, %33 ], [ %38, %35 ] ret i32 %40 } ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.abs.i32(i32, i1 immarg) #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 speculatable willreturn memory(none) } !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/How-to-Make-a-Computer-Operating-System/src/sdk/src/libc/src/stdio/extr_support_bufio.c_bufcon_leni.c' source_filename = "AnghaBench/How-to-Make-a-Computer-Operating-System/src/sdk/src/libc/src/stdio/extr_support_bufio.c_bufcon_leni.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 range(i32 1, 11) i32 @bufcon_leni(i32 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @llvm.abs.i32(i32 %0, i1 true) %3 = lshr i32 %0, 31 %4 = icmp ult i32 %2, 10 br i1 %4, label %5, label %7 5: ; preds = %1 %6 = add nuw nsw i32 %3, 1 br label %39 7: ; preds = %1 %8 = icmp ult i32 %2, 100 br i1 %8, label %9, label %11 9: ; preds = %7 %10 = or disjoint i32 %3, 2 br label %39 11: ; preds = %7 %12 = icmp ult i32 %2, 1000 br i1 %12, label %13, label %15 13: ; preds = %11 %14 = add nuw nsw i32 %3, 3 br label %39 15: ; preds = %11 %16 = icmp ult i32 %2, 10000 br i1 %16, label %17, label %19 17: ; preds = %15 %18 = or disjoint i32 %3, 4 br label %39 19: ; preds = %15 %20 = icmp ult i32 %2, 100000 br i1 %20, label %21, label %23 21: ; preds = %19 %22 = add nuw nsw i32 %3, 5 br label %39 23: ; preds = %19 %24 = icmp ult i32 %2, 1000000 br i1 %24, label %25, label %27 25: ; preds = %23 %26 = or disjoint i32 %3, 6 br label %39 27: ; preds = %23 %28 = icmp ult i32 %2, 10000000 br i1 %28, label %29, label %31 29: ; preds = %27 %30 = add nuw nsw i32 %3, 7 br label %39 31: ; preds = %27 %32 = icmp ult i32 %2, 100000000 br i1 %32, label %33, label %35 33: ; preds = %31 %34 = or disjoint i32 %3, 8 br label %39 35: ; preds = %31 %36 = icmp ult i32 %2, 1000000000 %37 = add nuw nsw i32 %3, 9 %38 = select i1 %36, i32 %37, i32 10 br label %39 39: ; preds = %35, %33, %29, %25, %21, %17, %13, %9, %5 %40 = phi i32 [ %6, %5 ], [ %10, %9 ], [ %14, %13 ], [ %18, %17 ], [ %22, %21 ], [ %26, %25 ], [ %30, %29 ], [ %34, %33 ], [ %38, %35 ] ret i32 %40 } ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare i32 @llvm.abs.i32(i32, i1 immarg) #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" } attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !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)"}
How-to-Make-a-Computer-Operating-System_src_sdk_src_libc_src_stdio_extr_support_bufio.c_bufcon_leni
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/aoa/core/extr_gpio-pmf.c_pmf_gpio_exit.c' source_filename = "AnghaBench/fastsocket/kernel/sound/aoa/core/extr_gpio-pmf.c_pmf_gpio_exit.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.gpio_runtime = type { %struct.TYPE_6__, %struct.TYPE_5__, %struct.TYPE_4__, i64 } %struct.TYPE_6__ = type { i64, i32, i32 } %struct.TYPE_5__ = type { i64, i32, i32 } %struct.TYPE_4__ = type { i64, i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @pmf_gpio_exit], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @pmf_gpio_exit(ptr noundef %0) #0 { %2 = tail call i32 @pmf_gpio_all_amps_off(ptr noundef %0) #2 %3 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 3 store i64 0, ptr %3, align 8, !tbaa !5 %4 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 2 %5 = load i64, ptr %4, align 8, !tbaa !14 %6 = icmp eq i64 %5, 0 br i1 %6, label %9, label %7 7: ; preds = %1 %8 = tail call i32 @pmf_unregister_irq_client(i64 noundef %5) #2 br label %9 9: ; preds = %7, %1 %10 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 1 %11 = load i64, ptr %10, align 8, !tbaa !15 %12 = icmp eq i64 %11, 0 br i1 %12, label %15, label %13 13: ; preds = %9 %14 = tail call i32 @pmf_unregister_irq_client(i64 noundef %11) #2 br label %15 15: ; preds = %13, %9 %16 = load i64, ptr %0, align 8, !tbaa !16 %17 = icmp eq i64 %16, 0 br i1 %17, label %20, label %18 18: ; preds = %15 %19 = tail call i32 @pmf_unregister_irq_client(i64 noundef %16) #2 br label %20 20: ; preds = %18, %15 %21 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 2, i32 2 %22 = tail call i32 @cancel_delayed_work(ptr noundef nonnull %21) #2 %23 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 1, i32 2 %24 = tail call i32 @cancel_delayed_work(ptr noundef nonnull %23) #2 %25 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 2 %26 = tail call i32 @cancel_delayed_work(ptr noundef nonnull %25) #2 %27 = tail call i32 (...) @flush_scheduled_work() #2 %28 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 2, i32 1 %29 = tail call i32 @mutex_destroy(ptr noundef nonnull %28) #2 %30 = getelementptr inbounds %struct.gpio_runtime, ptr %0, i64 0, i32 1, i32 1 %31 = tail call i32 @mutex_destroy(ptr noundef nonnull %30) #2 %32 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 1 %33 = tail call i32 @mutex_destroy(ptr noundef nonnull %32) #2 %34 = load i64, ptr %4, align 8, !tbaa !14 %35 = icmp eq i64 %34, 0 br i1 %35, label %38, label %36 36: ; preds = %20 %37 = tail call i32 @kfree(i64 noundef %34) #2 br label %38 38: ; preds = %36, %20 %39 = load i64, ptr %10, align 8, !tbaa !15 %40 = icmp eq i64 %39, 0 br i1 %40, label %43, label %41 41: ; preds = %38 %42 = tail call i32 @kfree(i64 noundef %39) #2 br label %43 43: ; preds = %41, %38 %44 = load i64, ptr %0, align 8, !tbaa !16 %45 = icmp eq i64 %44, 0 br i1 %45, label %48, label %46 46: ; preds = %43 %47 = tail call i32 @kfree(i64 noundef %44) #2 br label %48 48: ; preds = %46, %43 ret void } declare i32 @pmf_gpio_all_amps_off(ptr noundef) local_unnamed_addr #1 declare i32 @pmf_unregister_irq_client(i64 noundef) local_unnamed_addr #1 declare i32 @cancel_delayed_work(ptr noundef) local_unnamed_addr #1 declare i32 @flush_scheduled_work(...) local_unnamed_addr #1 declare i32 @mutex_destroy(ptr noundef) local_unnamed_addr #1 declare i32 @kfree(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, !8, i64 48} !6 = !{!"gpio_runtime", !7, i64 0, !12, i64 16, !13, i64 32, !8, i64 48} !7 = !{!"TYPE_6__", !8, i64 0, !11, i64 8, !11, i64 12} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!"TYPE_5__", !8, i64 0, !11, i64 8, !11, i64 12} !13 = !{!"TYPE_4__", !8, i64 0, !11, i64 8, !11, i64 12} !14 = !{!6, !8, i64 32} !15 = !{!6, !8, i64 16} !16 = !{!6, !8, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/aoa/core/extr_gpio-pmf.c_pmf_gpio_exit.c' source_filename = "AnghaBench/fastsocket/kernel/sound/aoa/core/extr_gpio-pmf.c_pmf_gpio_exit.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 @pmf_gpio_exit], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @pmf_gpio_exit(ptr noundef %0) #0 { %2 = tail call i32 @pmf_gpio_all_amps_off(ptr noundef %0) #2 %3 = getelementptr inbounds i8, ptr %0, i64 48 store i64 0, ptr %3, align 8, !tbaa !6 %4 = getelementptr inbounds i8, ptr %0, i64 32 %5 = load i64, ptr %4, align 8, !tbaa !15 %6 = icmp eq i64 %5, 0 br i1 %6, label %9, label %7 7: ; preds = %1 %8 = tail call i32 @pmf_unregister_irq_client(i64 noundef %5) #2 br label %9 9: ; preds = %7, %1 %10 = getelementptr inbounds i8, ptr %0, i64 16 %11 = load i64, ptr %10, align 8, !tbaa !16 %12 = icmp eq i64 %11, 0 br i1 %12, label %15, label %13 13: ; preds = %9 %14 = tail call i32 @pmf_unregister_irq_client(i64 noundef %11) #2 br label %15 15: ; preds = %13, %9 %16 = load i64, ptr %0, align 8, !tbaa !17 %17 = icmp eq i64 %16, 0 br i1 %17, label %20, label %18 18: ; preds = %15 %19 = tail call i32 @pmf_unregister_irq_client(i64 noundef %16) #2 br label %20 20: ; preds = %18, %15 %21 = getelementptr inbounds i8, ptr %0, i64 44 %22 = tail call i32 @cancel_delayed_work(ptr noundef nonnull %21) #2 %23 = getelementptr inbounds i8, ptr %0, i64 28 %24 = tail call i32 @cancel_delayed_work(ptr noundef nonnull %23) #2 %25 = getelementptr inbounds i8, ptr %0, i64 12 %26 = tail call i32 @cancel_delayed_work(ptr noundef nonnull %25) #2 %27 = tail call i32 @flush_scheduled_work() #2 %28 = getelementptr inbounds i8, ptr %0, i64 40 %29 = tail call i32 @mutex_destroy(ptr noundef nonnull %28) #2 %30 = getelementptr inbounds i8, ptr %0, i64 24 %31 = tail call i32 @mutex_destroy(ptr noundef nonnull %30) #2 %32 = getelementptr inbounds i8, ptr %0, i64 8 %33 = tail call i32 @mutex_destroy(ptr noundef nonnull %32) #2 %34 = load i64, ptr %4, align 8, !tbaa !15 %35 = icmp eq i64 %34, 0 br i1 %35, label %38, label %36 36: ; preds = %20 %37 = tail call i32 @kfree(i64 noundef %34) #2 br label %38 38: ; preds = %36, %20 %39 = load i64, ptr %10, align 8, !tbaa !16 %40 = icmp eq i64 %39, 0 br i1 %40, label %43, label %41 41: ; preds = %38 %42 = tail call i32 @kfree(i64 noundef %39) #2 br label %43 43: ; preds = %41, %38 %44 = load i64, ptr %0, align 8, !tbaa !17 %45 = icmp eq i64 %44, 0 br i1 %45, label %48, label %46 46: ; preds = %43 %47 = tail call i32 @kfree(i64 noundef %44) #2 br label %48 48: ; preds = %46, %43 ret void } declare i32 @pmf_gpio_all_amps_off(ptr noundef) local_unnamed_addr #1 declare i32 @pmf_unregister_irq_client(i64 noundef) local_unnamed_addr #1 declare i32 @cancel_delayed_work(ptr noundef) local_unnamed_addr #1 declare i32 @flush_scheduled_work(...) local_unnamed_addr #1 declare i32 @mutex_destroy(ptr noundef) local_unnamed_addr #1 declare i32 @kfree(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, !9, i64 48} !7 = !{!"gpio_runtime", !8, i64 0, !13, i64 16, !14, i64 32, !9, i64 48} !8 = !{!"TYPE_6__", !9, i64 0, !12, i64 8, !12, i64 12} !9 = !{!"long", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"int", !10, i64 0} !13 = !{!"TYPE_5__", !9, i64 0, !12, i64 8, !12, i64 12} !14 = !{!"TYPE_4__", !9, i64 0, !12, i64 8, !12, i64 12} !15 = !{!7, !9, i64 32} !16 = !{!7, !9, i64 16} !17 = !{!7, !9, i64 0}
fastsocket_kernel_sound_aoa_core_extr_gpio-pmf.c_pmf_gpio_exit
; ModuleID = 'AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_entry.c_archive_entry_set_ino64.c' source_filename = "AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_entry.c_archive_entry_set_ino64.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.archive_entry = type { %struct.TYPE_2__, i32, i64 } %struct.TYPE_2__ = type { i32 } @AE_SET_INO = 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 void @archive_entry_set_ino64(ptr nocapture noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = getelementptr inbounds %struct.archive_entry, ptr %0, i64 0, i32 2 store i64 0, ptr %3, align 8, !tbaa !5 %4 = load i32, ptr @AE_SET_INO, align 4, !tbaa !12 %5 = getelementptr inbounds %struct.archive_entry, ptr %0, i64 0, i32 1 %6 = load i32, ptr %5, align 4, !tbaa !13 %7 = or i32 %6, %4 store i32 %7, ptr %5, align 4, !tbaa !13 store i32 %1, ptr %0, align 8, !tbaa !14 ret void } 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, !11, i64 8} !6 = !{!"archive_entry", !7, i64 0, !8, i64 4, !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 = !{!"long", !9, i64 0} !12 = !{!8, !8, i64 0} !13 = !{!6, !8, i64 4} !14 = !{!6, !8, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_entry.c_archive_entry_set_ino64.c' source_filename = "AnghaBench/freebsd/contrib/libarchive/libarchive/extr_archive_entry.c_archive_entry_set_ino64.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @AE_SET_INO = 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 void @archive_entry_set_ino64(ptr nocapture noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = getelementptr inbounds i8, ptr %0, i64 8 store i64 0, ptr %3, align 8, !tbaa !6 %4 = load i32, ptr @AE_SET_INO, align 4, !tbaa !13 %5 = getelementptr inbounds i8, ptr %0, i64 4 %6 = load i32, ptr %5, align 4, !tbaa !14 %7 = or i32 %6, %4 store i32 %7, ptr %5, align 4, !tbaa !14 store i32 %1, ptr %0, align 8, !tbaa !15 ret void } 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, !12, i64 8} !7 = !{!"archive_entry", !8, i64 0, !9, i64 4, !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 = !{!"long", !10, i64 0} !13 = !{!9, !9, i64 0} !14 = !{!7, !9, i64 4} !15 = !{!7, !9, i64 0}
freebsd_contrib_libarchive_libarchive_extr_archive_entry.c_archive_entry_set_ino64
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/mips/extr_hevc_mc_uni_msa.c_hevc_hv_uni_4t_8x2_msa.c' source_filename = "AnghaBench/FFmpeg/libavcodec/mips/extr_hevc_mc_uni_msa.c_hevc_hv_uni_4t_8x2_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" @ff_hevc_mask_arr = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @hevc_hv_uni_4t_8x2_msa], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @hevc_hv_uni_4t_8x2_msa(ptr noundef %0, i64 noundef %1, ptr noundef %2, i64 noundef %3, ptr noundef %4, ptr noundef %5) #0 { %7 = load i32, ptr @ff_hevc_mask_arr, align 4, !tbaa !5 %8 = tail call i64 @LD_SB(i32 noundef %7) #2 %9 = xor i64 %1, -1 %10 = getelementptr inbounds i32, ptr %0, i64 %9 %11 = tail call i32 @LD_SH(ptr noundef %4) #2 %12 = tail call i32 @SPLATI_H2_SH(i32 noundef %11, i32 noundef 0, i32 noundef 1, i32 noundef undef, i32 noundef undef) #2 %13 = tail call i32 @LD_SH(ptr noundef %5) #2 %14 = tail call i32 @UNPCK_R_SB_SH(i32 noundef %13, i32 noundef %13) #2 %15 = tail call i32 @SPLATI_W2_SH(i32 noundef %13, i32 noundef 0, i32 noundef undef, i32 noundef undef) #2 %16 = add nsw i64 %8, 2 %17 = tail call i32 @LD_SB5(ptr noundef %10, i64 noundef %1, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef) #2 %18 = tail call i32 @XORI_B5_128_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef) #2 %19 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %20 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %21 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %22 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %23 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %24 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %25 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %26 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %27 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %28 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %29 = tail call i32 @ILVRL_H2_SH(i32 noundef %25, i32 noundef %24, i32 noundef undef, i32 noundef undef) #2 %30 = tail call i32 @ILVRL_H2_SH(i32 noundef %26, i32 noundef %25, i32 noundef undef, i32 noundef undef) #2 %31 = tail call i32 @ILVRL_H2_SH(i32 noundef %27, i32 noundef %26, i32 noundef undef, i32 noundef undef) #2 %32 = tail call i32 @ILVRL_H2_SH(i32 noundef %28, i32 noundef %27, i32 noundef undef, i32 noundef undef) #2 %33 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %34 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %35 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %36 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %37 = tail call i32 @SRA_4V(i32 noundef %33, i32 noundef %34, i32 noundef %35, i32 noundef %36, i32 noundef 6) #2 %38 = tail call i32 @PCKEV_H2_SH(i32 noundef %34, i32 noundef %33, i32 noundef %36, i32 noundef %35, i32 noundef undef, i32 noundef undef) #2 %39 = tail call i32 @SRARI_H2_SH(i32 noundef undef, i32 noundef undef, i32 noundef 6) #2 %40 = tail call i32 @SAT_SH2_SH(i32 noundef undef, i32 noundef undef, i32 noundef 7) #2 %41 = tail call i32 @PCKEV_XORI128_UB(i32 noundef undef, i32 noundef undef) #2 %42 = tail call i32 @ST_D2(i32 noundef %41, i32 noundef 0, i32 noundef 1, ptr noundef %2, i64 noundef %3) #2 ret void } declare i64 @LD_SB(i32 noundef) local_unnamed_addr #1 declare i32 @LD_SH(ptr noundef) local_unnamed_addr #1 declare i32 @SPLATI_H2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @UNPCK_R_SB_SH(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SPLATI_W2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @LD_SB5(ptr noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @XORI_B5_128_SB(i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @VSHF_B2_SB(i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @HEVC_FILT_4TAP_SH(i64 noundef, i64 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ILVRL_H2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @HEVC_FILT_4TAP(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SRA_4V(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @PCKEV_H2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SRARI_H2_SH(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SAT_SH2_SH(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @PCKEV_XORI128_UB(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ST_D2(i32 noundef, i32 noundef, i32 noundef, ptr 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 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/mips/extr_hevc_mc_uni_msa.c_hevc_hv_uni_4t_8x2_msa.c' source_filename = "AnghaBench/FFmpeg/libavcodec/mips/extr_hevc_mc_uni_msa.c_hevc_hv_uni_4t_8x2_msa.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ff_hevc_mask_arr = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @hevc_hv_uni_4t_8x2_msa], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @hevc_hv_uni_4t_8x2_msa(ptr noundef %0, i64 noundef %1, ptr noundef %2, i64 noundef %3, ptr noundef %4, ptr noundef %5) #0 { %7 = load i32, ptr @ff_hevc_mask_arr, align 4, !tbaa !6 %8 = tail call i64 @LD_SB(i32 noundef %7) #2 %9 = xor i64 %1, -1 %10 = getelementptr inbounds i32, ptr %0, i64 %9 %11 = tail call i32 @LD_SH(ptr noundef %4) #2 %12 = tail call i32 @SPLATI_H2_SH(i32 noundef %11, i32 noundef 0, i32 noundef 1, i32 noundef undef, i32 noundef undef) #2 %13 = tail call i32 @LD_SH(ptr noundef %5) #2 %14 = tail call i32 @UNPCK_R_SB_SH(i32 noundef %13, i32 noundef %13) #2 %15 = tail call i32 @SPLATI_W2_SH(i32 noundef %13, i32 noundef 0, i32 noundef undef, i32 noundef undef) #2 %16 = add nsw i64 %8, 2 %17 = tail call i32 @LD_SB5(ptr noundef %10, i64 noundef %1, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef) #2 %18 = tail call i32 @XORI_B5_128_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef) #2 %19 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %20 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %21 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %22 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %23 = tail call i32 @VSHF_B2_SB(i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef undef, i64 noundef %8, i64 noundef %16, i64 noundef undef, i64 noundef undef) #2 %24 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %25 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %26 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %27 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %28 = tail call i32 @HEVC_FILT_4TAP_SH(i64 noundef undef, i64 noundef undef, i32 noundef undef, i32 noundef undef) #2 %29 = tail call i32 @ILVRL_H2_SH(i32 noundef %25, i32 noundef %24, i32 noundef undef, i32 noundef undef) #2 %30 = tail call i32 @ILVRL_H2_SH(i32 noundef %26, i32 noundef %25, i32 noundef undef, i32 noundef undef) #2 %31 = tail call i32 @ILVRL_H2_SH(i32 noundef %27, i32 noundef %26, i32 noundef undef, i32 noundef undef) #2 %32 = tail call i32 @ILVRL_H2_SH(i32 noundef %28, i32 noundef %27, i32 noundef undef, i32 noundef undef) #2 %33 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %34 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %35 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %36 = tail call i32 @HEVC_FILT_4TAP(i32 noundef undef, i32 noundef undef, i32 noundef undef, i32 noundef undef) #2 %37 = tail call i32 @SRA_4V(i32 noundef %33, i32 noundef %34, i32 noundef %35, i32 noundef %36, i32 noundef 6) #2 %38 = tail call i32 @PCKEV_H2_SH(i32 noundef %34, i32 noundef %33, i32 noundef %36, i32 noundef %35, i32 noundef undef, i32 noundef undef) #2 %39 = tail call i32 @SRARI_H2_SH(i32 noundef undef, i32 noundef undef, i32 noundef 6) #2 %40 = tail call i32 @SAT_SH2_SH(i32 noundef undef, i32 noundef undef, i32 noundef 7) #2 %41 = tail call i32 @PCKEV_XORI128_UB(i32 noundef undef, i32 noundef undef) #2 %42 = tail call i32 @ST_D2(i32 noundef %41, i32 noundef 0, i32 noundef 1, ptr noundef %2, i64 noundef %3) #2 ret void } declare i64 @LD_SB(i32 noundef) local_unnamed_addr #1 declare i32 @LD_SH(ptr noundef) local_unnamed_addr #1 declare i32 @SPLATI_H2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @UNPCK_R_SB_SH(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SPLATI_W2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @LD_SB5(ptr noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @XORI_B5_128_SB(i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @VSHF_B2_SB(i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @HEVC_FILT_4TAP_SH(i64 noundef, i64 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ILVRL_H2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @HEVC_FILT_4TAP(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SRA_4V(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @PCKEV_H2_SH(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SRARI_H2_SH(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SAT_SH2_SH(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @PCKEV_XORI128_UB(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @ST_D2(i32 noundef, i32 noundef, i32 noundef, ptr 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 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
FFmpeg_libavcodec_mips_extr_hevc_mc_uni_msa.c_hevc_hv_uni_4t_8x2_msa
; ModuleID = 'AnghaBench/reactos/dll/win32/msi/extr_alter.c_ALTER_get_dimensions.c' source_filename = "AnghaBench/reactos/dll/win32/msi/extr_alter.c_ALTER_get_dimensions.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [10 x i8] c"%p %p %p\0A\00", align 1 @ERROR_FUNCTION_FAILED = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @ALTER_get_dimensions], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @ALTER_get_dimensions(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = tail call i32 @TRACE(ptr noundef nonnull @.str, ptr noundef %0, ptr noundef %1, ptr noundef %2) #2 %5 = load i32, ptr @ERROR_FUNCTION_FAILED, align 4, !tbaa !5 ret i32 %5 } declare i32 @TRACE(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/reactos/dll/win32/msi/extr_alter.c_ALTER_get_dimensions.c' source_filename = "AnghaBench/reactos/dll/win32/msi/extr_alter.c_ALTER_get_dimensions.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [10 x i8] c"%p %p %p\0A\00", align 1 @ERROR_FUNCTION_FAILED = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @ALTER_get_dimensions], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @ALTER_get_dimensions(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = tail call i32 @TRACE(ptr noundef nonnull @.str, ptr noundef %0, ptr noundef %1, ptr noundef %2) #2 %5 = load i32, ptr @ERROR_FUNCTION_FAILED, align 4, !tbaa !6 ret i32 %5 } declare i32 @TRACE(ptr noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
reactos_dll_win32_msi_extr_alter.c_ALTER_get_dimensions
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/amd/display/dc/dce100/extr_dce100_resource.c_dce100_transform_create.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/amd/display/dc/dce100/extr_dce100_resource.c_dce100_transform_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" @GFP_KERNEL = dso_local local_unnamed_addr global i32 0, align 4 @xfm_regs = dso_local local_unnamed_addr global ptr null, align 8 @xfm_shift = dso_local global i32 0, align 4 @xfm_mask = dso_local global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @dce100_transform_create], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @dce100_transform_create(ptr noundef %0, i64 noundef %1) #0 { %3 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !5 %4 = tail call ptr @kzalloc(i32 noundef 4, i32 noundef %3) #2 %5 = icmp eq ptr %4, null br i1 %5, label %10, label %6 6: ; preds = %2 %7 = load ptr, ptr @xfm_regs, align 8, !tbaa !9 %8 = getelementptr inbounds i32, ptr %7, i64 %1 %9 = tail call i32 @dce_transform_construct(ptr noundef nonnull %4, ptr noundef %0, i64 noundef %1, ptr noundef %8, ptr noundef nonnull @xfm_shift, ptr noundef nonnull @xfm_mask) #2 br label %10 10: ; preds = %2, %6 ret ptr %4 } declare ptr @kzalloc(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dce_transform_construct(ptr noundef, ptr noundef, i64 noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"any pointer", !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/amd/display/dc/dce100/extr_dce100_resource.c_dce100_transform_create.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/amd/display/dc/dce100/extr_dce100_resource.c_dce100_transform_create.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @GFP_KERNEL = common local_unnamed_addr global i32 0, align 4 @xfm_regs = common local_unnamed_addr global ptr null, align 8 @xfm_shift = common global i32 0, align 4 @xfm_mask = common global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @dce100_transform_create], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @dce100_transform_create(ptr noundef %0, i64 noundef %1) #0 { %3 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !6 %4 = tail call ptr @kzalloc(i32 noundef 4, i32 noundef %3) #2 %5 = icmp eq ptr %4, null br i1 %5, label %10, label %6 6: ; preds = %2 %7 = load ptr, ptr @xfm_regs, align 8, !tbaa !10 %8 = getelementptr inbounds i32, ptr %7, i64 %1 %9 = tail call i32 @dce_transform_construct(ptr noundef nonnull %4, ptr noundef %0, i64 noundef %1, ptr noundef %8, ptr noundef nonnull @xfm_shift, ptr noundef nonnull @xfm_mask) #2 br label %10 10: ; preds = %2, %6 ret ptr %4 } declare ptr @kzalloc(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dce_transform_construct(ptr noundef, ptr noundef, i64 noundef, ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"any pointer", !8, i64 0}
linux_drivers_gpu_drm_amd_display_dc_dce100_extr_dce100_resource.c_dce100_transform_create
; ModuleID = 'AnghaBench/linux/arch/x86/platform/olpc/extr_olpc-xo1-sci.c_xo1_sci_resume.c' source_filename = "AnghaBench/linux/arch/x86/platform/olpc/extr_olpc-xo1-sci.c_xo1_sci_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" @OLPC_GPIO_LID = dso_local local_unnamed_addr global i32 0, align 4 @GPIO_EVENTS_ENABLE = dso_local local_unnamed_addr global i32 0, align 4 @EC_SCI_SRC_ALL = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @xo1_sci_resume], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @xo1_sci_resume(ptr nocapture readnone %0) #0 { %2 = tail call i32 (...) @detect_lid_state() #2 %3 = tail call i32 (...) @send_lid_state() #2 %4 = load i32, ptr @OLPC_GPIO_LID, align 4, !tbaa !5 %5 = load i32, ptr @GPIO_EVENTS_ENABLE, align 4, !tbaa !5 %6 = tail call i32 @cs5535_gpio_set(i32 noundef %4, i32 noundef %5) #2 %7 = load i32, ptr @EC_SCI_SRC_ALL, align 4, !tbaa !5 %8 = tail call i32 @olpc_ec_mask_write(i32 noundef %7) #2 %9 = tail call i32 (...) @battery_status_changed() #2 %10 = tail call i32 (...) @ac_status_changed() #2 ret i32 0 } declare i32 @detect_lid_state(...) local_unnamed_addr #1 declare i32 @send_lid_state(...) local_unnamed_addr #1 declare i32 @cs5535_gpio_set(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @olpc_ec_mask_write(i32 noundef) local_unnamed_addr #1 declare i32 @battery_status_changed(...) local_unnamed_addr #1 declare i32 @ac_status_changed(...) 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/arch/x86/platform/olpc/extr_olpc-xo1-sci.c_xo1_sci_resume.c' source_filename = "AnghaBench/linux/arch/x86/platform/olpc/extr_olpc-xo1-sci.c_xo1_sci_resume.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @OLPC_GPIO_LID = common local_unnamed_addr global i32 0, align 4 @GPIO_EVENTS_ENABLE = common local_unnamed_addr global i32 0, align 4 @EC_SCI_SRC_ALL = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @xo1_sci_resume], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @xo1_sci_resume(ptr nocapture readnone %0) #0 { %2 = tail call i32 @detect_lid_state() #2 %3 = tail call i32 @send_lid_state() #2 %4 = load i32, ptr @OLPC_GPIO_LID, align 4, !tbaa !6 %5 = load i32, ptr @GPIO_EVENTS_ENABLE, align 4, !tbaa !6 %6 = tail call i32 @cs5535_gpio_set(i32 noundef %4, i32 noundef %5) #2 %7 = load i32, ptr @EC_SCI_SRC_ALL, align 4, !tbaa !6 %8 = tail call i32 @olpc_ec_mask_write(i32 noundef %7) #2 %9 = tail call i32 @battery_status_changed() #2 %10 = tail call i32 @ac_status_changed() #2 ret i32 0 } declare i32 @detect_lid_state(...) local_unnamed_addr #1 declare i32 @send_lid_state(...) local_unnamed_addr #1 declare i32 @cs5535_gpio_set(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @olpc_ec_mask_write(i32 noundef) local_unnamed_addr #1 declare i32 @battery_status_changed(...) local_unnamed_addr #1 declare i32 @ac_status_changed(...) 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_arch_x86_platform_olpc_extr_olpc-xo1-sci.c_xo1_sci_resume
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/src/ap/extr_hw_features.h_hostapd_hw_get_freq.c' source_filename = "AnghaBench/freebsd/contrib/wpa/src/ap/extr_hw_features.h_hostapd_hw_get_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" @llvm.compiler.used = appending global [1 x ptr] [ptr @hostapd_hw_get_freq], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noundef i32 @hostapd_hw_get_freq(ptr nocapture readnone %0, i32 %1) #0 { ret i32 -1 } 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/ap/extr_hw_features.h_hostapd_hw_get_freq.c' source_filename = "AnghaBench/freebsd/contrib/wpa/src/ap/extr_hw_features.h_hostapd_hw_get_freq.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 @hostapd_hw_get_freq], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noundef i32 @hostapd_hw_get_freq(ptr nocapture readnone %0, i32 %1) #0 { ret i32 -1 } 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_ap_extr_hw_features.h_hostapd_hw_get_freq
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_..driver_i.h_wpa_drv_add_pmkid.c' source_filename = "AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_..driver_i.h_wpa_drv_add_pmkid.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.wpa_supplicant = type { i32, ptr } @llvm.compiler.used = appending global [1 x ptr] [ptr @wpa_drv_add_pmkid], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal i32 @wpa_drv_add_pmkid(ptr nocapture noundef readonly %0, ptr noundef %1) #0 { %3 = getelementptr inbounds %struct.wpa_supplicant, ptr %0, i64 0, i32 1 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = load ptr, ptr %4, align 8, !tbaa !11 %6 = icmp eq ptr %5, null br i1 %6, label %10, label %7 7: ; preds = %2 %8 = load i32, ptr %0, align 8, !tbaa !13 %9 = tail call i32 %5(i32 noundef %8, ptr noundef %1) #1 br label %10 10: ; preds = %2, %7 %11 = phi i32 [ %9, %7 ], [ -1, %2 ] ret i32 %11 } 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 = !{!"wpa_supplicant", !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/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_..driver_i.h_wpa_drv_add_pmkid.c' source_filename = "AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_..driver_i.h_wpa_drv_add_pmkid.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_drv_add_pmkid], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal i32 @wpa_drv_add_pmkid(ptr nocapture noundef readonly %0, ptr noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %0, i64 8 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = load ptr, ptr %4, align 8, !tbaa !12 %6 = icmp eq ptr %5, null br i1 %6, label %10, label %7 7: ; preds = %2 %8 = load i32, ptr %0, align 8, !tbaa !14 %9 = tail call i32 %5(i32 noundef %8, ptr noundef %1) #1 br label %10 10: ; preds = %2, %7 %11 = phi i32 [ %9, %7 ], [ -1, %2 ] ret i32 %11 } 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 = !{!"wpa_supplicant", !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}
freebsd_contrib_wpa_wpa_supplicant_dbus_extr_..driver_i.h_wpa_drv_add_pmkid
; ModuleID = 'AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_objects.c_EMFDRV_SetDCBrushColor.c' source_filename = "AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_objects.c_EMFDRV_SetDCBrushColor.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_15__ = type { %struct.TYPE_13__, i32 } %struct.TYPE_13__ = type { i32, i32 } @DC_BRUSH = dso_local local_unnamed_addr global i32 0, align 4 @CLR_INVALID = dso_local local_unnamed_addr global i32 0, align 4 @EMR_SELECTOBJECT = dso_local local_unnamed_addr global i32 0, align 4 @OBJ_BRUSH = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @EMFDRV_SetDCBrushColor(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca %struct.TYPE_15__, align 4 %4 = tail call ptr @get_emf_physdev(ptr noundef %0) #3 %5 = tail call ptr @get_physdev_dc(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 12, ptr nonnull %3) #3 %6 = load i64, ptr %5, align 8, !tbaa !5 %7 = load i32, ptr @DC_BRUSH, align 4, !tbaa !10 %8 = tail call i64 @GetStockObject(i32 noundef %7) #3 %9 = icmp eq i64 %6, %8 br i1 %9, label %10, label %36 10: ; preds = %2 %11 = load i64, ptr %4, align 8, !tbaa !12 %12 = icmp eq i64 %11, 0 br i1 %12, label %15, label %13 13: ; preds = %10 %14 = tail call i32 @DeleteObject(i64 noundef %11) #3 br label %15 15: ; preds = %13, %10 %16 = tail call i64 @CreateSolidBrush(i32 noundef %1) #3 store i64 %16, ptr %4, align 8, !tbaa !12 %17 = icmp eq i64 %16, 0 br i1 %17, label %18, label %20 18: ; preds = %15 %19 = load i32, ptr @CLR_INVALID, align 4, !tbaa !10 br label %36 20: ; preds = %15 %21 = tail call i32 @EMFDRV_CreateBrushIndirect(ptr noundef %0, i64 noundef %16) #3 %22 = icmp eq i32 %21, 0 br i1 %22, label %23, label %25 23: ; preds = %20 %24 = load i32, ptr @CLR_INVALID, align 4, !tbaa !10 br label %36 25: ; preds = %20 %26 = load i64, ptr %4, align 8, !tbaa !12 %27 = load i32, ptr %0, align 4, !tbaa !14 %28 = tail call i32 @GDI_hdc_using_object(i64 noundef %26, i32 noundef %27) #3 %29 = load i32, ptr @EMR_SELECTOBJECT, align 4, !tbaa !10 %30 = getelementptr inbounds %struct.TYPE_13__, ptr %3, i64 0, i32 1 store i32 %29, ptr %30, align 4, !tbaa !16 store i32 12, ptr %3, align 4, !tbaa !19 %31 = getelementptr inbounds %struct.TYPE_15__, ptr %3, i64 0, i32 1 store i32 %21, ptr %31, align 4, !tbaa !20 %32 = call i64 @EMFDRV_WriteRecord(ptr noundef nonnull %0, ptr noundef nonnull %3) #3 %33 = icmp eq i64 %32, 0 %34 = load i32, ptr @CLR_INVALID, align 4 %35 = select i1 %33, i32 %34, i32 %1 br label %36 36: ; preds = %2, %25, %23, %18 %37 = phi i32 [ %35, %25 ], [ %24, %23 ], [ %19, %18 ], [ %1, %2 ] call void @llvm.lifetime.end.p0(i64 12, ptr nonnull %3) #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 ptr @get_emf_physdev(ptr noundef) local_unnamed_addr #2 declare ptr @get_physdev_dc(ptr noundef) local_unnamed_addr #2 declare i64 @GetStockObject(i32 noundef) local_unnamed_addr #2 declare i32 @DeleteObject(i64 noundef) local_unnamed_addr #2 declare i64 @CreateSolidBrush(i32 noundef) local_unnamed_addr #2 declare i32 @EMFDRV_CreateBrushIndirect(ptr noundef, i64 noundef) local_unnamed_addr #2 declare i32 @GDI_hdc_using_object(i64 noundef, i32 noundef) local_unnamed_addr #2 declare i64 @EMFDRV_WriteRecord(ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_17__", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!13, !7, i64 0} !13 = !{!"TYPE_16__", !7, i64 0} !14 = !{!15, !11, i64 0} !15 = !{!"TYPE_14__", !11, i64 0} !16 = !{!17, !11, i64 4} !17 = !{!"TYPE_15__", !18, i64 0, !11, i64 8} !18 = !{!"TYPE_13__", !11, i64 0, !11, i64 4} !19 = !{!17, !11, i64 0} !20 = !{!17, !11, i64 8}
; ModuleID = 'AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_objects.c_EMFDRV_SetDCBrushColor.c' source_filename = "AnghaBench/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/extr_objects.c_EMFDRV_SetDCBrushColor.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_15__ = type { %struct.TYPE_13__, i32 } %struct.TYPE_13__ = type { i32, i32 } @DC_BRUSH = common local_unnamed_addr global i32 0, align 4 @CLR_INVALID = common local_unnamed_addr global i32 0, align 4 @EMR_SELECTOBJECT = common local_unnamed_addr global i32 0, align 4 @OBJ_BRUSH = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @EMFDRV_SetDCBrushColor(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca %struct.TYPE_15__, align 4 %4 = tail call ptr @get_emf_physdev(ptr noundef %0) #3 %5 = tail call ptr @get_physdev_dc(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 12, ptr nonnull %3) #3 %6 = load i64, ptr %5, align 8, !tbaa !6 %7 = load i32, ptr @DC_BRUSH, align 4, !tbaa !11 %8 = tail call i64 @GetStockObject(i32 noundef %7) #3 %9 = icmp eq i64 %6, %8 br i1 %9, label %10, label %36 10: ; preds = %2 %11 = load i64, ptr %4, align 8, !tbaa !13 %12 = icmp eq i64 %11, 0 br i1 %12, label %15, label %13 13: ; preds = %10 %14 = tail call i32 @DeleteObject(i64 noundef %11) #3 br label %15 15: ; preds = %13, %10 %16 = tail call i64 @CreateSolidBrush(i32 noundef %1) #3 store i64 %16, ptr %4, align 8, !tbaa !13 %17 = icmp eq i64 %16, 0 br i1 %17, label %18, label %20 18: ; preds = %15 %19 = load i32, ptr @CLR_INVALID, align 4, !tbaa !11 br label %36 20: ; preds = %15 %21 = tail call i32 @EMFDRV_CreateBrushIndirect(ptr noundef %0, i64 noundef %16) #3 %22 = icmp eq i32 %21, 0 br i1 %22, label %23, label %25 23: ; preds = %20 %24 = load i32, ptr @CLR_INVALID, align 4, !tbaa !11 br label %36 25: ; preds = %20 %26 = load i64, ptr %4, align 8, !tbaa !13 %27 = load i32, ptr %0, align 4, !tbaa !15 %28 = tail call i32 @GDI_hdc_using_object(i64 noundef %26, i32 noundef %27) #3 %29 = load i32, ptr @EMR_SELECTOBJECT, align 4, !tbaa !11 %30 = getelementptr inbounds i8, ptr %3, i64 4 store i32 %29, ptr %30, align 4, !tbaa !17 store i32 12, ptr %3, align 4, !tbaa !20 %31 = getelementptr inbounds i8, ptr %3, i64 8 store i32 %21, ptr %31, align 4, !tbaa !21 %32 = call i64 @EMFDRV_WriteRecord(ptr noundef nonnull %0, ptr noundef nonnull %3) #3 %33 = icmp eq i64 %32, 0 %34 = load i32, ptr @CLR_INVALID, align 4 %35 = select i1 %33, i32 %34, i32 %1 br label %36 36: ; preds = %2, %25, %23, %18 %37 = phi i32 [ %35, %25 ], [ %24, %23 ], [ %19, %18 ], [ %1, %2 ] call void @llvm.lifetime.end.p0(i64 12, ptr nonnull %3) #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 ptr @get_emf_physdev(ptr noundef) local_unnamed_addr #2 declare ptr @get_physdev_dc(ptr noundef) local_unnamed_addr #2 declare i64 @GetStockObject(i32 noundef) local_unnamed_addr #2 declare i32 @DeleteObject(i64 noundef) local_unnamed_addr #2 declare i64 @CreateSolidBrush(i32 noundef) local_unnamed_addr #2 declare i32 @EMFDRV_CreateBrushIndirect(ptr noundef, i64 noundef) local_unnamed_addr #2 declare i32 @GDI_hdc_using_object(i64 noundef, i32 noundef) local_unnamed_addr #2 declare i64 @EMFDRV_WriteRecord(ptr noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_17__", !8, i64 0} !8 = !{!"long", !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_16__", !8, i64 0} !15 = !{!16, !12, i64 0} !16 = !{!"TYPE_14__", !12, i64 0} !17 = !{!18, !12, i64 4} !18 = !{!"TYPE_15__", !19, i64 0, !12, i64 8} !19 = !{!"TYPE_13__", !12, i64 0, !12, i64 4} !20 = !{!18, !12, i64 0} !21 = !{!18, !12, i64 8}
reactos_win32ss_gdi_gdi32_wine_enhmfdrv_extr_objects.c_EMFDRV_SetDCBrushColor
; ModuleID = 'AnghaBench/freebsd/sys/contrib/ck/src/extr_ck_rhs.c_ck_rhs_move.c' source_filename = "AnghaBench/freebsd/sys/contrib/ck/src/extr_ck_rhs.c_ck_rhs_move.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.ck_malloc = type { ptr, ptr } %struct.ck_rhs = type { ptr, ptr, ptr, i32, i32, i32, i32 } ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) uwtable define dso_local noundef i32 @ck_rhs_move(ptr nocapture noundef writeonly %0, ptr nocapture noundef readonly %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) local_unnamed_addr #0 { %6 = icmp eq ptr %4, null br i1 %6, label %22, label %7 7: ; preds = %5 %8 = getelementptr inbounds %struct.ck_malloc, ptr %4, i64 0, i32 1 %9 = load ptr, ptr %8, align 8, !tbaa !5 %10 = icmp eq ptr %9, null br i1 %10, label %22, label %11 11: ; preds = %7 %12 = load ptr, ptr %4, align 8, !tbaa !10 %13 = icmp eq ptr %12, null %14 = icmp eq ptr %2, null %15 = or i1 %14, %13 br i1 %15, label %22, label %16 16: ; preds = %11 %17 = getelementptr inbounds %struct.ck_rhs, ptr %1, i64 0, i32 3 %18 = getelementptr inbounds %struct.ck_rhs, ptr %0, i64 0, i32 3 %19 = load <4 x i32>, ptr %17, align 8, !tbaa !11 store <4 x i32> %19, ptr %18, align 8, !tbaa !11 %20 = getelementptr inbounds %struct.ck_rhs, ptr %0, i64 0, i32 2 store ptr %4, ptr %20, align 8, !tbaa !13 %21 = getelementptr inbounds %struct.ck_rhs, ptr %0, i64 0, i32 1 store ptr %2, ptr %21, align 8, !tbaa !15 store ptr %3, ptr %0, align 8, !tbaa !16 br label %22 22: ; preds = %5, %7, %11, %16 %23 = phi i32 [ 1, %16 ], [ 0, %11 ], [ 0, %7 ], [ 0, %5 ] ret i32 %23 } 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 8} !6 = !{!"ck_malloc", !7, i64 0, !7, i64 8} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!6, !7, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"int", !8, i64 0} !13 = !{!14, !7, i64 16} !14 = !{!"ck_rhs", !7, i64 0, !7, i64 8, !7, i64 16, !12, i64 24, !12, i64 28, !12, i64 32, !12, i64 36} !15 = !{!14, !7, i64 8} !16 = !{!14, !7, i64 0}
; ModuleID = 'AnghaBench/freebsd/sys/contrib/ck/src/extr_ck_rhs.c_ck_rhs_move.c' source_filename = "AnghaBench/freebsd/sys/contrib/ck/src/extr_ck_rhs.c_ck_rhs_move.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: readwrite) uwtable(sync) define range(i32 0, 2) i32 @ck_rhs_move(ptr nocapture noundef writeonly %0, ptr nocapture noundef readonly %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) local_unnamed_addr #0 { %6 = icmp eq ptr %4, null br i1 %6, label %22, label %7 7: ; preds = %5 %8 = getelementptr inbounds i8, ptr %4, i64 8 %9 = load ptr, ptr %8, align 8, !tbaa !6 %10 = icmp eq ptr %9, null br i1 %10, label %22, label %11 11: ; preds = %7 %12 = load ptr, ptr %4, align 8, !tbaa !11 %13 = icmp eq ptr %12, null %14 = icmp eq ptr %2, null %15 = or i1 %14, %13 br i1 %15, label %22, label %16 16: ; preds = %11 %17 = getelementptr inbounds i8, ptr %1, i64 24 %18 = getelementptr inbounds i8, ptr %0, i64 24 %19 = load <4 x i32>, ptr %17, align 8, !tbaa !12 store <4 x i32> %19, ptr %18, align 8, !tbaa !12 %20 = getelementptr inbounds i8, ptr %0, i64 16 store ptr %4, ptr %20, align 8, !tbaa !14 %21 = getelementptr inbounds i8, ptr %0, i64 8 store ptr %2, ptr %21, align 8, !tbaa !16 store ptr %3, ptr %0, align 8, !tbaa !17 br label %22 22: ; preds = %5, %7, %11, %16 %23 = phi i32 [ 1, %16 ], [ 0, %11 ], [ 0, %7 ], [ 0, %5 ] ret i32 %23 } 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 8} !7 = !{!"ck_malloc", !8, i64 0, !8, i64 8} !8 = !{!"any pointer", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!7, !8, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"int", !9, i64 0} !14 = !{!15, !8, i64 16} !15 = !{!"ck_rhs", !8, i64 0, !8, i64 8, !8, i64 16, !13, i64 24, !13, i64 28, !13, i64 32, !13, i64 36} !16 = !{!15, !8, i64 8} !17 = !{!15, !8, i64 0}
freebsd_sys_contrib_ck_src_extr_ck_rhs.c_ck_rhs_move
; ModuleID = 'AnghaBench/nginx/src/http/extr_ngx_http_upstream.c_ngx_http_upstream_process_limit_rate.c' source_filename = "AnghaBench/nginx/src/http/extr_ngx_http_upstream.c_ngx_http_upstream_process_limit_rate.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_14__ = type { i64, i32, ptr } %struct.TYPE_13__ = type { ptr, %struct.TYPE_9__ } %struct.TYPE_9__ = type { ptr } %struct.TYPE_11__ = type { i32, i32 } @NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE = dso_local local_unnamed_addr global i32 0, align 4 @NGX_OK = dso_local local_unnamed_addr global i64 0, align 8 @NGX_ERROR = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @ngx_http_upstream_process_limit_rate], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i64 @ngx_http_upstream_process_limit_rate(ptr nocapture noundef %0, ptr noundef %1, i32 %2) #0 { %4 = getelementptr inbounds %struct.TYPE_14__, ptr %0, i64 0, i32 2 %5 = load ptr, ptr %4, align 8, !tbaa !5 %6 = getelementptr inbounds %struct.TYPE_13__, ptr %5, i64 0, i32 1 store ptr %1, ptr %6, align 8, !tbaa !12 %7 = load ptr, ptr %5, align 8, !tbaa !15 %8 = load i32, ptr %7, align 4, !tbaa !16 %9 = load i32, ptr @NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE, align 4, !tbaa !18 %10 = and i32 %9, %8 %11 = icmp eq i32 %10, 0 br i1 %11, label %12, label %21 12: ; preds = %3 %13 = getelementptr inbounds %struct.TYPE_11__, ptr %1, i64 0, i32 1 %14 = load i32, ptr %13, align 4, !tbaa !19 %15 = load i32, ptr %1, align 4, !tbaa !22 %16 = tail call i64 @ngx_atoi(i32 noundef %14, i32 noundef %15) #2 %17 = load i64, ptr @NGX_ERROR, align 8, !tbaa !23 %18 = icmp eq i64 %16, %17 br i1 %18, label %21, label %19 19: ; preds = %12 store i64 %16, ptr %0, align 8, !tbaa !24 %20 = getelementptr inbounds %struct.TYPE_14__, ptr %0, i64 0, i32 1 store i32 1, ptr %20, align 8, !tbaa !25 br label %21 21: ; preds = %12, %19, %3 %22 = load i64, ptr @NGX_OK, align 8, !tbaa !23 ret i64 %22 } declare i64 @ngx_atoi(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, !11, i64 16} !6 = !{!"TYPE_14__", !7, i64 0, !10, i64 8, !11, i64 16} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!13, !11, i64 8} !13 = !{!"TYPE_13__", !11, i64 0, !14, i64 8} !14 = !{!"TYPE_9__", !11, i64 0} !15 = !{!13, !11, i64 0} !16 = !{!17, !10, i64 0} !17 = !{!"TYPE_10__", !10, i64 0} !18 = !{!10, !10, i64 0} !19 = !{!20, !10, i64 4} !20 = !{!"TYPE_12__", !21, i64 0} !21 = !{!"TYPE_11__", !10, i64 0, !10, i64 4} !22 = !{!20, !10, i64 0} !23 = !{!7, !7, i64 0} !24 = !{!6, !7, i64 0} !25 = !{!6, !10, i64 8}
; ModuleID = 'AnghaBench/nginx/src/http/extr_ngx_http_upstream.c_ngx_http_upstream_process_limit_rate.c' source_filename = "AnghaBench/nginx/src/http/extr_ngx_http_upstream.c_ngx_http_upstream_process_limit_rate.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE = common local_unnamed_addr global i32 0, align 4 @NGX_OK = common local_unnamed_addr global i64 0, align 8 @NGX_ERROR = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @ngx_http_upstream_process_limit_rate], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i64 @ngx_http_upstream_process_limit_rate(ptr nocapture noundef %0, ptr noundef %1, i32 %2) #0 { %4 = getelementptr inbounds i8, ptr %0, i64 16 %5 = load ptr, ptr %4, align 8, !tbaa !6 %6 = getelementptr inbounds i8, ptr %5, i64 8 store ptr %1, ptr %6, align 8, !tbaa !13 %7 = load ptr, ptr %5, align 8, !tbaa !16 %8 = load i32, ptr %7, align 4, !tbaa !17 %9 = load i32, ptr @NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE, align 4, !tbaa !19 %10 = and i32 %9, %8 %11 = icmp eq i32 %10, 0 br i1 %11, label %12, label %21 12: ; preds = %3 %13 = getelementptr inbounds i8, ptr %1, i64 4 %14 = load i32, ptr %13, align 4, !tbaa !20 %15 = load i32, ptr %1, align 4, !tbaa !23 %16 = tail call i64 @ngx_atoi(i32 noundef %14, i32 noundef %15) #2 %17 = load i64, ptr @NGX_ERROR, align 8, !tbaa !24 %18 = icmp eq i64 %16, %17 br i1 %18, label %21, label %19 19: ; preds = %12 store i64 %16, ptr %0, align 8, !tbaa !25 %20 = getelementptr inbounds i8, ptr %0, i64 8 store i32 1, ptr %20, align 8, !tbaa !26 br label %21 21: ; preds = %12, %19, %3 %22 = load i64, ptr @NGX_OK, align 8, !tbaa !24 ret i64 %22 } declare i64 @ngx_atoi(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, !12, i64 16} !7 = !{!"TYPE_14__", !8, i64 0, !11, i64 8, !12, i64 16} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!14, !12, i64 8} !14 = !{!"TYPE_13__", !12, i64 0, !15, i64 8} !15 = !{!"TYPE_9__", !12, i64 0} !16 = !{!14, !12, i64 0} !17 = !{!18, !11, i64 0} !18 = !{!"TYPE_10__", !11, i64 0} !19 = !{!11, !11, i64 0} !20 = !{!21, !11, i64 4} !21 = !{!"TYPE_12__", !22, i64 0} !22 = !{!"TYPE_11__", !11, i64 0, !11, i64 4} !23 = !{!21, !11, i64 0} !24 = !{!8, !8, i64 0} !25 = !{!7, !8, i64 0} !26 = !{!7, !11, i64 8}
nginx_src_http_extr_ngx_http_upstream.c_ngx_http_upstream_process_limit_rate
; ModuleID = 'AnghaBench/qmk_firmware/keyboards/converter/sun_usb/extr_matrix.c_matrix_init.c' source_filename = "AnghaBench/qmk_firmware/keyboards/converter/sun_usb/extr_matrix.c_matrix_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" @debug_enable = dso_local local_unnamed_addr global i32 0, align 4 @MATRIX_ROWS = dso_local local_unnamed_addr global i64 0, align 8 @matrix = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind uwtable define dso_local void @matrix_init() local_unnamed_addr #0 { store i32 1, ptr @debug_enable, align 4, !tbaa !5 %1 = tail call i32 (...) @serial_init() #3 %2 = load i64, ptr @MATRIX_ROWS, align 8, !tbaa !9 %3 = icmp eq i64 %2, 0 br i1 %3, label %7, label %4 4: ; preds = %0 %5 = load ptr, ptr @matrix, align 8, !tbaa !11 %6 = shl nuw i64 %2, 2 tail call void @llvm.memset.p0.i64(ptr align 4 %5, i8 0, i64 %6, i1 false), !tbaa !5 br label %7 7: ; preds = %4, %0 %8 = tail call i32 (...) @matrix_init_quantum() #3 ret void } declare i32 @serial_init(...) local_unnamed_addr #1 declare i32 @matrix_init_quantum(...) 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, !10, i64 0} !10 = !{!"long", !7, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"any pointer", !7, i64 0}
; ModuleID = 'AnghaBench/qmk_firmware/keyboards/converter/sun_usb/extr_matrix.c_matrix_init.c' source_filename = "AnghaBench/qmk_firmware/keyboards/converter/sun_usb/extr_matrix.c_matrix_init.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @debug_enable = common local_unnamed_addr global i32 0, align 4 @MATRIX_ROWS = common local_unnamed_addr global i64 0, align 8 @matrix = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @matrix_init() local_unnamed_addr #0 { store i32 1, ptr @debug_enable, align 4, !tbaa !6 %1 = tail call i32 @serial_init() #3 %2 = load i64, ptr @MATRIX_ROWS, align 8, !tbaa !10 %3 = icmp eq i64 %2, 0 br i1 %3, label %7, label %4 4: ; preds = %0 %5 = load ptr, ptr @matrix, align 8, !tbaa !12 %6 = shl nuw i64 %2, 2 tail call void @llvm.memset.p0.i64(ptr align 4 %5, i8 0, i64 %6, i1 false), !tbaa !6 br label %7 7: ; preds = %4, %0 %8 = tail call i32 @matrix_init_quantum() #3 ret void } declare i32 @serial_init(...) local_unnamed_addr #1 declare i32 @matrix_init_quantum(...) 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, !11, i64 0} !11 = !{!"long", !8, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"any pointer", !8, i64 0}
qmk_firmware_keyboards_converter_sun_usb_extr_matrix.c_matrix_init
; ModuleID = 'AnghaBench/systemd/src/journal-remote/extr_journal-upload.c_output_callback.c' source_filename = "AnghaBench/systemd/src/journal-remote/extr_journal-upload.c_output_callback.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 [37 x i8] c"The server answers (%zu bytes): %.*s\00", align 1 @.str.1 = private unnamed_addr constant [57 x i8] c"Failed to store server answer (%zu bytes): out of memory\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @output_callback], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i64 @output_callback(ptr noundef %0, i64 noundef %1, i64 noundef %2, ptr noundef %3) #0 { %5 = tail call i32 @assert(ptr noundef %3) #2 %6 = mul i64 %2, %1 %7 = trunc i64 %6 to i32 %8 = tail call i32 @log_debug(ptr noundef nonnull @.str, i64 noundef %6, i32 noundef %7, ptr noundef %0) #2 %9 = icmp eq i64 %2, 0 br i1 %9, label %18, label %10 10: ; preds = %4 %11 = load i64, ptr %3, align 8, !tbaa !5 %12 = icmp eq i64 %11, 0 br i1 %12, label %13, label %18 13: ; preds = %10 %14 = tail call i64 @strndup(ptr noundef %0, i64 noundef %6) #2 store i64 %14, ptr %3, align 8, !tbaa !5 %15 = icmp eq i64 %14, 0 br i1 %15, label %16, label %18 16: ; preds = %13 %17 = tail call i32 @log_warning(ptr noundef nonnull @.str.1, i64 noundef %6) #2 br label %18 18: ; preds = %13, %16, %10, %4 ret i64 %6 } declare i32 @assert(ptr noundef) local_unnamed_addr #1 declare i32 @log_debug(ptr noundef, i64 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i64 @strndup(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @log_warning(ptr noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_3__", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/systemd/src/journal-remote/extr_journal-upload.c_output_callback.c' source_filename = "AnghaBench/systemd/src/journal-remote/extr_journal-upload.c_output_callback.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 [37 x i8] c"The server answers (%zu bytes): %.*s\00", align 1 @.str.1 = private unnamed_addr constant [57 x i8] c"Failed to store server answer (%zu bytes): out of memory\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @output_callback], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i64 @output_callback(ptr noundef %0, i64 noundef %1, i64 noundef %2, ptr noundef %3) #0 { %5 = tail call i32 @assert(ptr noundef %3) #2 %6 = mul i64 %2, %1 %7 = trunc i64 %6 to i32 %8 = tail call i32 @log_debug(ptr noundef nonnull @.str, i64 noundef %6, i32 noundef %7, ptr noundef %0) #2 %9 = icmp eq i64 %2, 0 br i1 %9, label %18, label %10 10: ; preds = %4 %11 = load i64, ptr %3, align 8, !tbaa !6 %12 = icmp eq i64 %11, 0 br i1 %12, label %13, label %18 13: ; preds = %10 %14 = tail call i64 @strndup(ptr noundef %0, i64 noundef %6) #2 store i64 %14, ptr %3, align 8, !tbaa !6 %15 = icmp eq i64 %14, 0 br i1 %15, label %16, label %18 16: ; preds = %13 %17 = tail call i32 @log_warning(ptr noundef nonnull @.str.1, i64 noundef %6) #2 br label %18 18: ; preds = %13, %16, %10, %4 ret i64 %6 } declare i32 @assert(ptr noundef) local_unnamed_addr #1 declare i32 @log_debug(ptr noundef, i64 noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i64 @strndup(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @log_warning(ptr noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_3__", !8, i64 0} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
systemd_src_journal-remote_extr_journal-upload.c_output_callback
; ModuleID = 'AnghaBench/freebsd/crypto/openssl/crypto/lhash/extr_lh_stats.c_OPENSSL_LH_stats.c' source_filename = "AnghaBench/freebsd/crypto/openssl/crypto/lhash/extr_lh_stats.c_OPENSSL_LH_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" @BIO_NOCLOSE = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @OPENSSL_LH_stats(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = tail call i32 (...) @BIO_s_file() #2 %4 = tail call ptr @BIO_new(i32 noundef %3) #2 %5 = icmp eq ptr %4, null br i1 %5, label %11, label %6 6: ; preds = %2 %7 = load i32, ptr @BIO_NOCLOSE, align 4, !tbaa !5 %8 = tail call i32 @BIO_set_fp(ptr noundef nonnull %4, ptr noundef %1, i32 noundef %7) #2 %9 = tail call i32 @OPENSSL_LH_stats_bio(ptr noundef %0, ptr noundef nonnull %4) #2 %10 = tail call i32 @BIO_free(ptr noundef nonnull %4) #2 br label %11 11: ; preds = %2, %6 ret void } declare ptr @BIO_new(i32 noundef) local_unnamed_addr #1 declare i32 @BIO_s_file(...) local_unnamed_addr #1 declare i32 @BIO_set_fp(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @OPENSSL_LH_stats_bio(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @BIO_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/freebsd/crypto/openssl/crypto/lhash/extr_lh_stats.c_OPENSSL_LH_stats.c' source_filename = "AnghaBench/freebsd/crypto/openssl/crypto/lhash/extr_lh_stats.c_OPENSSL_LH_stats.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @BIO_NOCLOSE = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @OPENSSL_LH_stats(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = tail call i32 @BIO_s_file() #2 %4 = tail call ptr @BIO_new(i32 noundef %3) #2 %5 = icmp eq ptr %4, null br i1 %5, label %11, label %6 6: ; preds = %2 %7 = load i32, ptr @BIO_NOCLOSE, align 4, !tbaa !6 %8 = tail call i32 @BIO_set_fp(ptr noundef nonnull %4, ptr noundef %1, i32 noundef %7) #2 %9 = tail call i32 @OPENSSL_LH_stats_bio(ptr noundef %0, ptr noundef nonnull %4) #2 %10 = tail call i32 @BIO_free(ptr noundef nonnull %4) #2 br label %11 11: ; preds = %2, %6 ret void } declare ptr @BIO_new(i32 noundef) local_unnamed_addr #1 declare i32 @BIO_s_file(...) local_unnamed_addr #1 declare i32 @BIO_set_fp(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @OPENSSL_LH_stats_bio(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @BIO_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"}
freebsd_crypto_openssl_crypto_lhash_extr_lh_stats.c_OPENSSL_LH_stats
; ModuleID = 'AnghaBench/ccv/bin/extr_siftmatch.c_get_current_time.c' source_filename = "AnghaBench/ccv/bin/extr_siftmatch.c_get_current_time.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.timeval = type { i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @get_current_time], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @get_current_time() #0 { %1 = alloca %struct.timeval, align 4 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %1) #3 %2 = call i32 @gettimeofday(ptr noundef nonnull %1, i32 noundef 0) #3 %3 = load i32, ptr %1, align 4, !tbaa !5 %4 = mul nsw i32 %3, 1000 %5 = getelementptr inbounds %struct.timeval, ptr %1, i64 0, i32 1 %6 = load i32, ptr %5, align 4, !tbaa !10 %7 = sdiv i32 %6, 1000 %8 = add nsw i32 %7, %4 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %1) #3 ret i32 %8 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @gettimeofday(ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"timeval", !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 4}
; ModuleID = 'AnghaBench/ccv/bin/extr_siftmatch.c_get_current_time.c' source_filename = "AnghaBench/ccv/bin/extr_siftmatch.c_get_current_time.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.timeval = type { i32, i32 } @llvm.used = appending global [1 x ptr] [ptr @get_current_time], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @get_current_time() #0 { %1 = alloca %struct.timeval, align 4 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %1) #3 %2 = call i32 @gettimeofday(ptr noundef nonnull %1, i32 noundef 0) #3 %3 = load i32, ptr %1, align 4, !tbaa !6 %4 = mul nsw i32 %3, 1000 %5 = getelementptr inbounds i8, ptr %1, i64 4 %6 = load i32, ptr %5, align 4, !tbaa !11 %7 = sdiv i32 %6, 1000 %8 = add nsw i32 %7, %4 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %1) #3 ret i32 %8 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @gettimeofday(ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"timeval", !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 4}
ccv_bin_extr_siftmatch.c_get_current_time
; ModuleID = 'AnghaBench/qmk_firmware/users/arkag/extr_arkag.c_dance_grv.c' source_filename = "AnghaBench/qmk_firmware/users/arkag/extr_arkag.c_dance_grv.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" @KC_GRV = dso_local local_unnamed_addr global i32 0, align 4 @aesthetic = dso_local local_unnamed_addr global i64 0, align 8 @KC_SPACE = dso_local local_unnamed_addr global i32 0, align 4 @KC_GRAVE = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @dance_grv(ptr nocapture noundef readonly %0, ptr nocapture noundef readnone %1) local_unnamed_addr #0 { %3 = load i32, ptr %0, align 4, !tbaa !5 switch i32 %3, label %15 [ i32 1, label %4 i32 2, label %12 ] 4: ; preds = %2 %5 = load i32, ptr @KC_GRV, align 4, !tbaa !10 %6 = tail call i32 @tap_code(i32 noundef %5) #2 %7 = load i64, ptr @aesthetic, align 8, !tbaa !11 %8 = icmp eq i64 %7, 0 br i1 %8, label %18, label %9 9: ; preds = %4 %10 = load i32, ptr @KC_SPACE, align 4, !tbaa !10 %11 = tail call i32 @tap_code(i32 noundef %10) #2 br label %18 12: ; preds = %2 %13 = load i32, ptr @KC_GRAVE, align 4, !tbaa !10 %14 = tail call i32 @surround_type(i32 noundef 2, i32 noundef %13, i32 noundef 0) #2 br label %18 15: ; preds = %2 %16 = load i32, ptr @KC_GRAVE, align 4, !tbaa !10 %17 = tail call i32 @surround_type(i32 noundef 6, i32 noundef %16, i32 noundef 0) #2 br label %18 18: ; preds = %12, %15, %4, %9 ret void } declare i32 @tap_code(i32 noundef) local_unnamed_addr #1 declare i32 @surround_type(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 = !{!"TYPE_3__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0} !11 = !{!12, !12, i64 0} !12 = !{!"long", !8, i64 0}
; ModuleID = 'AnghaBench/qmk_firmware/users/arkag/extr_arkag.c_dance_grv.c' source_filename = "AnghaBench/qmk_firmware/users/arkag/extr_arkag.c_dance_grv.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @KC_GRV = common local_unnamed_addr global i32 0, align 4 @aesthetic = common local_unnamed_addr global i64 0, align 8 @KC_SPACE = common local_unnamed_addr global i32 0, align 4 @KC_GRAVE = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @dance_grv(ptr nocapture noundef readonly %0, ptr nocapture noundef readnone %1) local_unnamed_addr #0 { %3 = load i32, ptr %0, align 4, !tbaa !6 switch i32 %3, label %15 [ i32 1, label %4 i32 2, label %12 ] 4: ; preds = %2 %5 = load i32, ptr @KC_GRV, align 4, !tbaa !11 %6 = tail call i32 @tap_code(i32 noundef %5) #2 %7 = load i64, ptr @aesthetic, align 8, !tbaa !12 %8 = icmp eq i64 %7, 0 br i1 %8, label %18, label %9 9: ; preds = %4 %10 = load i32, ptr @KC_SPACE, align 4, !tbaa !11 %11 = tail call i32 @tap_code(i32 noundef %10) #2 br label %18 12: ; preds = %2 %13 = load i32, ptr @KC_GRAVE, align 4, !tbaa !11 %14 = tail call i32 @surround_type(i32 noundef 2, i32 noundef %13, i32 noundef 0) #2 br label %18 15: ; preds = %2 %16 = load i32, ptr @KC_GRAVE, align 4, !tbaa !11 %17 = tail call i32 @surround_type(i32 noundef 6, i32 noundef %16, i32 noundef 0) #2 br label %18 18: ; preds = %12, %15, %4, %9 ret void } declare i32 @tap_code(i32 noundef) local_unnamed_addr #1 declare i32 @surround_type(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 = !{!"TYPE_3__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0} !12 = !{!13, !13, i64 0} !13 = !{!"long", !9, i64 0}
qmk_firmware_users_arkag_extr_arkag.c_dance_grv
; ModuleID = 'AnghaBench/freebsd/sys/dev/e1000/extr_e1000_82575.c_e1000_set_eee_i350.c' source_filename = "AnghaBench/freebsd/sys/dev/e1000/extr_e1000_82575.c_e1000_set_eee_i350.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.e1000_hw = type { %struct.TYPE_8__, %struct.TYPE_6__, %struct.TYPE_5__ } %struct.TYPE_8__ = type { %struct.TYPE_7__ } %struct.TYPE_7__ = type { i32 } %struct.TYPE_6__ = type { i64 } %struct.TYPE_5__ = type { i64 } @.str = private unnamed_addr constant [19 x i8] c"e1000_set_eee_i350\00", align 1 @e1000_i350 = dso_local local_unnamed_addr global i64 0, align 8 @e1000_media_type_copper = dso_local local_unnamed_addr global i64 0, align 8 @E1000_IPCNFG = dso_local local_unnamed_addr global i32 0, align 4 @E1000_EEER = dso_local local_unnamed_addr global i32 0, align 4 @E1000_EEE_SU = dso_local local_unnamed_addr global i32 0, align 4 @E1000_IPCNFG_EEE_100M_AN = dso_local local_unnamed_addr global i32 0, align 4 @E1000_IPCNFG_EEE_1G_AN = dso_local local_unnamed_addr global i32 0, align 4 @E1000_EEER_TX_LPI_EN = dso_local local_unnamed_addr global i32 0, align 4 @E1000_EEER_RX_LPI_EN = dso_local local_unnamed_addr global i32 0, align 4 @E1000_EEER_LPI_FC = dso_local local_unnamed_addr global i32 0, align 4 @E1000_EEE_SU_LPI_CLK_STP = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [39 x i8] c"LPI Clock Stop Bit should not be set!\0A\00", align 1 @E1000_SUCCESS = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @e1000_set_eee_i350(ptr noundef %0, i32 noundef %1, i32 noundef %2) local_unnamed_addr #0 { %4 = tail call i32 @DEBUGFUNC(ptr noundef nonnull @.str) #2 %5 = getelementptr inbounds %struct.e1000_hw, ptr %0, i64 0, i32 2 %6 = load i64, ptr %5, align 8, !tbaa !5 %7 = load i64, ptr @e1000_i350, align 8, !tbaa !15 %8 = icmp slt i64 %6, %7 br i1 %8, label %71, label %9 9: ; preds = %3 %10 = getelementptr inbounds %struct.e1000_hw, ptr %0, i64 0, i32 1 %11 = load i64, ptr %10, align 8, !tbaa !16 %12 = load i64, ptr @e1000_media_type_copper, align 8, !tbaa !15 %13 = icmp eq i64 %11, %12 br i1 %13, label %14, label %71 14: ; preds = %9 %15 = load i32, ptr @E1000_IPCNFG, align 4, !tbaa !17 %16 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %15) #2 %17 = load i32, ptr @E1000_EEER, align 4, !tbaa !17 %18 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %17) #2 %19 = load i32, ptr %0, align 8, !tbaa !18 %20 = icmp eq i32 %19, 0 br i1 %20, label %21, label %47 21: ; preds = %14 %22 = load i32, ptr @E1000_EEE_SU, align 4, !tbaa !17 %23 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %22) #2 %24 = icmp eq i32 %2, 0 %25 = load i32, ptr @E1000_IPCNFG_EEE_100M_AN, align 4, !tbaa !17 %26 = or i32 %25, %16 %27 = xor i32 %25, -1 %28 = and i32 %16, %27 %29 = select i1 %24, i32 %28, i32 %26 %30 = icmp eq i32 %1, 0 %31 = load i32, ptr @E1000_IPCNFG_EEE_1G_AN, align 4, !tbaa !17 %32 = or i32 %31, %29 %33 = xor i32 %31, -1 %34 = and i32 %29, %33 %35 = select i1 %30, i32 %34, i32 %32 %36 = load i32, ptr @E1000_EEER_TX_LPI_EN, align 4, !tbaa !17 %37 = load i32, ptr @E1000_EEER_RX_LPI_EN, align 4, !tbaa !17 %38 = load i32, ptr @E1000_EEER_LPI_FC, align 4, !tbaa !17 %39 = or i32 %36, %37 %40 = or i32 %39, %38 %41 = or i32 %40, %18 %42 = load i32, ptr @E1000_EEE_SU_LPI_CLK_STP, align 4, !tbaa !17 %43 = and i32 %42, %23 %44 = icmp eq i32 %43, 0 br i1 %44, label %60, label %45 45: ; preds = %21 %46 = tail call i32 @DEBUGOUT(ptr noundef nonnull @.str.1) #2 br label %60 47: ; preds = %14 %48 = load i32, ptr @E1000_IPCNFG_EEE_1G_AN, align 4, !tbaa !17 %49 = load i32, ptr @E1000_IPCNFG_EEE_100M_AN, align 4, !tbaa !17 %50 = or i32 %49, %48 %51 = xor i32 %50, -1 %52 = and i32 %16, %51 %53 = load i32, ptr @E1000_EEER_TX_LPI_EN, align 4, !tbaa !17 %54 = load i32, ptr @E1000_EEER_RX_LPI_EN, align 4, !tbaa !17 %55 = or i32 %54, %53 %56 = load i32, ptr @E1000_EEER_LPI_FC, align 4, !tbaa !17 %57 = or i32 %55, %56 %58 = xor i32 %57, -1 %59 = and i32 %18, %58 br label %60 60: ; preds = %21, %45, %47 %61 = phi i32 [ %59, %47 ], [ %41, %45 ], [ %41, %21 ] %62 = phi i32 [ %52, %47 ], [ %35, %45 ], [ %35, %21 ] %63 = load i32, ptr @E1000_IPCNFG, align 4, !tbaa !17 %64 = tail call i32 @E1000_WRITE_REG(ptr noundef nonnull %0, i32 noundef %63, i32 noundef %62) #2 %65 = load i32, ptr @E1000_EEER, align 4, !tbaa !17 %66 = tail call i32 @E1000_WRITE_REG(ptr noundef nonnull %0, i32 noundef %65, i32 noundef %61) #2 %67 = load i32, ptr @E1000_IPCNFG, align 4, !tbaa !17 %68 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %67) #2 %69 = load i32, ptr @E1000_EEER, align 4, !tbaa !17 %70 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %69) #2 br label %71 71: ; preds = %3, %9, %60 %72 = load i32, ptr @E1000_SUCCESS, align 4, !tbaa !17 ret i32 %72 } declare i32 @DEBUGFUNC(ptr noundef) local_unnamed_addr #1 declare i32 @E1000_READ_REG(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @DEBUGOUT(ptr noundef) local_unnamed_addr #1 declare i32 @E1000_WRITE_REG(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, !13, i64 16} !6 = !{!"e1000_hw", !7, i64 0, !12, i64 8, !14, i64 16} !7 = !{!"TYPE_8__", !8, i64 0} !8 = !{!"TYPE_7__", !9, i64 0} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"TYPE_6__", !13, i64 0} !13 = !{!"long", !10, i64 0} !14 = !{!"TYPE_5__", !13, i64 0} !15 = !{!13, !13, i64 0} !16 = !{!6, !13, i64 8} !17 = !{!9, !9, i64 0} !18 = !{!6, !9, i64 0}
; ModuleID = 'AnghaBench/freebsd/sys/dev/e1000/extr_e1000_82575.c_e1000_set_eee_i350.c' source_filename = "AnghaBench/freebsd/sys/dev/e1000/extr_e1000_82575.c_e1000_set_eee_i350.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"e1000_set_eee_i350\00", align 1 @e1000_i350 = common local_unnamed_addr global i64 0, align 8 @e1000_media_type_copper = common local_unnamed_addr global i64 0, align 8 @E1000_IPCNFG = common local_unnamed_addr global i32 0, align 4 @E1000_EEER = common local_unnamed_addr global i32 0, align 4 @E1000_EEE_SU = common local_unnamed_addr global i32 0, align 4 @E1000_IPCNFG_EEE_100M_AN = common local_unnamed_addr global i32 0, align 4 @E1000_IPCNFG_EEE_1G_AN = common local_unnamed_addr global i32 0, align 4 @E1000_EEER_TX_LPI_EN = common local_unnamed_addr global i32 0, align 4 @E1000_EEER_RX_LPI_EN = common local_unnamed_addr global i32 0, align 4 @E1000_EEER_LPI_FC = common local_unnamed_addr global i32 0, align 4 @E1000_EEE_SU_LPI_CLK_STP = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [39 x i8] c"LPI Clock Stop Bit should not be set!\0A\00", align 1 @E1000_SUCCESS = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @e1000_set_eee_i350(ptr noundef %0, i32 noundef %1, i32 noundef %2) local_unnamed_addr #0 { %4 = tail call i32 @DEBUGFUNC(ptr noundef nonnull @.str) #2 %5 = getelementptr inbounds i8, ptr %0, i64 16 %6 = load i64, ptr %5, align 8, !tbaa !6 %7 = load i64, ptr @e1000_i350, align 8, !tbaa !16 %8 = icmp slt i64 %6, %7 br i1 %8, label %71, label %9 9: ; preds = %3 %10 = getelementptr inbounds i8, ptr %0, i64 8 %11 = load i64, ptr %10, align 8, !tbaa !17 %12 = load i64, ptr @e1000_media_type_copper, align 8, !tbaa !16 %13 = icmp eq i64 %11, %12 br i1 %13, label %14, label %71 14: ; preds = %9 %15 = load i32, ptr @E1000_IPCNFG, align 4, !tbaa !18 %16 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %15) #2 %17 = load i32, ptr @E1000_EEER, align 4, !tbaa !18 %18 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %17) #2 %19 = load i32, ptr %0, align 8, !tbaa !19 %20 = icmp eq i32 %19, 0 br i1 %20, label %21, label %47 21: ; preds = %14 %22 = load i32, ptr @E1000_EEE_SU, align 4, !tbaa !18 %23 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %22) #2 %24 = icmp eq i32 %2, 0 %25 = load i32, ptr @E1000_IPCNFG_EEE_100M_AN, align 4, !tbaa !18 %26 = or i32 %25, %16 %27 = xor i32 %25, -1 %28 = and i32 %16, %27 %29 = select i1 %24, i32 %28, i32 %26 %30 = icmp eq i32 %1, 0 %31 = load i32, ptr @E1000_IPCNFG_EEE_1G_AN, align 4, !tbaa !18 %32 = or i32 %31, %29 %33 = xor i32 %31, -1 %34 = and i32 %29, %33 %35 = select i1 %30, i32 %34, i32 %32 %36 = load i32, ptr @E1000_EEER_TX_LPI_EN, align 4, !tbaa !18 %37 = load i32, ptr @E1000_EEER_RX_LPI_EN, align 4, !tbaa !18 %38 = load i32, ptr @E1000_EEER_LPI_FC, align 4, !tbaa !18 %39 = or i32 %36, %37 %40 = or i32 %39, %38 %41 = or i32 %40, %18 %42 = load i32, ptr @E1000_EEE_SU_LPI_CLK_STP, align 4, !tbaa !18 %43 = and i32 %42, %23 %44 = icmp eq i32 %43, 0 br i1 %44, label %60, label %45 45: ; preds = %21 %46 = tail call i32 @DEBUGOUT(ptr noundef nonnull @.str.1) #2 br label %60 47: ; preds = %14 %48 = load i32, ptr @E1000_IPCNFG_EEE_1G_AN, align 4, !tbaa !18 %49 = load i32, ptr @E1000_IPCNFG_EEE_100M_AN, align 4, !tbaa !18 %50 = or i32 %49, %48 %51 = xor i32 %50, -1 %52 = and i32 %16, %51 %53 = load i32, ptr @E1000_EEER_TX_LPI_EN, align 4, !tbaa !18 %54 = load i32, ptr @E1000_EEER_RX_LPI_EN, align 4, !tbaa !18 %55 = or i32 %54, %53 %56 = load i32, ptr @E1000_EEER_LPI_FC, align 4, !tbaa !18 %57 = or i32 %55, %56 %58 = xor i32 %57, -1 %59 = and i32 %18, %58 br label %60 60: ; preds = %21, %45, %47 %61 = phi i32 [ %59, %47 ], [ %41, %45 ], [ %41, %21 ] %62 = phi i32 [ %52, %47 ], [ %35, %45 ], [ %35, %21 ] %63 = load i32, ptr @E1000_IPCNFG, align 4, !tbaa !18 %64 = tail call i32 @E1000_WRITE_REG(ptr noundef nonnull %0, i32 noundef %63, i32 noundef %62) #2 %65 = load i32, ptr @E1000_EEER, align 4, !tbaa !18 %66 = tail call i32 @E1000_WRITE_REG(ptr noundef nonnull %0, i32 noundef %65, i32 noundef %61) #2 %67 = load i32, ptr @E1000_IPCNFG, align 4, !tbaa !18 %68 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %67) #2 %69 = load i32, ptr @E1000_EEER, align 4, !tbaa !18 %70 = tail call i32 @E1000_READ_REG(ptr noundef nonnull %0, i32 noundef %69) #2 br label %71 71: ; preds = %3, %9, %60 %72 = load i32, ptr @E1000_SUCCESS, align 4, !tbaa !18 ret i32 %72 } declare i32 @DEBUGFUNC(ptr noundef) local_unnamed_addr #1 declare i32 @E1000_READ_REG(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @DEBUGOUT(ptr noundef) local_unnamed_addr #1 declare i32 @E1000_WRITE_REG(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, !14, i64 16} !7 = !{!"e1000_hw", !8, i64 0, !13, i64 8, !15, i64 16} !8 = !{!"TYPE_8__", !9, i64 0} !9 = !{!"TYPE_7__", !10, i64 0} !10 = !{!"int", !11, i64 0} !11 = !{!"omnipotent char", !12, i64 0} !12 = !{!"Simple C/C++ TBAA"} !13 = !{!"TYPE_6__", !14, i64 0} !14 = !{!"long", !11, i64 0} !15 = !{!"TYPE_5__", !14, i64 0} !16 = !{!14, !14, i64 0} !17 = !{!7, !14, i64 8} !18 = !{!10, !10, i64 0} !19 = !{!7, !10, i64 0}
freebsd_sys_dev_e1000_extr_e1000_82575.c_e1000_set_eee_i350
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/extr_videobuf-core.c_videobuf_iolock.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/extr_videobuf-core.c_videobuf_iolock.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" @MAGIC_BUFFER = dso_local local_unnamed_addr global i32 0, align 4 @MAGIC_QTYPE_OPS = dso_local local_unnamed_addr global i32 0, align 4 @iolock = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @videobuf_iolock(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr %1, align 4, !tbaa !5 %5 = load i32, ptr @MAGIC_BUFFER, align 4, !tbaa !10 %6 = tail call i32 @MAGIC_CHECK(i32 noundef %4, i32 noundef %5) #2 %7 = load ptr, ptr %0, align 8, !tbaa !11 %8 = load i32, ptr %7, align 4, !tbaa !14 %9 = load i32, ptr @MAGIC_QTYPE_OPS, align 4, !tbaa !10 %10 = tail call i32 @MAGIC_CHECK(i32 noundef %8, i32 noundef %9) #2 %11 = load i32, ptr @iolock, align 4, !tbaa !10 %12 = tail call i32 @CALL(ptr noundef nonnull %0, i32 noundef %11, ptr noundef nonnull %0, ptr noundef nonnull %1, ptr noundef %2) #2 ret i32 %12 } declare i32 @MAGIC_CHECK(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @CALL(ptr noundef, i32 noundef, 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, !7, i64 0} !6 = !{!"videobuf_buffer", !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 0} !12 = !{!"videobuf_queue", !13, i64 0} !13 = !{!"any pointer", !8, i64 0} !14 = !{!15, !7, i64 0} !15 = !{!"TYPE_2__", !7, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/media/video/extr_videobuf-core.c_videobuf_iolock.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/media/video/extr_videobuf-core.c_videobuf_iolock.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MAGIC_BUFFER = common local_unnamed_addr global i32 0, align 4 @MAGIC_QTYPE_OPS = common local_unnamed_addr global i32 0, align 4 @iolock = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @videobuf_iolock(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = load i32, ptr %1, align 4, !tbaa !6 %5 = load i32, ptr @MAGIC_BUFFER, align 4, !tbaa !11 %6 = tail call i32 @MAGIC_CHECK(i32 noundef %4, i32 noundef %5) #2 %7 = load ptr, ptr %0, align 8, !tbaa !12 %8 = load i32, ptr %7, align 4, !tbaa !15 %9 = load i32, ptr @MAGIC_QTYPE_OPS, align 4, !tbaa !11 %10 = tail call i32 @MAGIC_CHECK(i32 noundef %8, i32 noundef %9) #2 %11 = load i32, ptr @iolock, align 4, !tbaa !11 %12 = tail call i32 @CALL(ptr noundef nonnull %0, i32 noundef %11, ptr noundef nonnull %0, ptr noundef nonnull %1, ptr noundef %2) #2 ret i32 %12 } declare i32 @MAGIC_CHECK(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @CALL(ptr noundef, i32 noundef, 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, !8, i64 0} !7 = !{!"videobuf_buffer", !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 0} !13 = !{!"videobuf_queue", !14, i64 0} !14 = !{!"any pointer", !9, i64 0} !15 = !{!16, !8, i64 0} !16 = !{!"TYPE_2__", !8, i64 0}
fastsocket_kernel_drivers_media_video_extr_videobuf-core.c_videobuf_iolock
; ModuleID = 'AnghaBench/linux/drivers/mtd/devices/extr_bcm47xxsflash.c_bcm47xxsflash_write_st.c' source_filename = "AnghaBench/linux/drivers/mtd/devices/extr_bcm47xxsflash.c_bcm47xxsflash_write_st.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.bcm47xxsflash = type { ptr, ptr } @OPCODE_ST_WREN = dso_local local_unnamed_addr global i32 0, align 4 @BCMA_CC_FLASHADDR = dso_local local_unnamed_addr global i32 0, align 4 @BCMA_CC_FLASHDATA = dso_local local_unnamed_addr global i32 0, align 4 @OPCODE_ST_PP = dso_local local_unnamed_addr global i32 0, align 4 @OPCODE_ST_CSA = dso_local local_unnamed_addr global i32 0, align 4 @BCMA_CC_FLASHCTL = dso_local local_unnamed_addr global i32 0, align 4 @HZ = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [29 x i8] c"Flash rejected dropping CSA\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @bcm47xxsflash_write_st], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @bcm47xxsflash_write_st(ptr nocapture noundef readonly %0, i32 noundef %1, i64 noundef %2, ptr nocapture noundef readonly %3) #0 { %5 = load ptr, ptr %0, align 8, !tbaa !5 %6 = load i32, ptr @OPCODE_ST_WREN, align 4, !tbaa !10 %7 = tail call i32 @bcm47xxsflash_cmd(ptr noundef %5, i32 noundef %6) #2 %8 = load ptr, ptr %5, align 8, !tbaa !12 %9 = load i32, ptr @BCMA_CC_FLASHADDR, align 4, !tbaa !10 %10 = tail call i32 %8(ptr noundef nonnull %5, i32 noundef %9, i32 noundef %1) #2 %11 = load ptr, ptr %5, align 8, !tbaa !12 %12 = load i32, ptr @BCMA_CC_FLASHDATA, align 4, !tbaa !10 %13 = load i32, ptr %3, align 4, !tbaa !10 %14 = tail call i32 %11(ptr noundef nonnull %5, i32 noundef %12, i32 noundef %13) #2 %15 = getelementptr inbounds %struct.bcm47xxsflash, ptr %5, i64 0, i32 1 %16 = load ptr, ptr %15, align 8, !tbaa !14 %17 = load ptr, ptr %16, align 8, !tbaa !15 %18 = load i32, ptr %17, align 4, !tbaa !17 %19 = icmp slt i32 %18, 20 br i1 %19, label %20, label %23 20: ; preds = %4 %21 = load i32, ptr @OPCODE_ST_PP, align 4, !tbaa !10 %22 = tail call i32 @bcm47xxsflash_cmd(ptr noundef nonnull %5, i32 noundef %21) #2 br label %63 23: ; preds = %4 %24 = load i32, ptr @OPCODE_ST_CSA, align 4, !tbaa !10 %25 = load i32, ptr @OPCODE_ST_PP, align 4, !tbaa !10 %26 = or i32 %25, %24 %27 = tail call i32 @bcm47xxsflash_cmd(ptr noundef nonnull %5, i32 noundef %26) #2 %28 = add i64 %2, -1 %29 = add nsw i32 %1, 1 %30 = icmp eq i64 %28, 0 %31 = and i32 %29, 255 %32 = icmp eq i32 %31, 0 %33 = select i1 %30, i1 true, i1 %32 br i1 %33, label %51, label %34 34: ; preds = %23, %34 %35 = phi i32 [ %46, %34 ], [ %29, %23 ] %36 = phi i64 [ %45, %34 ], [ %28, %23 ] %37 = phi i32 [ %44, %34 ], [ 1, %23 ] %38 = phi ptr [ %39, %34 ], [ %3, %23 ] %39 = getelementptr inbounds i32, ptr %38, i64 1 %40 = load i32, ptr @OPCODE_ST_CSA, align 4, !tbaa !10 %41 = load i32, ptr %39, align 4, !tbaa !10 %42 = or i32 %41, %40 %43 = tail call i32 @bcm47xxsflash_cmd(ptr noundef nonnull %5, i32 noundef %42) #2 %44 = add nuw nsw i32 %37, 1 %45 = add i64 %36, -1 %46 = add nsw i32 %35, 1 %47 = icmp eq i64 %45, 0 %48 = and i32 %46, 255 %49 = icmp eq i32 %48, 0 %50 = select i1 %47, i1 true, i1 %49 br i1 %50, label %51, label %34, !llvm.loop !20 51: ; preds = %34, %23 %52 = phi i32 [ 1, %23 ], [ %44, %34 ] %53 = load ptr, ptr %5, align 8, !tbaa !12 %54 = load i32, ptr @BCMA_CC_FLASHCTL, align 4, !tbaa !10 %55 = tail call i32 %53(ptr noundef nonnull %5, i32 noundef %54, i32 noundef 0) #2 %56 = tail call i32 @udelay(i32 noundef 1) #2 %57 = load i32, ptr @HZ, align 4, !tbaa !10 %58 = sdiv i32 %57, 10 %59 = tail call i64 @bcm47xxsflash_poll(ptr noundef nonnull %5, i32 noundef %58) #2 %60 = icmp eq i64 %59, 0 br i1 %60, label %63, label %61 61: ; preds = %51 %62 = tail call i32 @pr_err(ptr noundef nonnull @.str) #2 br label %63 63: ; preds = %51, %61, %20 %64 = phi i32 [ 1, %20 ], [ %52, %61 ], [ %52, %51 ] ret i32 %64 } declare i32 @bcm47xxsflash_cmd(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @udelay(i32 noundef) local_unnamed_addr #1 declare i64 @bcm47xxsflash_poll(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @pr_err(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 = !{!"mtd_info", !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 = !{!"bcm47xxsflash", !7, i64 0, !7, i64 8} !14 = !{!13, !7, i64 8} !15 = !{!16, !7, i64 0} !16 = !{!"TYPE_6__", !7, i64 0} !17 = !{!18, !11, i64 0} !18 = !{!"TYPE_5__", !19, i64 0} !19 = !{!"TYPE_4__", !11, i64 0} !20 = distinct !{!20, !21} !21 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/drivers/mtd/devices/extr_bcm47xxsflash.c_bcm47xxsflash_write_st.c' source_filename = "AnghaBench/linux/drivers/mtd/devices/extr_bcm47xxsflash.c_bcm47xxsflash_write_st.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @OPCODE_ST_WREN = common local_unnamed_addr global i32 0, align 4 @BCMA_CC_FLASHADDR = common local_unnamed_addr global i32 0, align 4 @BCMA_CC_FLASHDATA = common local_unnamed_addr global i32 0, align 4 @OPCODE_ST_PP = common local_unnamed_addr global i32 0, align 4 @OPCODE_ST_CSA = common local_unnamed_addr global i32 0, align 4 @BCMA_CC_FLASHCTL = common local_unnamed_addr global i32 0, align 4 @HZ = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [29 x i8] c"Flash rejected dropping CSA\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @bcm47xxsflash_write_st], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @bcm47xxsflash_write_st(ptr nocapture noundef readonly %0, i32 noundef %1, i64 noundef %2, ptr nocapture noundef readonly %3) #0 { %5 = load ptr, ptr %0, align 8, !tbaa !6 %6 = load i32, ptr @OPCODE_ST_WREN, align 4, !tbaa !11 %7 = tail call i32 @bcm47xxsflash_cmd(ptr noundef %5, i32 noundef %6) #2 %8 = load ptr, ptr %5, align 8, !tbaa !13 %9 = load i32, ptr @BCMA_CC_FLASHADDR, align 4, !tbaa !11 %10 = tail call i32 %8(ptr noundef nonnull %5, i32 noundef %9, i32 noundef %1) #2 %11 = load ptr, ptr %5, align 8, !tbaa !13 %12 = load i32, ptr @BCMA_CC_FLASHDATA, align 4, !tbaa !11 %13 = load i32, ptr %3, align 4, !tbaa !11 %14 = tail call i32 %11(ptr noundef nonnull %5, i32 noundef %12, i32 noundef %13) #2 %15 = getelementptr inbounds i8, ptr %5, i64 8 %16 = load ptr, ptr %15, align 8, !tbaa !15 %17 = load ptr, ptr %16, align 8, !tbaa !16 %18 = load i32, ptr %17, align 4, !tbaa !18 %19 = icmp slt i32 %18, 20 br i1 %19, label %20, label %23 20: ; preds = %4 %21 = load i32, ptr @OPCODE_ST_PP, align 4, !tbaa !11 %22 = tail call i32 @bcm47xxsflash_cmd(ptr noundef nonnull %5, i32 noundef %21) #2 br label %63 23: ; preds = %4 %24 = load i32, ptr @OPCODE_ST_CSA, align 4, !tbaa !11 %25 = load i32, ptr @OPCODE_ST_PP, align 4, !tbaa !11 %26 = or i32 %25, %24 %27 = tail call i32 @bcm47xxsflash_cmd(ptr noundef nonnull %5, i32 noundef %26) #2 %28 = add i64 %2, -1 %29 = add nsw i32 %1, 1 %30 = icmp eq i64 %28, 0 %31 = and i32 %29, 255 %32 = icmp eq i32 %31, 0 %33 = select i1 %30, i1 true, i1 %32 br i1 %33, label %51, label %34 34: ; preds = %23, %34 %35 = phi i32 [ %46, %34 ], [ %29, %23 ] %36 = phi i64 [ %45, %34 ], [ %28, %23 ] %37 = phi i32 [ %44, %34 ], [ 1, %23 ] %38 = phi ptr [ %39, %34 ], [ %3, %23 ] %39 = getelementptr inbounds i8, ptr %38, i64 4 %40 = load i32, ptr @OPCODE_ST_CSA, align 4, !tbaa !11 %41 = load i32, ptr %39, align 4, !tbaa !11 %42 = or i32 %41, %40 %43 = tail call i32 @bcm47xxsflash_cmd(ptr noundef nonnull %5, i32 noundef %42) #2 %44 = add nuw nsw i32 %37, 1 %45 = add i64 %36, -1 %46 = add nsw i32 %35, 1 %47 = icmp eq i64 %45, 0 %48 = and i32 %46, 255 %49 = icmp eq i32 %48, 0 %50 = select i1 %47, i1 true, i1 %49 br i1 %50, label %51, label %34, !llvm.loop !21 51: ; preds = %34, %23 %52 = phi i32 [ 1, %23 ], [ %44, %34 ] %53 = load ptr, ptr %5, align 8, !tbaa !13 %54 = load i32, ptr @BCMA_CC_FLASHCTL, align 4, !tbaa !11 %55 = tail call i32 %53(ptr noundef nonnull %5, i32 noundef %54, i32 noundef 0) #2 %56 = tail call i32 @udelay(i32 noundef 1) #2 %57 = load i32, ptr @HZ, align 4, !tbaa !11 %58 = sdiv i32 %57, 10 %59 = tail call i64 @bcm47xxsflash_poll(ptr noundef nonnull %5, i32 noundef %58) #2 %60 = icmp eq i64 %59, 0 br i1 %60, label %63, label %61 61: ; preds = %51 %62 = tail call i32 @pr_err(ptr noundef nonnull @.str) #2 br label %63 63: ; preds = %51, %61, %20 %64 = phi i32 [ 1, %20 ], [ %52, %61 ], [ %52, %51 ] ret i32 %64 } declare i32 @bcm47xxsflash_cmd(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @udelay(i32 noundef) local_unnamed_addr #1 declare i64 @bcm47xxsflash_poll(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @pr_err(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 = !{!"mtd_info", !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 = !{!"bcm47xxsflash", !8, i64 0, !8, i64 8} !15 = !{!14, !8, i64 8} !16 = !{!17, !8, i64 0} !17 = !{!"TYPE_6__", !8, i64 0} !18 = !{!19, !12, i64 0} !19 = !{!"TYPE_5__", !20, i64 0} !20 = !{!"TYPE_4__", !12, i64 0} !21 = distinct !{!21, !22} !22 = !{!"llvm.loop.mustprogress"}
linux_drivers_mtd_devices_extr_bcm47xxsflash.c_bcm47xxsflash_write_st
; ModuleID = 'AnghaBench/nodemcu-firmware/app/modules/extr_rtcfifo.c_check_fifo_magic.c' source_filename = "AnghaBench/nodemcu-firmware/app/modules/extr_rtcfifo.c_check_fifo_magic.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 [22 x i8] c"rtcfifo not prepared!\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @check_fifo_magic], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @check_fifo_magic(ptr noundef %0) #0 { %2 = tail call i32 (...) @rtc_fifo_check_magic() #2 %3 = icmp eq i32 %2, 0 br i1 %3, label %4, label %6 4: ; preds = %1 %5 = tail call i32 @luaL_error(ptr noundef %0, ptr noundef nonnull @.str) #2 br label %6 6: ; preds = %4, %1 ret void } declare i32 @rtc_fifo_check_magic(...) local_unnamed_addr #1 declare i32 @luaL_error(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/nodemcu-firmware/app/modules/extr_rtcfifo.c_check_fifo_magic.c' source_filename = "AnghaBench/nodemcu-firmware/app/modules/extr_rtcfifo.c_check_fifo_magic.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 [22 x i8] c"rtcfifo not prepared!\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @check_fifo_magic], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @check_fifo_magic(ptr noundef %0) #0 { %2 = tail call i32 @rtc_fifo_check_magic() #2 %3 = icmp eq i32 %2, 0 br i1 %3, label %4, label %6 4: ; preds = %1 %5 = tail call i32 @luaL_error(ptr noundef %0, ptr noundef nonnull @.str) #2 br label %6 6: ; preds = %4, %1 ret void } declare i32 @rtc_fifo_check_magic(...) local_unnamed_addr #1 declare i32 @luaL_error(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)"}
nodemcu-firmware_app_modules_extr_rtcfifo.c_check_fifo_magic
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_dbus_new_handlers.c_wpas_dbus_setter_fast_reauth.c' source_filename = "AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_dbus_new_handlers.c_wpas_dbus_setter_fast_reauth.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" @DBUS_TYPE_BOOLEAN = dso_local local_unnamed_addr global i32 0, align 4 @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 @wpas_dbus_setter_fast_reauth(ptr nocapture noundef readnone %0, ptr noundef %1, ptr noundef %2, ptr nocapture noundef readonly %3) local_unnamed_addr #0 { %5 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %6 = load i32, ptr @DBUS_TYPE_BOOLEAN, align 4, !tbaa !5 %7 = call i32 @wpas_dbus_simple_property_setter(ptr noundef %1, ptr noundef %2, i32 noundef %6, ptr noundef nonnull %5) #3 %8 = icmp eq i32 %7, 0 br i1 %8, label %12, label %9 9: ; preds = %4 %10 = load i32, ptr %5, align 4, !tbaa !5 %11 = load ptr, ptr %3, align 8, !tbaa !9 store i32 %10, ptr %11, align 4, !tbaa !12 br label %12 12: ; preds = %4, %9 %13 = phi ptr [ @TRUE, %9 ], [ @FALSE, %4 ] %14 = load i32, ptr %13, align 4, !tbaa !5 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret i32 %14 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @wpas_dbus_simple_property_setter(ptr noundef, 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"} !9 = !{!10, !11, i64 0} !10 = !{!"wpa_supplicant", !11, i64 0} !11 = !{!"any pointer", !7, i64 0} !12 = !{!13, !6, i64 0} !13 = !{!"TYPE_2__", !6, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_dbus_new_handlers.c_wpas_dbus_setter_fast_reauth.c' source_filename = "AnghaBench/freebsd/contrib/wpa/wpa_supplicant/dbus/extr_dbus_new_handlers.c_wpas_dbus_setter_fast_reauth.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @DBUS_TYPE_BOOLEAN = common local_unnamed_addr global i32 0, align 4 @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 @wpas_dbus_setter_fast_reauth(ptr nocapture noundef readnone %0, ptr noundef %1, ptr noundef %2, ptr nocapture noundef readonly %3) local_unnamed_addr #0 { %5 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %6 = load i32, ptr @DBUS_TYPE_BOOLEAN, align 4, !tbaa !6 %7 = call i32 @wpas_dbus_simple_property_setter(ptr noundef %1, ptr noundef %2, i32 noundef %6, ptr noundef nonnull %5) #3 %8 = icmp eq i32 %7, 0 br i1 %8, label %12, label %9 9: ; preds = %4 %10 = load i32, ptr %5, align 4, !tbaa !6 %11 = load ptr, ptr %3, align 8, !tbaa !10 store i32 %10, ptr %11, align 4, !tbaa !13 br label %12 12: ; preds = %4, %9 %13 = phi ptr [ @TRUE, %9 ], [ @FALSE, %4 ] %14 = load i32, ptr %13, align 4, !tbaa !6 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 ret i32 %14 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @wpas_dbus_simple_property_setter(ptr noundef, 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"} !10 = !{!11, !12, i64 0} !11 = !{!"wpa_supplicant", !12, i64 0} !12 = !{!"any pointer", !8, i64 0} !13 = !{!14, !7, i64 0} !14 = !{!"TYPE_2__", !7, i64 0}
freebsd_contrib_wpa_wpa_supplicant_dbus_extr_dbus_new_handlers.c_wpas_dbus_setter_fast_reauth
; ModuleID = 'AnghaBench/freebsd/contrib/amd/amd/extr_info_file.c_file_search_or_reload.c' source_filename = "AnghaBench/freebsd/contrib/amd/amd/extr_info_file.c_file_search_or_reload.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" @INFO_MAX_LINE_LEN = dso_local local_unnamed_addr global i32 0, align 4 @XLOG_WARNING = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [28 x i8] c"line %d in \22%s\22 is too long\00", align 1 @CFM_SUN_MAP_SYNTAX = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [14 x i8] c"%s returns %s\00", align 1 @XLOG_USER = dso_local local_unnamed_addr global i32 0, align 4 @.str.2 = private unnamed_addr constant [31 x i8] c"%s: line %d has no value field\00", align 1 @ENOENT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @file_search_or_reload], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @file_search_or_reload(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr nocapture noundef writeonly %4, ptr noundef readonly %5) #0 { %7 = load i32, ptr @INFO_MAX_LINE_LEN, align 4, !tbaa !5 %8 = zext i32 %7 to i64 %9 = alloca i8, i64 %8, align 16 %10 = getelementptr i8, ptr %9, i64 -1 %11 = call i64 @file_read_line(ptr noundef nonnull %9, i32 noundef %7, ptr noundef %1) #2 %12 = icmp eq i64 %11, 0 br i1 %12, label %127, label %13 13: ; preds = %6 %14 = icmp eq ptr %5, null br label %15 15: ; preds = %13, %124 %16 = phi i32 [ 0, %13 ], [ %18, %124 ] %17 = call i32 @strlen(ptr noundef nonnull %9) #2 %18 = add nuw nsw i32 %16, 1 %19 = sext i32 %17 to i64 %20 = getelementptr i8, ptr %10, i64 %19 %21 = load i8, ptr %20, align 1, !tbaa !9 %22 = icmp eq i8 %21, 10 br i1 %22, label %26, label %23 23: ; preds = %15 %24 = load i32, ptr @XLOG_WARNING, align 4, !tbaa !5 %25 = call i32 (i32, ptr, ...) @plog(i32 noundef %24, ptr noundef nonnull @.str, i32 noundef %18, ptr noundef %2) #2 br label %27 26: ; preds = %15 store i8 0, ptr %20, align 1, !tbaa !9 br label %27 27: ; preds = %26, %23 %28 = call ptr @strchr(ptr noundef nonnull %9, i8 noundef signext 35) #2 %29 = icmp eq ptr %28, null br i1 %29, label %31, label %30 30: ; preds = %27 store i8 0, ptr %28, align 1, !tbaa !9 br label %31 31: ; preds = %30, %27 %32 = load i8, ptr %9, align 16, !tbaa !9 %33 = icmp eq i8 %32, 0 br i1 %33, label %117, label %34 34: ; preds = %31, %43 %35 = phi i8 [ %45, %43 ], [ %32, %31 ] %36 = phi ptr [ %44, %43 ], [ %9, %31 ] %37 = call i64 @isascii(i8 noundef zeroext %35) #2 %38 = icmp eq i64 %37, 0 br i1 %38, label %47, label %39 39: ; preds = %34 %40 = load i8, ptr %36, align 1, !tbaa !9 %41 = call i64 @isspace(i8 noundef zeroext %40) #2 %42 = icmp eq i64 %41, 0 br i1 %42, label %47, label %43 43: ; preds = %39 %44 = getelementptr inbounds i8, ptr %36, i64 1 %45 = load i8, ptr %44, align 1, !tbaa !9 %46 = icmp eq i8 %45, 0 br i1 %46, label %117, label %34, !llvm.loop !10 47: ; preds = %34, %39 %48 = load i8, ptr %36, align 1, !tbaa !9 %49 = icmp eq i8 %48, 0 br i1 %49, label %117, label %50 50: ; preds = %47, %59 %51 = phi ptr [ %60, %59 ], [ %36, %47 ] %52 = phi i8 [ %61, %59 ], [ %48, %47 ] %53 = call i64 @isascii(i8 noundef zeroext %52) #2 %54 = icmp eq i64 %53, 0 br i1 %54, label %59, label %55 55: ; preds = %50 %56 = load i8, ptr %51, align 1, !tbaa !9 %57 = call i64 @isspace(i8 noundef zeroext %56) #2 %58 = icmp eq i64 %57, 0 br i1 %58, label %59, label %63 59: ; preds = %50, %55 %60 = getelementptr inbounds i8, ptr %51, i64 1 %61 = load i8, ptr %60, align 1, !tbaa !9 %62 = icmp eq i8 %61, 0 br i1 %62, label %68, label %50, !llvm.loop !12 63: ; preds = %55 %64 = load i8, ptr %51, align 1, !tbaa !9 %65 = icmp eq i8 %64, 0 br i1 %65, label %68, label %66 66: ; preds = %63 %67 = getelementptr inbounds i8, ptr %51, i64 1 store i8 0, ptr %51, align 1, !tbaa !9 br label %68 68: ; preds = %59, %66, %63 %69 = phi ptr [ %67, %66 ], [ %51, %63 ], [ %60, %59 ] br i1 %14, label %70, label %77 70: ; preds = %68 %71 = load i8, ptr %3, align 1, !tbaa !9 %72 = load i8, ptr %36, align 1, !tbaa !9 %73 = icmp eq i8 %71, %72 br i1 %73, label %74, label %117 74: ; preds = %70 %75 = call i64 @STREQ(ptr noundef nonnull %3, ptr noundef nonnull %36) #2 %76 = icmp eq i64 %75, 0 br i1 %76, label %117, label %77 77: ; preds = %74, %68 %78 = load i8, ptr %69, align 1, !tbaa !9 %79 = icmp eq i8 %78, 0 br i1 %79, label %114, label %80 80: ; preds = %77, %89 %81 = phi i8 [ %91, %89 ], [ %78, %77 ] %82 = phi ptr [ %90, %89 ], [ %69, %77 ] %83 = call i64 @isascii(i8 noundef zeroext %81) #2 %84 = icmp eq i64 %83, 0 br i1 %84, label %93, label %85 85: ; preds = %80 %86 = load i8, ptr %82, align 1, !tbaa !9 %87 = call i64 @isspace(i8 noundef zeroext %86) #2 %88 = icmp eq i64 %87, 0 br i1 %88, label %93, label %89 89: ; preds = %85 %90 = getelementptr inbounds i8, ptr %82, i64 1 %91 = load i8, ptr %90, align 1, !tbaa !9 %92 = icmp eq i8 %91, 0 br i1 %92, label %114, label %80, !llvm.loop !13 93: ; preds = %80, %85 %94 = load i8, ptr %82, align 1, !tbaa !9 %95 = icmp eq i8 %94, 0 br i1 %95, label %114, label %96 96: ; preds = %93 %97 = load ptr, ptr %0, align 8, !tbaa !14 %98 = icmp eq ptr %97, null br i1 %98, label %106, label %99 99: ; preds = %96 %100 = load i32, ptr %97, align 4, !tbaa !17 %101 = load i32, ptr @CFM_SUN_MAP_SYNTAX, align 4, !tbaa !5 %102 = and i32 %101, %100 %103 = icmp eq i32 %102, 0 br i1 %103, label %106, label %104 104: ; preds = %99 %105 = call ptr @sun_entry2amd(ptr noundef nonnull %36, ptr noundef nonnull %82) #2 br label %108 106: ; preds = %99, %96 %107 = call ptr @xstrdup(ptr noundef nonnull %82) #2 br label %108 108: ; preds = %106, %104 %109 = phi ptr [ %105, %104 ], [ %107, %106 ] br i1 %14, label %110, label %112 110: ; preds = %108 store ptr %109, ptr %4, align 8, !tbaa !19 %111 = call i32 @dlog(ptr noundef nonnull @.str.1, ptr noundef %3, ptr noundef %109) #2 br label %131 112: ; preds = %108 %113 = call ptr @xstrdup(ptr noundef nonnull %36) #2 call void %5(ptr noundef nonnull %0, ptr noundef %113, ptr noundef %109) #2 br label %117 114: ; preds = %89, %77, %93 %115 = load i32, ptr @XLOG_USER, align 4, !tbaa !5 %116 = call i32 (i32, ptr, ...) @plog(i32 noundef %115, ptr noundef nonnull @.str.2, ptr noundef %2, i32 noundef %18) #2 br label %117 117: ; preds = %43, %31, %112, %70, %74, %114, %47 br i1 %22, label %124, label %118 118: ; preds = %117, %121 %119 = call i64 @fgets(ptr noundef nonnull %9, i32 noundef %7, ptr noundef %1) #2 %120 = icmp eq i64 %119, 0 br i1 %120, label %124, label %121 121: ; preds = %118 %122 = call ptr @strchr(ptr noundef nonnull %9, i8 noundef signext 10) #2 %123 = icmp eq ptr %122, null br i1 %123, label %118, label %124, !llvm.loop !20 124: ; preds = %118, %121, %117 %125 = call i64 @file_read_line(ptr noundef nonnull %9, i32 noundef %7, ptr noundef %1) #2 %126 = icmp eq i64 %125, 0 br i1 %126, label %127, label %15, !llvm.loop !21 127: ; preds = %124, %6 %128 = icmp eq ptr %5, null %129 = load i32, ptr @ENOENT, align 4 %130 = select i1 %128, i32 %129, i32 0 br label %131 131: ; preds = %110, %127 %132 = phi i32 [ %130, %127 ], [ 0, %110 ] ret i32 %132 } declare i64 @file_read_line(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @strlen(ptr noundef) local_unnamed_addr #1 declare i32 @plog(i32 noundef, ptr noundef, ...) local_unnamed_addr #1 declare ptr @strchr(ptr noundef, i8 noundef signext) local_unnamed_addr #1 declare i64 @isascii(i8 noundef zeroext) local_unnamed_addr #1 declare i64 @isspace(i8 noundef zeroext) local_unnamed_addr #1 declare i64 @STREQ(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @sun_entry2amd(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @xstrdup(ptr noundef) local_unnamed_addr #1 declare i32 @dlog(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i64 @fgets(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !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"} !12 = distinct !{!12, !11} !13 = distinct !{!13, !11} !14 = !{!15, !16, i64 0} !15 = !{!"TYPE_8__", !16, i64 0} !16 = !{!"any pointer", !7, i64 0} !17 = !{!18, !6, i64 0} !18 = !{!"TYPE_7__", !6, i64 0} !19 = !{!16, !16, i64 0} !20 = distinct !{!20, !11} !21 = distinct !{!21, !11}
; ModuleID = 'AnghaBench/freebsd/contrib/amd/amd/extr_info_file.c_file_search_or_reload.c' source_filename = "AnghaBench/freebsd/contrib/amd/amd/extr_info_file.c_file_search_or_reload.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @INFO_MAX_LINE_LEN = common local_unnamed_addr global i32 0, align 4 @XLOG_WARNING = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [28 x i8] c"line %d in \22%s\22 is too long\00", align 1 @CFM_SUN_MAP_SYNTAX = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [14 x i8] c"%s returns %s\00", align 1 @XLOG_USER = common local_unnamed_addr global i32 0, align 4 @.str.2 = private unnamed_addr constant [31 x i8] c"%s: line %d has no value field\00", align 1 @ENOENT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @file_search_or_reload], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @file_search_or_reload(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr nocapture noundef writeonly %4, ptr noundef readonly %5) #0 { %7 = load i32, ptr @INFO_MAX_LINE_LEN, align 4, !tbaa !6 %8 = zext i32 %7 to i64 %9 = alloca i8, i64 %8, align 1 %10 = getelementptr i8, ptr %9, i64 -1 %11 = call i64 @file_read_line(ptr noundef nonnull %9, i32 noundef %7, ptr noundef %1) #2 %12 = icmp eq i64 %11, 0 br i1 %12, label %127, label %13 13: ; preds = %6 %14 = icmp eq ptr %5, null br label %15 15: ; preds = %13, %124 %16 = phi i32 [ 0, %13 ], [ %18, %124 ] %17 = call i32 @strlen(ptr noundef nonnull %9) #2 %18 = add nuw nsw i32 %16, 1 %19 = sext i32 %17 to i64 %20 = getelementptr i8, ptr %10, i64 %19 %21 = load i8, ptr %20, align 1, !tbaa !10 %22 = icmp eq i8 %21, 10 br i1 %22, label %26, label %23 23: ; preds = %15 %24 = load i32, ptr @XLOG_WARNING, align 4, !tbaa !6 %25 = call i32 (i32, ptr, ...) @plog(i32 noundef %24, ptr noundef nonnull @.str, i32 noundef %18, ptr noundef %2) #2 br label %27 26: ; preds = %15 store i8 0, ptr %20, align 1, !tbaa !10 br label %27 27: ; preds = %26, %23 %28 = call ptr @strchr(ptr noundef nonnull %9, i8 noundef signext 35) #2 %29 = icmp eq ptr %28, null br i1 %29, label %31, label %30 30: ; preds = %27 store i8 0, ptr %28, align 1, !tbaa !10 br label %31 31: ; preds = %30, %27 %32 = load i8, ptr %9, align 1, !tbaa !10 %33 = icmp eq i8 %32, 0 br i1 %33, label %117, label %34 34: ; preds = %31, %43 %35 = phi i8 [ %45, %43 ], [ %32, %31 ] %36 = phi ptr [ %44, %43 ], [ %9, %31 ] %37 = call i64 @isascii(i8 noundef zeroext %35) #2 %38 = icmp eq i64 %37, 0 br i1 %38, label %47, label %39 39: ; preds = %34 %40 = load i8, ptr %36, align 1, !tbaa !10 %41 = call i64 @isspace(i8 noundef zeroext %40) #2 %42 = icmp eq i64 %41, 0 br i1 %42, label %47, label %43 43: ; preds = %39 %44 = getelementptr inbounds i8, ptr %36, i64 1 %45 = load i8, ptr %44, align 1, !tbaa !10 %46 = icmp eq i8 %45, 0 br i1 %46, label %117, label %34, !llvm.loop !11 47: ; preds = %34, %39 %48 = load i8, ptr %36, align 1, !tbaa !10 %49 = icmp eq i8 %48, 0 br i1 %49, label %117, label %50 50: ; preds = %47, %59 %51 = phi ptr [ %60, %59 ], [ %36, %47 ] %52 = phi i8 [ %61, %59 ], [ %48, %47 ] %53 = call i64 @isascii(i8 noundef zeroext %52) #2 %54 = icmp eq i64 %53, 0 br i1 %54, label %59, label %55 55: ; preds = %50 %56 = load i8, ptr %51, align 1, !tbaa !10 %57 = call i64 @isspace(i8 noundef zeroext %56) #2 %58 = icmp eq i64 %57, 0 br i1 %58, label %59, label %63 59: ; preds = %50, %55 %60 = getelementptr inbounds i8, ptr %51, i64 1 %61 = load i8, ptr %60, align 1, !tbaa !10 %62 = icmp eq i8 %61, 0 br i1 %62, label %68, label %50, !llvm.loop !13 63: ; preds = %55 %64 = load i8, ptr %51, align 1, !tbaa !10 %65 = icmp eq i8 %64, 0 br i1 %65, label %68, label %66 66: ; preds = %63 %67 = getelementptr inbounds i8, ptr %51, i64 1 store i8 0, ptr %51, align 1, !tbaa !10 br label %68 68: ; preds = %59, %66, %63 %69 = phi ptr [ %67, %66 ], [ %51, %63 ], [ %60, %59 ] br i1 %14, label %70, label %77 70: ; preds = %68 %71 = load i8, ptr %3, align 1, !tbaa !10 %72 = load i8, ptr %36, align 1, !tbaa !10 %73 = icmp eq i8 %71, %72 br i1 %73, label %74, label %117 74: ; preds = %70 %75 = call i64 @STREQ(ptr noundef nonnull %3, ptr noundef nonnull %36) #2 %76 = icmp eq i64 %75, 0 br i1 %76, label %117, label %77 77: ; preds = %74, %68 %78 = load i8, ptr %69, align 1, !tbaa !10 %79 = icmp eq i8 %78, 0 br i1 %79, label %114, label %80 80: ; preds = %77, %89 %81 = phi i8 [ %91, %89 ], [ %78, %77 ] %82 = phi ptr [ %90, %89 ], [ %69, %77 ] %83 = call i64 @isascii(i8 noundef zeroext %81) #2 %84 = icmp eq i64 %83, 0 br i1 %84, label %93, label %85 85: ; preds = %80 %86 = load i8, ptr %82, align 1, !tbaa !10 %87 = call i64 @isspace(i8 noundef zeroext %86) #2 %88 = icmp eq i64 %87, 0 br i1 %88, label %93, label %89 89: ; preds = %85 %90 = getelementptr inbounds i8, ptr %82, i64 1 %91 = load i8, ptr %90, align 1, !tbaa !10 %92 = icmp eq i8 %91, 0 br i1 %92, label %114, label %80, !llvm.loop !14 93: ; preds = %80, %85 %94 = load i8, ptr %82, align 1, !tbaa !10 %95 = icmp eq i8 %94, 0 br i1 %95, label %114, label %96 96: ; preds = %93 %97 = load ptr, ptr %0, align 8, !tbaa !15 %98 = icmp eq ptr %97, null br i1 %98, label %106, label %99 99: ; preds = %96 %100 = load i32, ptr %97, align 4, !tbaa !18 %101 = load i32, ptr @CFM_SUN_MAP_SYNTAX, align 4, !tbaa !6 %102 = and i32 %101, %100 %103 = icmp eq i32 %102, 0 br i1 %103, label %106, label %104 104: ; preds = %99 %105 = call ptr @sun_entry2amd(ptr noundef nonnull %36, ptr noundef nonnull %82) #2 br label %108 106: ; preds = %99, %96 %107 = call ptr @xstrdup(ptr noundef nonnull %82) #2 br label %108 108: ; preds = %106, %104 %109 = phi ptr [ %105, %104 ], [ %107, %106 ] br i1 %14, label %110, label %112 110: ; preds = %108 store ptr %109, ptr %4, align 8, !tbaa !20 %111 = call i32 @dlog(ptr noundef nonnull @.str.1, ptr noundef %3, ptr noundef %109) #2 br label %131 112: ; preds = %108 %113 = call ptr @xstrdup(ptr noundef nonnull %36) #2 call void %5(ptr noundef nonnull %0, ptr noundef %113, ptr noundef %109) #2 br label %117 114: ; preds = %89, %77, %93 %115 = load i32, ptr @XLOG_USER, align 4, !tbaa !6 %116 = call i32 (i32, ptr, ...) @plog(i32 noundef %115, ptr noundef nonnull @.str.2, ptr noundef %2, i32 noundef %18) #2 br label %117 117: ; preds = %43, %31, %112, %70, %74, %114, %47 br i1 %22, label %124, label %118 118: ; preds = %117, %121 %119 = call i64 @fgets(ptr noundef nonnull %9, i32 noundef %7, ptr noundef %1) #2 %120 = icmp eq i64 %119, 0 br i1 %120, label %124, label %121 121: ; preds = %118 %122 = call ptr @strchr(ptr noundef nonnull %9, i8 noundef signext 10) #2 %123 = icmp eq ptr %122, null br i1 %123, label %118, label %124, !llvm.loop !21 124: ; preds = %118, %121, %117 %125 = call i64 @file_read_line(ptr noundef nonnull %9, i32 noundef %7, ptr noundef %1) #2 %126 = icmp eq i64 %125, 0 br i1 %126, label %127, label %15, !llvm.loop !22 127: ; preds = %124, %6 %128 = icmp eq ptr %5, null %129 = load i32, ptr @ENOENT, align 4 %130 = select i1 %128, i32 %129, i32 0 br label %131 131: ; preds = %110, %127 %132 = phi i32 [ %130, %127 ], [ 0, %110 ] ret i32 %132 } declare i64 @file_read_line(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @strlen(ptr noundef) local_unnamed_addr #1 declare i32 @plog(i32 noundef, ptr noundef, ...) local_unnamed_addr #1 declare ptr @strchr(ptr noundef, i8 noundef signext) local_unnamed_addr #1 declare i64 @isascii(i8 noundef zeroext) local_unnamed_addr #1 declare i64 @isspace(i8 noundef zeroext) local_unnamed_addr #1 declare i64 @STREQ(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @sun_entry2amd(ptr noundef, ptr noundef) local_unnamed_addr #1 declare ptr @xstrdup(ptr noundef) local_unnamed_addr #1 declare i32 @dlog(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #1 declare i64 @fgets(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !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"} !13 = distinct !{!13, !12} !14 = distinct !{!14, !12} !15 = !{!16, !17, i64 0} !16 = !{!"TYPE_8__", !17, i64 0} !17 = !{!"any pointer", !8, i64 0} !18 = !{!19, !7, i64 0} !19 = !{!"TYPE_7__", !7, i64 0} !20 = !{!17, !17, i64 0} !21 = distinct !{!21, !12} !22 = distinct !{!22, !12}
freebsd_contrib_amd_amd_extr_info_file.c_file_search_or_reload
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/ocfs2/extr_xattr.c_ocfs2_xattr_hash_entry.c' source_filename = "AnghaBench/fastsocket/kernel/fs/ocfs2/extr_xattr.c_ocfs2_xattr_hash_entry.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.ocfs2_xattr_entry = type { i32, i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @ocfs2_xattr_hash_entry], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @ocfs2_xattr_hash_entry(ptr noundef %0, ptr noundef %1, ptr nocapture noundef %2) #0 { %4 = getelementptr inbounds %struct.ocfs2_xattr_entry, ptr %2, i64 0, i32 2 %5 = load i32, ptr %4, align 4, !tbaa !5 %6 = tail call i32 @le16_to_cpu(i32 noundef %5) #2 %7 = sext i32 %6 to i64 %8 = getelementptr inbounds i8, ptr %1, i64 %7 %9 = getelementptr inbounds %struct.ocfs2_xattr_entry, ptr %2, i64 0, i32 1 %10 = load i32, ptr %9, align 4, !tbaa !10 %11 = tail call i32 @ocfs2_xattr_name_hash(ptr noundef %0, ptr noundef %8, i32 noundef %10) #2 %12 = tail call i32 @cpu_to_le32(i32 noundef %11) #2 store i32 %12, ptr %2, align 4, !tbaa !11 ret void } declare i32 @le16_to_cpu(i32 noundef) local_unnamed_addr #1 declare i32 @ocfs2_xattr_name_hash(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cpu_to_le32(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 8} !6 = !{!"ocfs2_xattr_entry", !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 4} !11 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/fs/ocfs2/extr_xattr.c_ocfs2_xattr_hash_entry.c' source_filename = "AnghaBench/fastsocket/kernel/fs/ocfs2/extr_xattr.c_ocfs2_xattr_hash_entry.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 @ocfs2_xattr_hash_entry], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @ocfs2_xattr_hash_entry(ptr noundef %0, ptr noundef %1, ptr nocapture noundef %2) #0 { %4 = getelementptr inbounds i8, ptr %2, i64 8 %5 = load i32, ptr %4, align 4, !tbaa !6 %6 = tail call i32 @le16_to_cpu(i32 noundef %5) #2 %7 = sext i32 %6 to i64 %8 = getelementptr inbounds i8, ptr %1, i64 %7 %9 = getelementptr inbounds i8, ptr %2, i64 4 %10 = load i32, ptr %9, align 4, !tbaa !11 %11 = tail call i32 @ocfs2_xattr_name_hash(ptr noundef %0, ptr noundef %8, i32 noundef %10) #2 %12 = tail call i32 @cpu_to_le32(i32 noundef %11) #2 store i32 %12, ptr %2, align 4, !tbaa !12 ret void } declare i32 @le16_to_cpu(i32 noundef) local_unnamed_addr #1 declare i32 @ocfs2_xattr_name_hash(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @cpu_to_le32(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 8} !7 = !{!"ocfs2_xattr_entry", !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 4} !12 = !{!7, !8, i64 0}
fastsocket_kernel_fs_ocfs2_extr_xattr.c_ocfs2_xattr_hash_entry
; ModuleID = 'AnghaBench/linux/drivers/reset/extr_reset-a10sr.c_a10sr_reset_status.c' source_filename = "AnghaBench/linux/drivers/reset/extr_reset-a10sr.c_a10sr_reset_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" @ALTR_A10SR_HPS_RST_REG = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @a10sr_reset_status], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @a10sr_reset_status(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = tail call ptr @to_a10sr_rst(ptr noundef %0) #3 %5 = tail call i32 @a10sr_reset_shift(i64 noundef %1) #3 %6 = tail call i32 @ALTR_A10SR_REG_BIT_MASK(i32 noundef %5) #3 %7 = load i32, ptr @ALTR_A10SR_HPS_RST_REG, align 4, !tbaa !5 %8 = tail call i32 @ALTR_A10SR_REG_OFFSET(i32 noundef %5) #3 %9 = add nsw i32 %8, %7 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 %10 = load i32, ptr %4, align 4, !tbaa !9 %11 = call i32 @regmap_read(i32 noundef %10, i32 noundef %9, ptr noundef nonnull %3) #3 %12 = icmp slt i32 %11, 0 %13 = load i32, ptr %3, align 4 %14 = and i32 %13, %6 %15 = icmp ne i32 %14, 0 %16 = zext i1 %15 to i32 %17 = select i1 %12, i32 %11, i32 %16 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 ret i32 %17 } ; 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_a10sr_rst(ptr noundef) local_unnamed_addr #2 declare i32 @a10sr_reset_shift(i64 noundef) local_unnamed_addr #2 declare i32 @ALTR_A10SR_REG_BIT_MASK(i32 noundef) local_unnamed_addr #2 declare i32 @ALTR_A10SR_REG_OFFSET(i32 noundef) local_unnamed_addr #2 declare i32 @regmap_read(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 0} !10 = !{!"a10sr_reset", !6, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/reset/extr_reset-a10sr.c_a10sr_reset_status.c' source_filename = "AnghaBench/linux/drivers/reset/extr_reset-a10sr.c_a10sr_reset_status.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ALTR_A10SR_HPS_RST_REG = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @a10sr_reset_status], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483648, 2) i32 @a10sr_reset_status(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = tail call ptr @to_a10sr_rst(ptr noundef %0) #3 %5 = tail call i32 @a10sr_reset_shift(i64 noundef %1) #3 %6 = tail call i32 @ALTR_A10SR_REG_BIT_MASK(i32 noundef %5) #3 %7 = load i32, ptr @ALTR_A10SR_HPS_RST_REG, align 4, !tbaa !6 %8 = tail call i32 @ALTR_A10SR_REG_OFFSET(i32 noundef %5) #3 %9 = add nsw i32 %8, %7 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %3) #3 %10 = load i32, ptr %4, align 4, !tbaa !10 %11 = call i32 @regmap_read(i32 noundef %10, i32 noundef %9, ptr noundef nonnull %3) #3 %12 = icmp slt i32 %11, 0 %13 = load i32, ptr %3, align 4 %14 = and i32 %13, %6 %15 = icmp ne i32 %14, 0 %16 = zext i1 %15 to i32 %17 = select i1 %12, i32 %11, i32 %16 call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %3) #3 ret i32 %17 } ; 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_a10sr_rst(ptr noundef) local_unnamed_addr #2 declare i32 @a10sr_reset_shift(i64 noundef) local_unnamed_addr #2 declare i32 @ALTR_A10SR_REG_BIT_MASK(i32 noundef) local_unnamed_addr #2 declare i32 @ALTR_A10SR_REG_OFFSET(i32 noundef) local_unnamed_addr #2 declare i32 @regmap_read(i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"a10sr_reset", !7, i64 0}
linux_drivers_reset_extr_reset-a10sr.c_a10sr_reset_status
; ModuleID = 'AnghaBench/linux/fs/reiserfs/extr_reiserfs.h_reiserfs_proc_info_init.c' source_filename = "AnghaBench/linux/fs/reiserfs/extr_reiserfs.h_reiserfs_proc_info_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" @llvm.compiler.used = appending global [1 x ptr] [ptr @reiserfs_proc_info_init], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal noundef i32 @reiserfs_proc_info_init(ptr nocapture readnone %0) #0 { ret i32 0 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/fs/reiserfs/extr_reiserfs.h_reiserfs_proc_info_init.c' source_filename = "AnghaBench/linux/fs/reiserfs/extr_reiserfs.h_reiserfs_proc_info_init.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 @reiserfs_proc_info_init], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal noundef i32 @reiserfs_proc_info_init(ptr nocapture readnone %0) #0 { ret i32 0 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_fs_reiserfs_extr_reiserfs.h_reiserfs_proc_info_init
; ModuleID = 'AnghaBench/linux/drivers/misc/habanalabs/goya/extr_goya.c_goya_print_mmu_error_info.c' source_filename = "AnghaBench/linux/drivers/misc/habanalabs/goya/extr_goya.c_goya_print_mmu_error_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.hl_device = type { i32, ptr } @HW_CAP_MMU = dso_local local_unnamed_addr global i32 0, align 4 @mmMMU_PAGE_ERROR_CAPTURE = dso_local local_unnamed_addr global i32 0, align 4 @MMU_PAGE_ERROR_CAPTURE_ENTRY_VALID_MASK = dso_local local_unnamed_addr global i32 0, align 4 @MMU_PAGE_ERROR_CAPTURE_VA_49_32_MASK = dso_local local_unnamed_addr global i32 0, align 4 @mmMMU_PAGE_ERROR_CAPTURE_VA = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [29 x i8] c"MMU page fault on va 0x%llx\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @goya_print_mmu_error_info], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @goya_print_mmu_error_info(ptr nocapture noundef readonly %0) #0 { %2 = getelementptr inbounds %struct.hl_device, ptr %0, i64 0, i32 1 %3 = load ptr, ptr %2, align 8, !tbaa !5 %4 = load i32, ptr %3, align 4, !tbaa !11 %5 = load i32, ptr @HW_CAP_MMU, align 4, !tbaa !13 %6 = and i32 %5, %4 %7 = icmp eq i32 %6, 0 br i1 %7, label %21, label %8 8: ; preds = %1 %9 = load i32, ptr @mmMMU_PAGE_ERROR_CAPTURE, align 4, !tbaa !13 %10 = tail call i32 @RREG32(i32 noundef %9) #2 %11 = load i32, ptr @MMU_PAGE_ERROR_CAPTURE_ENTRY_VALID_MASK, align 4, !tbaa !13 %12 = and i32 %11, %10 %13 = icmp eq i32 %12, 0 br i1 %13, label %21, label %14 14: ; preds = %8 %15 = load i32, ptr @mmMMU_PAGE_ERROR_CAPTURE_VA, align 4, !tbaa !13 %16 = tail call i32 @RREG32(i32 noundef %15) #2 %17 = load i32, ptr %0, align 8, !tbaa !14 %18 = tail call i32 @dev_err(i32 noundef %17, ptr noundef nonnull @.str, i32 noundef poison) #2 %19 = load i32, ptr @mmMMU_PAGE_ERROR_CAPTURE, align 4, !tbaa !13 %20 = tail call i32 @WREG32(i32 noundef %19, i32 noundef 0) #2 br label %21 21: ; preds = %8, %14, %1 ret void } declare i32 @RREG32(i32 noundef) local_unnamed_addr #1 declare i32 @dev_err(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @WREG32(i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !10, i64 8} !6 = !{!"hl_device", !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, !7, i64 0} !12 = !{!"goya_device", !7, i64 0} !13 = !{!7, !7, i64 0} !14 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/misc/habanalabs/goya/extr_goya.c_goya_print_mmu_error_info.c' source_filename = "AnghaBench/linux/drivers/misc/habanalabs/goya/extr_goya.c_goya_print_mmu_error_info.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @HW_CAP_MMU = common local_unnamed_addr global i32 0, align 4 @mmMMU_PAGE_ERROR_CAPTURE = common local_unnamed_addr global i32 0, align 4 @MMU_PAGE_ERROR_CAPTURE_ENTRY_VALID_MASK = common local_unnamed_addr global i32 0, align 4 @MMU_PAGE_ERROR_CAPTURE_VA_49_32_MASK = common local_unnamed_addr global i32 0, align 4 @mmMMU_PAGE_ERROR_CAPTURE_VA = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [29 x i8] c"MMU page fault on va 0x%llx\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @goya_print_mmu_error_info], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @goya_print_mmu_error_info(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 i32, ptr %3, align 4, !tbaa !12 %5 = load i32, ptr @HW_CAP_MMU, align 4, !tbaa !14 %6 = and i32 %5, %4 %7 = icmp eq i32 %6, 0 br i1 %7, label %21, label %8 8: ; preds = %1 %9 = load i32, ptr @mmMMU_PAGE_ERROR_CAPTURE, align 4, !tbaa !14 %10 = tail call i32 @RREG32(i32 noundef %9) #2 %11 = load i32, ptr @MMU_PAGE_ERROR_CAPTURE_ENTRY_VALID_MASK, align 4, !tbaa !14 %12 = and i32 %11, %10 %13 = icmp eq i32 %12, 0 br i1 %13, label %21, label %14 14: ; preds = %8 %15 = load i32, ptr @mmMMU_PAGE_ERROR_CAPTURE_VA, align 4, !tbaa !14 %16 = tail call i32 @RREG32(i32 noundef %15) #2 %17 = load i32, ptr %0, align 8, !tbaa !15 %18 = tail call i32 @dev_err(i32 noundef %17, ptr noundef nonnull @.str, i32 noundef poison) #2 %19 = load i32, ptr @mmMMU_PAGE_ERROR_CAPTURE, align 4, !tbaa !14 %20 = tail call i32 @WREG32(i32 noundef %19, i32 noundef 0) #2 br label %21 21: ; preds = %8, %14, %1 ret void } declare i32 @RREG32(i32 noundef) local_unnamed_addr #1 declare i32 @dev_err(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @WREG32(i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !11, i64 8} !7 = !{!"hl_device", !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, !8, i64 0} !13 = !{!"goya_device", !8, i64 0} !14 = !{!8, !8, i64 0} !15 = !{!7, !8, i64 0}
linux_drivers_misc_habanalabs_goya_extr_goya.c_goya_print_mmu_error_info
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/extr_dca_xll.c_scale_down_mix.c' source_filename = "AnghaBench/FFmpeg/libavcodec/extr_dca_xll.c_scale_down_mix.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_10__ = type { i32, i32, ptr, i32, ptr, ptr, i32 } %struct.TYPE_9__ = type { i32, ptr, i32, ptr } %struct.TYPE_7__ = type { ptr } @DCA_XLL_DECI_HISTORY_MAX = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @scale_down_mix], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @scale_down_mix(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1, i32 noundef %2) #0 { %4 = getelementptr inbounds %struct.TYPE_10__, ptr %1, i64 0, i32 3 %5 = load i32, ptr %0, align 8, !tbaa !5 %6 = icmp sgt i32 %5, 0 br i1 %6, label %7, label %80 7: ; preds = %3 %8 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 3 %9 = load ptr, ptr %8, align 8, !tbaa !11 %10 = getelementptr inbounds %struct.TYPE_10__, ptr %1, i64 0, i32 2 %11 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 1 %12 = sext i32 %2 to i64 %13 = getelementptr inbounds %struct.TYPE_9__, ptr %0, i64 0, i32 2 %14 = icmp eq i32 %2, 0 br label %15 15: ; preds = %7, %74 %16 = phi i32 [ %5, %7 ], [ %75, %74 ] %17 = phi i32 [ 0, %7 ], [ %77, %74 ] %18 = phi ptr [ %9, %7 ], [ %78, %74 ] %19 = phi i32 [ 0, %7 ], [ %76, %74 ] %20 = getelementptr inbounds %struct.TYPE_10__, ptr %18, i64 0, i32 6 %21 = load i32, ptr %20, align 8, !tbaa !12 %22 = icmp eq i32 %21, 0 br i1 %22, label %74, label %23 23: ; preds = %15 %24 = load i32, ptr %18, align 8, !tbaa !14 %25 = icmp sgt i32 %24, %2 %26 = zext i1 %25 to i32 %27 = tail call i32 @av_assert1(i32 noundef %26) #2 %28 = getelementptr inbounds %struct.TYPE_10__, ptr %18, i64 0, i32 1 %29 = load i32, ptr %28, align 4, !tbaa !15 %30 = icmp sgt i32 %29, 0 br i1 %30, label %31, label %68 31: ; preds = %23 %32 = getelementptr inbounds %struct.TYPE_10__, ptr %18, i64 0, i32 5 %33 = getelementptr inbounds %struct.TYPE_10__, ptr %18, i64 0, i32 4 %34 = sext i32 %19 to i64 br label %35 35: ; preds = %31, %61 %36 = phi i64 [ 0, %31 ], [ %62, %61 ] %37 = phi i64 [ %34, %31 ], [ %39, %61 ] %38 = load ptr, ptr %10, align 8, !tbaa !16 %39 = add nsw i64 %37, 1 %40 = getelementptr inbounds i32, ptr %38, i64 %37 %41 = load i32, ptr %40, align 4, !tbaa !17 %42 = icmp eq i32 %41, 32768 br i1 %42, label %61, label %43 43: ; preds = %35 %44 = load ptr, ptr %11, align 8, !tbaa !18 %45 = load ptr, ptr %44, align 8, !tbaa !19 %46 = load ptr, ptr %32, align 8, !tbaa !21 %47 = getelementptr inbounds %struct.TYPE_7__, ptr %46, i64 %12 %48 = load ptr, ptr %47, align 8, !tbaa !22 %49 = getelementptr inbounds i32, ptr %48, i64 %36 %50 = load i32, ptr %49, align 4, !tbaa !17 %51 = load i32, ptr %13, align 8, !tbaa !24 %52 = tail call i32 %45(i32 noundef %50, i32 noundef %41, i32 noundef %51) #2 br i1 %14, label %61, label %53 53: ; preds = %43 %54 = load ptr, ptr %11, align 8, !tbaa !18 %55 = load ptr, ptr %54, align 8, !tbaa !19 %56 = load ptr, ptr %33, align 8, !tbaa !25 %57 = getelementptr inbounds i32, ptr %56, i64 %36 %58 = load i32, ptr %57, align 4, !tbaa !17 %59 = load i32, ptr @DCA_XLL_DECI_HISTORY_MAX, align 4, !tbaa !17 %60 = tail call i32 %55(i32 noundef %58, i32 noundef %41, i32 noundef %59) #2 br label %61 61: ; preds = %43, %53, %35 %62 = add nuw nsw i64 %36, 1 %63 = load i32, ptr %28, align 4, !tbaa !15 %64 = sext i32 %63 to i64 %65 = icmp slt i64 %62, %64 br i1 %65, label %35, label %66, !llvm.loop !26 66: ; preds = %61 %67 = trunc i64 %39 to i32 br label %68 68: ; preds = %66, %23 %69 = phi i32 [ %19, %23 ], [ %67, %66 ] %70 = load i32, ptr %4, align 8, !tbaa !28 %71 = icmp slt i32 %69, %70 br i1 %71, label %72, label %80 72: ; preds = %68 %73 = load i32, ptr %0, align 8, !tbaa !5 br label %74 74: ; preds = %72, %15 %75 = phi i32 [ %73, %72 ], [ %16, %15 ] %76 = phi i32 [ %69, %72 ], [ %19, %15 ] %77 = add nuw nsw i32 %17, 1 %78 = getelementptr inbounds %struct.TYPE_10__, ptr %18, i64 1 %79 = icmp slt i32 %77, %75 br i1 %79, label %15, label %80, !llvm.loop !29 80: ; preds = %74, %68, %3 ret void } declare i32 @av_assert1(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_9__", !7, i64 0, !10, i64 8, !7, i64 16, !10, i64 24} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!6, !10, i64 24} !12 = !{!13, !7, i64 40} !13 = !{!"TYPE_10__", !7, i64 0, !7, i64 4, !10, i64 8, !7, i64 16, !10, i64 24, !10, i64 32, !7, i64 40} !14 = !{!13, !7, i64 0} !15 = !{!13, !7, i64 4} !16 = !{!13, !10, i64 8} !17 = !{!7, !7, i64 0} !18 = !{!6, !10, i64 8} !19 = !{!20, !10, i64 0} !20 = !{!"TYPE_8__", !10, i64 0} !21 = !{!13, !10, i64 32} !22 = !{!23, !10, i64 0} !23 = !{!"TYPE_7__", !10, i64 0} !24 = !{!6, !7, i64 16} !25 = !{!13, !10, i64 24} !26 = distinct !{!26, !27} !27 = !{!"llvm.loop.mustprogress"} !28 = !{!13, !7, i64 16} !29 = distinct !{!29, !27}
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/extr_dca_xll.c_scale_down_mix.c' source_filename = "AnghaBench/FFmpeg/libavcodec/extr_dca_xll.c_scale_down_mix.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_7__ = type { ptr } @DCA_XLL_DECI_HISTORY_MAX = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @scale_down_mix], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @scale_down_mix(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1, i32 noundef %2) #0 { %4 = getelementptr inbounds i8, ptr %1, i64 16 %5 = load i32, ptr %0, align 8, !tbaa !6 %6 = icmp sgt i32 %5, 0 br i1 %6, label %7, label %80 7: ; preds = %3 %8 = getelementptr inbounds i8, ptr %0, i64 24 %9 = load ptr, ptr %8, align 8, !tbaa !12 %10 = getelementptr inbounds i8, ptr %1, i64 8 %11 = getelementptr inbounds i8, ptr %0, i64 8 %12 = sext i32 %2 to i64 %13 = getelementptr inbounds i8, ptr %0, i64 16 %14 = icmp eq i32 %2, 0 br label %15 15: ; preds = %7, %74 %16 = phi i32 [ %5, %7 ], [ %75, %74 ] %17 = phi i32 [ 0, %7 ], [ %77, %74 ] %18 = phi ptr [ %9, %7 ], [ %78, %74 ] %19 = phi i32 [ 0, %7 ], [ %76, %74 ] %20 = getelementptr inbounds i8, ptr %18, i64 40 %21 = load i32, ptr %20, align 8, !tbaa !13 %22 = icmp eq i32 %21, 0 br i1 %22, label %74, label %23 23: ; preds = %15 %24 = load i32, ptr %18, align 8, !tbaa !15 %25 = icmp sgt i32 %24, %2 %26 = zext i1 %25 to i32 %27 = tail call i32 @av_assert1(i32 noundef %26) #2 %28 = getelementptr inbounds i8, ptr %18, i64 4 %29 = load i32, ptr %28, align 4, !tbaa !16 %30 = icmp sgt i32 %29, 0 br i1 %30, label %31, label %68 31: ; preds = %23 %32 = getelementptr inbounds i8, ptr %18, i64 32 %33 = getelementptr inbounds i8, ptr %18, i64 24 %34 = sext i32 %19 to i64 br label %35 35: ; preds = %31, %61 %36 = phi i64 [ 0, %31 ], [ %62, %61 ] %37 = phi i64 [ %34, %31 ], [ %39, %61 ] %38 = load ptr, ptr %10, align 8, !tbaa !17 %39 = add nsw i64 %37, 1 %40 = getelementptr inbounds i32, ptr %38, i64 %37 %41 = load i32, ptr %40, align 4, !tbaa !18 %42 = icmp eq i32 %41, 32768 br i1 %42, label %61, label %43 43: ; preds = %35 %44 = load ptr, ptr %11, align 8, !tbaa !19 %45 = load ptr, ptr %44, align 8, !tbaa !20 %46 = load ptr, ptr %32, align 8, !tbaa !22 %47 = getelementptr inbounds %struct.TYPE_7__, ptr %46, i64 %12 %48 = load ptr, ptr %47, align 8, !tbaa !23 %49 = getelementptr inbounds i32, ptr %48, i64 %36 %50 = load i32, ptr %49, align 4, !tbaa !18 %51 = load i32, ptr %13, align 8, !tbaa !25 %52 = tail call i32 %45(i32 noundef %50, i32 noundef %41, i32 noundef %51) #2 br i1 %14, label %61, label %53 53: ; preds = %43 %54 = load ptr, ptr %11, align 8, !tbaa !19 %55 = load ptr, ptr %54, align 8, !tbaa !20 %56 = load ptr, ptr %33, align 8, !tbaa !26 %57 = getelementptr inbounds i32, ptr %56, i64 %36 %58 = load i32, ptr %57, align 4, !tbaa !18 %59 = load i32, ptr @DCA_XLL_DECI_HISTORY_MAX, align 4, !tbaa !18 %60 = tail call i32 %55(i32 noundef %58, i32 noundef %41, i32 noundef %59) #2 br label %61 61: ; preds = %43, %53, %35 %62 = add nuw nsw i64 %36, 1 %63 = load i32, ptr %28, align 4, !tbaa !16 %64 = sext i32 %63 to i64 %65 = icmp slt i64 %62, %64 br i1 %65, label %35, label %66, !llvm.loop !27 66: ; preds = %61 %67 = trunc nsw i64 %39 to i32 br label %68 68: ; preds = %66, %23 %69 = phi i32 [ %19, %23 ], [ %67, %66 ] %70 = load i32, ptr %4, align 8, !tbaa !29 %71 = icmp slt i32 %69, %70 br i1 %71, label %72, label %80 72: ; preds = %68 %73 = load i32, ptr %0, align 8, !tbaa !6 br label %74 74: ; preds = %72, %15 %75 = phi i32 [ %73, %72 ], [ %16, %15 ] %76 = phi i32 [ %69, %72 ], [ %19, %15 ] %77 = add nuw nsw i32 %17, 1 %78 = getelementptr inbounds i8, ptr %18, i64 48 %79 = icmp slt i32 %77, %75 br i1 %79, label %15, label %80, !llvm.loop !30 80: ; preds = %74, %68, %3 ret void } declare i32 @av_assert1(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_9__", !8, i64 0, !11, i64 8, !8, i64 16, !11, i64 24} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!7, !11, i64 24} !13 = !{!14, !8, i64 40} !14 = !{!"TYPE_10__", !8, i64 0, !8, i64 4, !11, i64 8, !8, i64 16, !11, i64 24, !11, i64 32, !8, i64 40} !15 = !{!14, !8, i64 0} !16 = !{!14, !8, i64 4} !17 = !{!14, !11, i64 8} !18 = !{!8, !8, i64 0} !19 = !{!7, !11, i64 8} !20 = !{!21, !11, i64 0} !21 = !{!"TYPE_8__", !11, i64 0} !22 = !{!14, !11, i64 32} !23 = !{!24, !11, i64 0} !24 = !{!"TYPE_7__", !11, i64 0} !25 = !{!7, !8, i64 16} !26 = !{!14, !11, i64 24} !27 = distinct !{!27, !28} !28 = !{!"llvm.loop.mustprogress"} !29 = !{!14, !8, i64 16} !30 = distinct !{!30, !28}
FFmpeg_libavcodec_extr_dca_xll.c_scale_down_mix
; ModuleID = 'AnghaBench/freebsd/sys/dev/isci/scil/extr_sati_read_capacity.c_sati_read_capacity_10_translate_command.c' source_filename = "AnghaBench/freebsd/sys/dev/isci/scil/extr_sati_read_capacity.c_sati_read_capacity_10_translate_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" %struct.TYPE_5__ = type { i32, i32 } @SCSI_READ_CAPACITY_PMI_BIT_ENABLE = dso_local local_unnamed_addr global i32 0, align 4 @SCSI_STATUS_CHECK_CONDITION = dso_local local_unnamed_addr global i32 0, align 4 @SCSI_SENSE_ILLEGAL_REQUEST = dso_local local_unnamed_addr global i32 0, align 4 @SCSI_ASC_INVALID_FIELD_IN_CDB = dso_local local_unnamed_addr global i32 0, align 4 @SCSI_ASCQ_INVALID_FIELD_IN_CDB = dso_local local_unnamed_addr global i32 0, align 4 @SATI_FAILURE_CHECK_RESPONSE_DATA = dso_local local_unnamed_addr global i32 0, align 4 @SCSI_READ_CAPACITY_10_DATA_LENGTH = dso_local local_unnamed_addr global i32 0, align 4 @SATI_SEQUENCE_READ_CAPACITY_10 = dso_local local_unnamed_addr global i32 0, align 4 @SATI_SUCCESS = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @sati_read_capacity_10_translate_command(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call ptr @sati_cb_get_cdb_address(ptr noundef %1) #2 %5 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 2) #2 %6 = icmp eq i32 %5, 0 br i1 %6, label %7, label %21 7: ; preds = %3 %8 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 3) #2 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %21 10: ; preds = %7 %11 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 4) #2 %12 = icmp eq i32 %11, 0 br i1 %12, label %13, label %21 13: ; preds = %10 %14 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 5) #2 %15 = icmp eq i32 %14, 0 br i1 %15, label %16, label %21 16: ; preds = %13 %17 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 8) #2 %18 = load i32, ptr @SCSI_READ_CAPACITY_PMI_BIT_ENABLE, align 4, !tbaa !5 %19 = and i32 %18, %17 %20 = icmp eq i32 %19, 1 br i1 %20, label %21, label %27 21: ; preds = %16, %13, %10, %7, %3 %22 = load i32, ptr @SCSI_STATUS_CHECK_CONDITION, align 4, !tbaa !5 %23 = load i32, ptr @SCSI_SENSE_ILLEGAL_REQUEST, align 4, !tbaa !5 %24 = load i32, ptr @SCSI_ASC_INVALID_FIELD_IN_CDB, align 4, !tbaa !5 %25 = load i32, ptr @SCSI_ASCQ_INVALID_FIELD_IN_CDB, align 4, !tbaa !5 %26 = tail call i32 @sati_scsi_sense_data_construct(ptr noundef %0, ptr noundef %1, i32 noundef %22, i32 noundef %23, i32 noundef %24, i32 noundef %25) #2 br label %32 27: ; preds = %16 %28 = load i32, ptr @SCSI_READ_CAPACITY_10_DATA_LENGTH, align 4, !tbaa !5 %29 = getelementptr inbounds %struct.TYPE_5__, ptr %0, i64 0, i32 1 store i32 %28, ptr %29, align 4, !tbaa !9 %30 = load i32, ptr @SATI_SEQUENCE_READ_CAPACITY_10, align 4, !tbaa !5 store i32 %30, ptr %0, align 4, !tbaa !11 %31 = tail call i32 @sati_ata_identify_device_construct(ptr noundef %2, ptr noundef nonnull %0) #2 br label %32 32: ; preds = %27, %21 %33 = phi ptr [ @SATI_FAILURE_CHECK_RESPONSE_DATA, %21 ], [ @SATI_SUCCESS, %27 ] %34 = load i32, ptr %33, align 4, !tbaa !5 ret i32 %34 } declare ptr @sati_cb_get_cdb_address(ptr noundef) local_unnamed_addr #1 declare i32 @sati_get_cdb_byte(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @sati_scsi_sense_data_construct(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @sati_ata_identify_device_construct(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 4} !10 = !{!"TYPE_5__", !6, i64 0, !6, i64 4} !11 = !{!10, !6, i64 0}
; ModuleID = 'AnghaBench/freebsd/sys/dev/isci/scil/extr_sati_read_capacity.c_sati_read_capacity_10_translate_command.c' source_filename = "AnghaBench/freebsd/sys/dev/isci/scil/extr_sati_read_capacity.c_sati_read_capacity_10_translate_command.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @SCSI_READ_CAPACITY_PMI_BIT_ENABLE = common local_unnamed_addr global i32 0, align 4 @SCSI_STATUS_CHECK_CONDITION = common local_unnamed_addr global i32 0, align 4 @SCSI_SENSE_ILLEGAL_REQUEST = common local_unnamed_addr global i32 0, align 4 @SCSI_ASC_INVALID_FIELD_IN_CDB = common local_unnamed_addr global i32 0, align 4 @SCSI_ASCQ_INVALID_FIELD_IN_CDB = common local_unnamed_addr global i32 0, align 4 @SATI_FAILURE_CHECK_RESPONSE_DATA = common local_unnamed_addr global i32 0, align 4 @SCSI_READ_CAPACITY_10_DATA_LENGTH = common local_unnamed_addr global i32 0, align 4 @SATI_SEQUENCE_READ_CAPACITY_10 = common local_unnamed_addr global i32 0, align 4 @SATI_SUCCESS = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @sati_read_capacity_10_translate_command(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call ptr @sati_cb_get_cdb_address(ptr noundef %1) #2 %5 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 2) #2 %6 = icmp eq i32 %5, 0 br i1 %6, label %7, label %21 7: ; preds = %3 %8 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 3) #2 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %21 10: ; preds = %7 %11 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 4) #2 %12 = icmp eq i32 %11, 0 br i1 %12, label %13, label %21 13: ; preds = %10 %14 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 5) #2 %15 = icmp eq i32 %14, 0 br i1 %15, label %16, label %21 16: ; preds = %13 %17 = tail call i32 @sati_get_cdb_byte(ptr noundef %4, i32 noundef 8) #2 %18 = load i32, ptr @SCSI_READ_CAPACITY_PMI_BIT_ENABLE, align 4, !tbaa !6 %19 = and i32 %18, %17 %20 = icmp eq i32 %19, 1 br i1 %20, label %21, label %27 21: ; preds = %16, %13, %10, %7, %3 %22 = load i32, ptr @SCSI_STATUS_CHECK_CONDITION, align 4, !tbaa !6 %23 = load i32, ptr @SCSI_SENSE_ILLEGAL_REQUEST, align 4, !tbaa !6 %24 = load i32, ptr @SCSI_ASC_INVALID_FIELD_IN_CDB, align 4, !tbaa !6 %25 = load i32, ptr @SCSI_ASCQ_INVALID_FIELD_IN_CDB, align 4, !tbaa !6 %26 = tail call i32 @sati_scsi_sense_data_construct(ptr noundef %0, ptr noundef %1, i32 noundef %22, i32 noundef %23, i32 noundef %24, i32 noundef %25) #2 br label %32 27: ; preds = %16 %28 = load i32, ptr @SCSI_READ_CAPACITY_10_DATA_LENGTH, align 4, !tbaa !6 %29 = getelementptr inbounds i8, ptr %0, i64 4 store i32 %28, ptr %29, align 4, !tbaa !10 %30 = load i32, ptr @SATI_SEQUENCE_READ_CAPACITY_10, align 4, !tbaa !6 store i32 %30, ptr %0, align 4, !tbaa !12 %31 = tail call i32 @sati_ata_identify_device_construct(ptr noundef %2, ptr noundef nonnull %0) #2 br label %32 32: ; preds = %27, %21 %33 = phi ptr [ @SATI_FAILURE_CHECK_RESPONSE_DATA, %21 ], [ @SATI_SUCCESS, %27 ] %34 = load i32, ptr %33, align 4, !tbaa !6 ret i32 %34 } declare ptr @sati_cb_get_cdb_address(ptr noundef) local_unnamed_addr #1 declare i32 @sati_get_cdb_byte(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @sati_scsi_sense_data_construct(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @sati_ata_identify_device_construct(ptr noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 4} !11 = !{!"TYPE_5__", !7, i64 0, !7, i64 4} !12 = !{!11, !7, i64 0}
freebsd_sys_dev_isci_scil_extr_sati_read_capacity.c_sati_read_capacity_10_translate_command
; ModuleID = 'AnghaBench/freebsd/sys/dev/mlx4/mlx4_en/extr_mlx4_en_tx.c_mlx4_en_xmit_poll.c' source_filename = "AnghaBench/freebsd/sys/dev/mlx4/mlx4_en/extr_mlx4_en_tx.c_mlx4_en_xmit_poll.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.mlx4_en_priv = type { i64, i32, ptr, ptr } %struct.mlx4_en_tx_ring = type { i32, i32 } @jiffies = dso_local local_unnamed_addr global i64 0, align 8 @MLX4_EN_TX_POLL_TIMEOUT = dso_local local_unnamed_addr global i64 0, align 8 @MLX4_EN_TX_POLL_MODER = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @mlx4_en_xmit_poll], section "llvm.metadata" ; Function Attrs: inlinehint nounwind uwtable define internal void @mlx4_en_xmit_poll(ptr nocapture noundef readonly %0, i32 noundef %1) #0 { %3 = getelementptr inbounds %struct.mlx4_en_priv, ptr %0, i64 0, i32 3 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = sext i32 %1 to i64 %6 = getelementptr inbounds ptr, ptr %4, i64 %5 %7 = load ptr, ptr %6, align 8, !tbaa !12 %8 = getelementptr inbounds %struct.mlx4_en_priv, ptr %0, i64 0, i32 2 %9 = load ptr, ptr %8, align 8, !tbaa !13 %10 = getelementptr inbounds ptr, ptr %9, i64 %5 %11 = load ptr, ptr %10, align 8, !tbaa !12 %12 = load i64, ptr %0, align 8, !tbaa !14 %13 = icmp eq i64 %12, 0 br i1 %13, label %38, label %14 14: ; preds = %2 %15 = tail call i32 @timer_pending(ptr noundef %7) #2 %16 = icmp eq i32 %15, 0 br i1 %16, label %17, label %22 17: ; preds = %14 %18 = load i64, ptr @jiffies, align 8, !tbaa !15 %19 = load i64, ptr @MLX4_EN_TX_POLL_TIMEOUT, align 8, !tbaa !15 %20 = add nsw i64 %19, %18 %21 = tail call i32 @mod_timer(ptr noundef %7, i64 noundef %20) #2 br label %22 22: ; preds = %17, %14 %23 = load i32, ptr %11, align 4, !tbaa !16 %24 = add nsw i32 %23, 1 store i32 %24, ptr %11, align 4, !tbaa !16 %25 = load i32, ptr @MLX4_EN_TX_POLL_MODER, align 4, !tbaa !18 %26 = add nsw i32 %25, -1 %27 = and i32 %26, %24 %28 = icmp eq i32 %27, 0 br i1 %28, label %29, label %38 29: ; preds = %22 %30 = getelementptr inbounds %struct.mlx4_en_tx_ring, ptr %11, i64 0, i32 1 %31 = tail call i64 @spin_trylock(ptr noundef nonnull %30) #2 %32 = icmp eq i64 %31, 0 br i1 %32, label %38, label %33 33: ; preds = %29 %34 = getelementptr inbounds %struct.mlx4_en_priv, ptr %0, i64 0, i32 1 %35 = load i32, ptr %34, align 8, !tbaa !19 %36 = tail call i32 @mlx4_en_process_tx_cq(i32 noundef %35, ptr noundef %7) #2 %37 = tail call i32 @spin_unlock(ptr noundef nonnull %30) #2 br label %38 38: ; preds = %22, %33, %29, %2 ret void } declare i32 @timer_pending(ptr noundef) local_unnamed_addr #1 declare i32 @mod_timer(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i64 @spin_trylock(ptr noundef) local_unnamed_addr #1 declare i32 @mlx4_en_process_tx_cq(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @spin_unlock(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, !11, i64 24} !6 = !{!"mlx4_en_priv", !7, i64 0, !10, i64 8, !11, i64 16, !11, i64 24} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!11, !11, i64 0} !13 = !{!6, !11, i64 16} !14 = !{!6, !7, i64 0} !15 = !{!7, !7, i64 0} !16 = !{!17, !10, i64 0} !17 = !{!"mlx4_en_tx_ring", !10, i64 0, !10, i64 4} !18 = !{!10, !10, i64 0} !19 = !{!6, !10, i64 8}
; ModuleID = 'AnghaBench/freebsd/sys/dev/mlx4/mlx4_en/extr_mlx4_en_tx.c_mlx4_en_xmit_poll.c' source_filename = "AnghaBench/freebsd/sys/dev/mlx4/mlx4_en/extr_mlx4_en_tx.c_mlx4_en_xmit_poll.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @jiffies = common local_unnamed_addr global i64 0, align 8 @MLX4_EN_TX_POLL_TIMEOUT = common local_unnamed_addr global i64 0, align 8 @MLX4_EN_TX_POLL_MODER = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @mlx4_en_xmit_poll], section "llvm.metadata" ; Function Attrs: inlinehint nounwind ssp uwtable(sync) define internal void @mlx4_en_xmit_poll(ptr nocapture noundef readonly %0, i32 noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %0, i64 24 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = sext i32 %1 to i64 %6 = getelementptr inbounds ptr, ptr %4, i64 %5 %7 = load ptr, ptr %6, align 8, !tbaa !13 %8 = getelementptr inbounds i8, ptr %0, i64 16 %9 = load ptr, ptr %8, align 8, !tbaa !14 %10 = getelementptr inbounds ptr, ptr %9, i64 %5 %11 = load ptr, ptr %10, align 8, !tbaa !13 %12 = load i64, ptr %0, align 8, !tbaa !15 %13 = icmp eq i64 %12, 0 br i1 %13, label %38, label %14 14: ; preds = %2 %15 = tail call i32 @timer_pending(ptr noundef %7) #2 %16 = icmp eq i32 %15, 0 br i1 %16, label %17, label %22 17: ; preds = %14 %18 = load i64, ptr @jiffies, align 8, !tbaa !16 %19 = load i64, ptr @MLX4_EN_TX_POLL_TIMEOUT, align 8, !tbaa !16 %20 = add nsw i64 %19, %18 %21 = tail call i32 @mod_timer(ptr noundef %7, i64 noundef %20) #2 br label %22 22: ; preds = %17, %14 %23 = load i32, ptr %11, align 4, !tbaa !17 %24 = add nsw i32 %23, 1 store i32 %24, ptr %11, align 4, !tbaa !17 %25 = load i32, ptr @MLX4_EN_TX_POLL_MODER, align 4, !tbaa !19 %26 = add nsw i32 %25, -1 %27 = and i32 %26, %24 %28 = icmp eq i32 %27, 0 br i1 %28, label %29, label %38 29: ; preds = %22 %30 = getelementptr inbounds i8, ptr %11, i64 4 %31 = tail call i64 @spin_trylock(ptr noundef nonnull %30) #2 %32 = icmp eq i64 %31, 0 br i1 %32, label %38, label %33 33: ; preds = %29 %34 = getelementptr inbounds i8, ptr %0, i64 8 %35 = load i32, ptr %34, align 8, !tbaa !20 %36 = tail call i32 @mlx4_en_process_tx_cq(i32 noundef %35, ptr noundef %7) #2 %37 = tail call i32 @spin_unlock(ptr noundef nonnull %30) #2 br label %38 38: ; preds = %22, %33, %29, %2 ret void } declare i32 @timer_pending(ptr noundef) local_unnamed_addr #1 declare i32 @mod_timer(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i64 @spin_trylock(ptr noundef) local_unnamed_addr #1 declare i32 @mlx4_en_process_tx_cq(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @spin_unlock(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, !12, i64 24} !7 = !{!"mlx4_en_priv", !8, i64 0, !11, i64 8, !12, i64 16, !12, i64 24} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!12, !12, i64 0} !14 = !{!7, !12, i64 16} !15 = !{!7, !8, i64 0} !16 = !{!8, !8, i64 0} !17 = !{!18, !11, i64 0} !18 = !{!"mlx4_en_tx_ring", !11, i64 0, !11, i64 4} !19 = !{!11, !11, i64 0} !20 = !{!7, !11, i64 8}
freebsd_sys_dev_mlx4_mlx4_en_extr_mlx4_en_tx.c_mlx4_en_xmit_poll
; ModuleID = 'AnghaBench/zfs/cmd/zfs/extr_zfs_main.c_parsepropname.c' source_filename = "AnghaBench/zfs/cmd/zfs/extr_zfs_main.c_parsepropname.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" @stderr = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [44 x i8] c"invalid character '=' in property argument\0A\00", align 1 @B_FALSE = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [40 x i8] c"property '%s' specified multiple times\0A\00", align 1 @B_TRUE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @parsepropname], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @parsepropname(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @strchr(ptr noundef %1, i8 noundef signext 61) #2 %4 = icmp eq ptr %3, null br i1 %4, label %9, label %5 5: ; preds = %2 %6 = load i32, ptr @stderr, align 4, !tbaa !5 %7 = tail call ptr @gettext(ptr noundef nonnull @.str) #2 %8 = tail call i32 (i32, ptr, ...) @fprintf(i32 noundef %6, ptr noundef %7) #2 br label %21 9: ; preds = %2 %10 = tail call i64 @nvlist_exists(ptr noundef %0, ptr noundef %1) #2 %11 = icmp eq i64 %10, 0 br i1 %11, label %16, label %12 12: ; preds = %9 %13 = load i32, ptr @stderr, align 4, !tbaa !5 %14 = tail call ptr @gettext(ptr noundef nonnull @.str.1) #2 %15 = tail call i32 (i32, ptr, ...) @fprintf(i32 noundef %13, ptr noundef %14, ptr noundef %1) #2 br label %21 16: ; preds = %9 %17 = tail call i64 @nvlist_add_boolean(ptr noundef %0, ptr noundef %1) #2 %18 = icmp eq i64 %17, 0 br i1 %18, label %21, label %19 19: ; preds = %16 %20 = tail call i32 (...) @nomem() #2 br label %21 21: ; preds = %16, %19, %12, %5 %22 = phi ptr [ @B_FALSE, %5 ], [ @B_FALSE, %12 ], [ @B_TRUE, %19 ], [ @B_TRUE, %16 ] %23 = load i32, ptr %22, align 4, !tbaa !5 ret i32 %23 } declare ptr @strchr(ptr noundef, i8 noundef signext) local_unnamed_addr #1 declare i32 @fprintf(i32 noundef, ptr noundef, ...) local_unnamed_addr #1 declare ptr @gettext(ptr noundef) local_unnamed_addr #1 declare i64 @nvlist_exists(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i64 @nvlist_add_boolean(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @nomem(...) 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/cmd/zfs/extr_zfs_main.c_parsepropname.c' source_filename = "AnghaBench/zfs/cmd/zfs/extr_zfs_main.c_parsepropname.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @stderr = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [44 x i8] c"invalid character '=' in property argument\0A\00", align 1 @B_FALSE = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [40 x i8] c"property '%s' specified multiple times\0A\00", align 1 @B_TRUE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @parsepropname], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @parsepropname(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @strchr(ptr noundef %1, i8 noundef signext 61) #2 %4 = icmp eq ptr %3, null br i1 %4, label %9, label %5 5: ; preds = %2 %6 = load i32, ptr @stderr, align 4, !tbaa !6 %7 = tail call ptr @gettext(ptr noundef nonnull @.str) #2 %8 = tail call i32 (i32, ptr, ...) @fprintf(i32 noundef %6, ptr noundef %7) #2 br label %21 9: ; preds = %2 %10 = tail call i64 @nvlist_exists(ptr noundef %0, ptr noundef %1) #2 %11 = icmp eq i64 %10, 0 br i1 %11, label %16, label %12 12: ; preds = %9 %13 = load i32, ptr @stderr, align 4, !tbaa !6 %14 = tail call ptr @gettext(ptr noundef nonnull @.str.1) #2 %15 = tail call i32 (i32, ptr, ...) @fprintf(i32 noundef %13, ptr noundef %14, ptr noundef %1) #2 br label %21 16: ; preds = %9 %17 = tail call i64 @nvlist_add_boolean(ptr noundef %0, ptr noundef %1) #2 %18 = icmp eq i64 %17, 0 br i1 %18, label %21, label %19 19: ; preds = %16 %20 = tail call i32 @nomem() #2 br label %21 21: ; preds = %16, %19, %12, %5 %22 = phi ptr [ @B_FALSE, %5 ], [ @B_FALSE, %12 ], [ @B_TRUE, %19 ], [ @B_TRUE, %16 ] %23 = load i32, ptr %22, align 4, !tbaa !6 ret i32 %23 } declare ptr @strchr(ptr noundef, i8 noundef signext) local_unnamed_addr #1 declare i32 @fprintf(i32 noundef, ptr noundef, ...) local_unnamed_addr #1 declare ptr @gettext(ptr noundef) local_unnamed_addr #1 declare i64 @nvlist_exists(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i64 @nvlist_add_boolean(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @nomem(...) 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_cmd_zfs_extr_zfs_main.c_parsepropname
; ModuleID = 'AnghaBench/linux/drivers/input/keyboard/extr_atkbd.c_atkbd_select_set.c' source_filename = "AnghaBench/linux/drivers/input/keyboard/extr_atkbd.c_atkbd_select_set.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.atkbd = type { i32, i32, i64, %struct.ps2dev } %struct.ps2dev = type { i32 } @ATKBD_CMD_SSCANSET = dso_local local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_EX_ENABLE = dso_local local_unnamed_addr global i32 0, align 4 @atkbd_terminal = dso_local local_unnamed_addr global i64 0, align 8 @ATKBD_CMD_SETALL_MB = dso_local local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_OK_GETID = dso_local local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_GSCANSET = dso_local local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_SETALL_MBR = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @atkbd_select_set], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @atkbd_select_set(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca [2 x i8], align 1 %5 = getelementptr inbounds %struct.atkbd, ptr %0, i64 0, i32 3 call void @llvm.lifetime.start.p0(i64 2, ptr nonnull %4) #3 store i32 0, ptr %0, align 8, !tbaa !5 %6 = getelementptr inbounds %struct.atkbd, ptr %0, i64 0, i32 2 %7 = load i64, ptr %6, align 8, !tbaa !12 %8 = icmp eq i64 %7, 0 br i1 %8, label %9, label %61 9: ; preds = %3 %10 = getelementptr inbounds %struct.atkbd, ptr %0, i64 0, i32 1 %11 = load i32, ptr %10, align 4, !tbaa !13 %12 = icmp eq i32 %11, 44193 br i1 %12, label %13, label %16 13: ; preds = %9 store i8 3, ptr %4, align 1, !tbaa !14 %14 = load i32, ptr @ATKBD_CMD_SSCANSET, align 4, !tbaa !15 %15 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %14) #3 br label %61 16: ; preds = %9 %17 = icmp eq i32 %2, 0 br i1 %17, label %23, label %18 18: ; preds = %16 store i8 113, ptr %4, align 1, !tbaa !14 %19 = load i32, ptr @ATKBD_CMD_EX_ENABLE, align 4, !tbaa !15 %20 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %19) #3 %21 = icmp eq i64 %20, 0 br i1 %21, label %22, label %23 22: ; preds = %18 store i32 1, ptr %0, align 8, !tbaa !5 br label %61 23: ; preds = %18, %16 %24 = load i64, ptr @atkbd_terminal, align 8, !tbaa !16 %25 = icmp eq i64 %24, 0 br i1 %25, label %29, label %26 26: ; preds = %23 %27 = load i32, ptr @ATKBD_CMD_SETALL_MB, align 4, !tbaa !15 %28 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %27) #3 br label %61 29: ; preds = %23 %30 = icmp eq i32 %1, 3 br i1 %30, label %31, label %61 31: ; preds = %29 %32 = load i32, ptr @ATKBD_CMD_OK_GETID, align 4, !tbaa !15 %33 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %32) #3 %34 = icmp eq i64 %33, 0 br i1 %34, label %35, label %43 35: ; preds = %31 %36 = load i8, ptr %4, align 1, !tbaa !14 %37 = zext i8 %36 to i32 %38 = shl nuw nsw i32 %37, 8 %39 = getelementptr inbounds [2 x i8], ptr %4, i64 0, i64 1 %40 = load i8, ptr %39, align 1, !tbaa !14 %41 = zext i8 %40 to i32 %42 = or disjoint i32 %38, %41 store i32 %42, ptr %10, align 4, !tbaa !13 br label %61 43: ; preds = %31 store i8 3, ptr %4, align 1, !tbaa !14 %44 = load i32, ptr @ATKBD_CMD_SSCANSET, align 4, !tbaa !15 %45 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %44) #3 %46 = icmp eq i64 %45, 0 br i1 %46, label %47, label %61 47: ; preds = %43 store i8 0, ptr %4, align 1, !tbaa !14 %48 = load i32, ptr @ATKBD_CMD_GSCANSET, align 4, !tbaa !15 %49 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %48) #3 %50 = icmp eq i64 %49, 0 br i1 %50, label %51, label %61 51: ; preds = %47 %52 = load i8, ptr %4, align 1, !tbaa !14 %53 = icmp eq i8 %52, 3 br i1 %53, label %58, label %54 54: ; preds = %51 store i8 2, ptr %4, align 1, !tbaa !14 %55 = load i32, ptr @ATKBD_CMD_SSCANSET, align 4, !tbaa !15 %56 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %55) #3 %57 = icmp eq i64 %56, 0 br i1 %57, label %58, label %61 58: ; preds = %54, %51 %59 = load i32, ptr @ATKBD_CMD_SETALL_MBR, align 4, !tbaa !15 %60 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %59) #3 br label %61 61: ; preds = %54, %47, %43, %29, %3, %58, %35, %26, %22, %13 %62 = phi i32 [ 3, %13 ], [ 3, %26 ], [ 3, %58 ], [ 2, %35 ], [ 2, %22 ], [ 2, %3 ], [ 2, %29 ], [ 2, %43 ], [ 2, %47 ], [ 2, %54 ] call void @llvm.lifetime.end.p0(i64 2, ptr nonnull %4) #3 ret i32 %62 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i64 @ps2_command(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"atkbd", !7, i64 0, !7, i64 4, !10, i64 8, !11, i64 16} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"long", !8, i64 0} !11 = !{!"ps2dev", !7, i64 0} !12 = !{!6, !10, i64 8} !13 = !{!6, !7, i64 4} !14 = !{!8, !8, i64 0} !15 = !{!7, !7, i64 0} !16 = !{!10, !10, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/input/keyboard/extr_atkbd.c_atkbd_select_set.c' source_filename = "AnghaBench/linux/drivers/input/keyboard/extr_atkbd.c_atkbd_select_set.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ATKBD_CMD_SSCANSET = common local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_EX_ENABLE = common local_unnamed_addr global i32 0, align 4 @atkbd_terminal = common local_unnamed_addr global i64 0, align 8 @ATKBD_CMD_SETALL_MB = common local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_OK_GETID = common local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_GSCANSET = common local_unnamed_addr global i32 0, align 4 @ATKBD_CMD_SETALL_MBR = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @atkbd_select_set], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 2, 4) i32 @atkbd_select_set(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca [2 x i8], align 1 %5 = getelementptr inbounds i8, ptr %0, i64 16 call void @llvm.lifetime.start.p0(i64 2, ptr nonnull %4) #3 store i32 0, ptr %0, align 8, !tbaa !6 %6 = getelementptr inbounds i8, ptr %0, i64 8 %7 = load i64, ptr %6, align 8, !tbaa !13 %8 = icmp eq i64 %7, 0 br i1 %8, label %9, label %61 9: ; preds = %3 %10 = getelementptr inbounds i8, ptr %0, i64 4 %11 = load i32, ptr %10, align 4, !tbaa !14 %12 = icmp eq i32 %11, 44193 br i1 %12, label %13, label %16 13: ; preds = %9 store i8 3, ptr %4, align 1, !tbaa !15 %14 = load i32, ptr @ATKBD_CMD_SSCANSET, align 4, !tbaa !16 %15 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %14) #3 br label %61 16: ; preds = %9 %17 = icmp eq i32 %2, 0 br i1 %17, label %23, label %18 18: ; preds = %16 store i8 113, ptr %4, align 1, !tbaa !15 %19 = load i32, ptr @ATKBD_CMD_EX_ENABLE, align 4, !tbaa !16 %20 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %19) #3 %21 = icmp eq i64 %20, 0 br i1 %21, label %22, label %23 22: ; preds = %18 store i32 1, ptr %0, align 8, !tbaa !6 br label %61 23: ; preds = %18, %16 %24 = load i64, ptr @atkbd_terminal, align 8, !tbaa !17 %25 = icmp eq i64 %24, 0 br i1 %25, label %29, label %26 26: ; preds = %23 %27 = load i32, ptr @ATKBD_CMD_SETALL_MB, align 4, !tbaa !16 %28 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %27) #3 br label %61 29: ; preds = %23 %30 = icmp eq i32 %1, 3 br i1 %30, label %31, label %61 31: ; preds = %29 %32 = load i32, ptr @ATKBD_CMD_OK_GETID, align 4, !tbaa !16 %33 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %32) #3 %34 = icmp eq i64 %33, 0 br i1 %34, label %35, label %43 35: ; preds = %31 %36 = load i8, ptr %4, align 1, !tbaa !15 %37 = zext i8 %36 to i32 %38 = shl nuw nsw i32 %37, 8 %39 = getelementptr inbounds i8, ptr %4, i64 1 %40 = load i8, ptr %39, align 1, !tbaa !15 %41 = zext i8 %40 to i32 %42 = or disjoint i32 %38, %41 store i32 %42, ptr %10, align 4, !tbaa !14 br label %61 43: ; preds = %31 store i8 3, ptr %4, align 1, !tbaa !15 %44 = load i32, ptr @ATKBD_CMD_SSCANSET, align 4, !tbaa !16 %45 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %44) #3 %46 = icmp eq i64 %45, 0 br i1 %46, label %47, label %61 47: ; preds = %43 store i8 0, ptr %4, align 1, !tbaa !15 %48 = load i32, ptr @ATKBD_CMD_GSCANSET, align 4, !tbaa !16 %49 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %48) #3 %50 = icmp eq i64 %49, 0 br i1 %50, label %51, label %61 51: ; preds = %47 %52 = load i8, ptr %4, align 1, !tbaa !15 %53 = icmp eq i8 %52, 3 br i1 %53, label %58, label %54 54: ; preds = %51 store i8 2, ptr %4, align 1, !tbaa !15 %55 = load i32, ptr @ATKBD_CMD_SSCANSET, align 4, !tbaa !16 %56 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %55) #3 %57 = icmp eq i64 %56, 0 br i1 %57, label %58, label %61 58: ; preds = %54, %51 %59 = load i32, ptr @ATKBD_CMD_SETALL_MBR, align 4, !tbaa !16 %60 = call i64 @ps2_command(ptr noundef nonnull %5, ptr noundef nonnull %4, i32 noundef %59) #3 br label %61 61: ; preds = %54, %47, %43, %29, %3, %58, %35, %26, %22, %13 %62 = phi i32 [ 3, %13 ], [ 3, %26 ], [ 3, %58 ], [ 2, %35 ], [ 2, %22 ], [ 2, %3 ], [ 2, %29 ], [ 2, %43 ], [ 2, %47 ], [ 2, %54 ] call void @llvm.lifetime.end.p0(i64 2, ptr nonnull %4) #3 ret i32 %62 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i64 @ps2_command(ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"atkbd", !8, i64 0, !8, i64 4, !11, i64 8, !12, i64 16} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"long", !9, i64 0} !12 = !{!"ps2dev", !8, i64 0} !13 = !{!7, !11, i64 8} !14 = !{!7, !8, i64 4} !15 = !{!9, !9, i64 0} !16 = !{!8, !8, i64 0} !17 = !{!11, !11, i64 0}
linux_drivers_input_keyboard_extr_atkbd.c_atkbd_select_set
; ModuleID = 'AnghaBench/linux/drivers/media/platform/extr_sh_vou.c_sh_vou_reg_m_write.c' source_filename = "AnghaBench/linux/drivers/media/platform/extr_sh_vou.c_sh_vou_reg_m_write.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @sh_vou_reg_m_write], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @sh_vou_reg_m_write(ptr nocapture noundef readonly %0, i32 noundef %1, i32 noundef %2) #0 { %4 = load i64, ptr %0, align 8, !tbaa !5 %5 = zext i32 %1 to i64 %6 = add nuw nsw i64 %5, 8192 %7 = add i64 %6, %4 %8 = tail call i32 @__raw_writel(i32 noundef %2, i64 noundef %7) #2 ret void } declare i32 @__raw_writel(i32 noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"sh_vou_device", !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/media/platform/extr_sh_vou.c_sh_vou_reg_m_write.c' source_filename = "AnghaBench/linux/drivers/media/platform/extr_sh_vou.c_sh_vou_reg_m_write.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 @sh_vou_reg_m_write], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @sh_vou_reg_m_write(ptr nocapture noundef readonly %0, i32 noundef %1, i32 noundef %2) #0 { %4 = load i64, ptr %0, align 8, !tbaa !6 %5 = zext i32 %1 to i64 %6 = add nuw nsw i64 %5, 8192 %7 = add i64 %6, %4 %8 = tail call i32 @__raw_writel(i32 noundef %2, i64 noundef %7) #2 ret void } declare i32 @__raw_writel(i32 noundef, i64 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"sh_vou_device", !8, i64 0} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
linux_drivers_media_platform_extr_sh_vou.c_sh_vou_reg_m_write
; ModuleID = 'AnghaBench/linux/drivers/media/platform/rcar-vin/extr_rcar-dma.c_rvin_mc_validate_format.c' source_filename = "AnghaBench/linux/drivers/media/platform/rcar-vin/extr_rcar-dma.c_rvin_mc_validate_format.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.v4l2_subdev_format = type { %struct.TYPE_4__, i32, i32 } %struct.TYPE_4__ = type { i32, i32, i32, i64 } %struct.rvin_dev = type { i32, %struct.TYPE_3__ } %struct.TYPE_3__ = type { i64, i64, i32 } @V4L2_SUBDEV_FORMAT_ACTIVE = dso_local local_unnamed_addr global i32 0, align 4 @get_fmt = dso_local local_unnamed_addr global i32 0, align 4 @EPIPE = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @rvin_mc_validate_format], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @rvin_mc_validate_format(ptr nocapture noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca %struct.v4l2_subdev_format, align 8 call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %4) #4 call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(32) %4, i8 0, i64 24, i1 false) %5 = getelementptr inbounds %struct.v4l2_subdev_format, ptr %4, i64 0, i32 2 %6 = load i32, ptr @V4L2_SUBDEV_FORMAT_ACTIVE, align 4, !tbaa !5 store i32 %6, ptr %5, align 4, !tbaa !9 %7 = load i32, ptr %2, align 4, !tbaa !13 %8 = getelementptr inbounds %struct.v4l2_subdev_format, ptr %4, i64 0, i32 1 store i32 %7, ptr %8, align 8, !tbaa !15 %9 = load i32, ptr @get_fmt, align 4, !tbaa !5 %10 = call i64 @v4l2_subdev_call(ptr noundef %1, ptr noundef nonnull %2, i32 noundef %9, ptr noundef null, ptr noundef nonnull %4) #4 %11 = icmp eq i64 %10, 0 br i1 %11, label %15, label %12 12: ; preds = %3 %13 = load i32, ptr @EPIPE, align 4, !tbaa !5 %14 = sub nsw i32 0, %13 br label %54 15: ; preds = %3 %16 = load i32, ptr %4, align 8, !tbaa !16 %17 = add i32 %16, -137 %18 = icmp ult i32 %17, 5 br i1 %18, label %19, label %22 19: ; preds = %15 store i32 %16, ptr %0, align 8, !tbaa !17 %20 = getelementptr inbounds %struct.TYPE_4__, ptr %4, i64 0, i32 1 %21 = load i32, ptr %20, align 4, !tbaa !20 switch i32 %21, label %35 [ i32 128, label %38 i32 135, label %38 i32 131, label %38 i32 132, label %38 i32 133, label %38 i32 134, label %38 i32 129, label %38 i32 130, label %38 i32 136, label %25 ] 22: ; preds = %15 %23 = load i32, ptr @EPIPE, align 4, !tbaa !5 %24 = sub nsw i32 0, %23 br label %54 25: ; preds = %19 %26 = getelementptr inbounds %struct.rvin_dev, ptr %0, i64 0, i32 1, i32 2 %27 = load i32, ptr %26, align 8, !tbaa !21 switch i32 %27, label %32 [ i32 128, label %38 i32 135, label %38 i32 131, label %38 i32 132, label %28 i32 133, label %28 i32 134, label %28 i32 129, label %28 i32 130, label %28 ] 28: ; preds = %25, %25, %25, %25, %25 %29 = getelementptr inbounds %struct.TYPE_4__, ptr %4, i64 0, i32 2 %30 = load i32, ptr %29, align 8, !tbaa !22 %31 = shl nsw i32 %30, 1 store i32 %31, ptr %29, align 8, !tbaa !22 br label %38 32: ; preds = %25 %33 = load i32, ptr @EPIPE, align 4, !tbaa !5 %34 = sub nsw i32 0, %33 br label %54 35: ; preds = %19 %36 = load i32, ptr @EPIPE, align 4, !tbaa !5 %37 = sub nsw i32 0, %36 br label %54 38: ; preds = %28, %25, %25, %25, %19, %19, %19, %19, %19, %19, %19, %19 %39 = getelementptr inbounds %struct.TYPE_4__, ptr %4, i64 0, i32 3 %40 = load i64, ptr %39, align 8, !tbaa !23 %41 = getelementptr inbounds %struct.rvin_dev, ptr %0, i64 0, i32 1 %42 = load i64, ptr %41, align 8, !tbaa !24 %43 = icmp eq i64 %40, %42 br i1 %43, label %44, label %51 44: ; preds = %38 %45 = getelementptr inbounds %struct.TYPE_4__, ptr %4, i64 0, i32 2 %46 = load i32, ptr %45, align 8, !tbaa !22 %47 = sext i32 %46 to i64 %48 = getelementptr inbounds %struct.rvin_dev, ptr %0, i64 0, i32 1, i32 1 %49 = load i64, ptr %48, align 8, !tbaa !25 %50 = icmp eq i64 %49, %47 br i1 %50, label %54, label %51 51: ; preds = %44, %38 %52 = load i32, ptr @EPIPE, align 4, !tbaa !5 %53 = sub nsw i32 0, %52 br label %54 54: ; preds = %44, %51, %35, %32, %22, %12 %55 = phi i32 [ %14, %12 ], [ %24, %22 ], [ %37, %35 ], [ %34, %32 ], [ %53, %51 ], [ 0, %44 ] call void @llvm.lifetime.end.p0(i64 32, ptr nonnull %4) #4 ret i32 %55 } ; 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 nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 declare i64 @v4l2_subdev_call(ptr noundef, ptr noundef, i32 noundef, ptr noundef, ptr 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 = { mustprogress nocallback nofree nounwind willreturn memory(argmem: write) } 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, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 28} !10 = !{!"v4l2_subdev_format", !11, i64 0, !6, i64 24, !6, i64 28} !11 = !{!"TYPE_4__", !6, i64 0, !6, i64 4, !6, i64 8, !12, i64 16} !12 = !{!"long", !7, i64 0} !13 = !{!14, !6, i64 0} !14 = !{!"media_pad", !6, i64 0} !15 = !{!10, !6, i64 24} !16 = !{!10, !6, i64 0} !17 = !{!18, !6, i64 0} !18 = !{!"rvin_dev", !6, i64 0, !19, i64 8} !19 = !{!"TYPE_3__", !12, i64 0, !12, i64 8, !6, i64 16} !20 = !{!10, !6, i64 4} !21 = !{!18, !6, i64 24} !22 = !{!10, !6, i64 8} !23 = !{!10, !12, i64 16} !24 = !{!18, !12, i64 8} !25 = !{!18, !12, i64 16}
; ModuleID = 'AnghaBench/linux/drivers/media/platform/rcar-vin/extr_rcar-dma.c_rvin_mc_validate_format.c' source_filename = "AnghaBench/linux/drivers/media/platform/rcar-vin/extr_rcar-dma.c_rvin_mc_validate_format.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.v4l2_subdev_format = type { %struct.TYPE_4__, i32, i32 } %struct.TYPE_4__ = type { i32, i32, i32, i64 } @V4L2_SUBDEV_FORMAT_ACTIVE = common local_unnamed_addr global i32 0, align 4 @get_fmt = common local_unnamed_addr global i32 0, align 4 @EPIPE = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @rvin_mc_validate_format], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @rvin_mc_validate_format(ptr nocapture noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca %struct.v4l2_subdev_format, align 8 call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %4) #4 call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(32) %4, i8 0, i64 24, i1 false) %5 = getelementptr inbounds i8, ptr %4, i64 28 %6 = load i32, ptr @V4L2_SUBDEV_FORMAT_ACTIVE, align 4, !tbaa !6 store i32 %6, ptr %5, align 4, !tbaa !10 %7 = load i32, ptr %2, align 4, !tbaa !14 %8 = getelementptr inbounds i8, ptr %4, i64 24 store i32 %7, ptr %8, align 8, !tbaa !16 %9 = load i32, ptr @get_fmt, align 4, !tbaa !6 %10 = call i64 @v4l2_subdev_call(ptr noundef %1, ptr noundef nonnull %2, i32 noundef %9, ptr noundef null, ptr noundef nonnull %4) #4 %11 = icmp eq i64 %10, 0 br i1 %11, label %15, label %12 12: ; preds = %3 %13 = load i32, ptr @EPIPE, align 4, !tbaa !6 %14 = sub nsw i32 0, %13 br label %54 15: ; preds = %3 %16 = load i32, ptr %4, align 8, !tbaa !17 %17 = add i32 %16, -137 %18 = icmp ult i32 %17, 5 br i1 %18, label %19, label %22 19: ; preds = %15 store i32 %16, ptr %0, align 8, !tbaa !18 %20 = getelementptr inbounds i8, ptr %4, i64 4 %21 = load i32, ptr %20, align 4, !tbaa !21 switch i32 %21, label %35 [ i32 128, label %38 i32 135, label %38 i32 131, label %38 i32 132, label %38 i32 133, label %38 i32 134, label %38 i32 129, label %38 i32 130, label %38 i32 136, label %25 ] 22: ; preds = %15 %23 = load i32, ptr @EPIPE, align 4, !tbaa !6 %24 = sub nsw i32 0, %23 br label %54 25: ; preds = %19 %26 = getelementptr inbounds i8, ptr %0, i64 24 %27 = load i32, ptr %26, align 8, !tbaa !22 switch i32 %27, label %32 [ i32 128, label %38 i32 135, label %38 i32 131, label %38 i32 132, label %28 i32 133, label %28 i32 134, label %28 i32 129, label %28 i32 130, label %28 ] 28: ; preds = %25, %25, %25, %25, %25 %29 = getelementptr inbounds i8, ptr %4, i64 8 %30 = load i32, ptr %29, align 8, !tbaa !23 %31 = shl nsw i32 %30, 1 store i32 %31, ptr %29, align 8, !tbaa !23 br label %38 32: ; preds = %25 %33 = load i32, ptr @EPIPE, align 4, !tbaa !6 %34 = sub nsw i32 0, %33 br label %54 35: ; preds = %19 %36 = load i32, ptr @EPIPE, align 4, !tbaa !6 %37 = sub nsw i32 0, %36 br label %54 38: ; preds = %28, %25, %25, %25, %19, %19, %19, %19, %19, %19, %19, %19 %39 = getelementptr inbounds i8, ptr %4, i64 16 %40 = load i64, ptr %39, align 8, !tbaa !24 %41 = getelementptr inbounds i8, ptr %0, i64 8 %42 = load i64, ptr %41, align 8, !tbaa !25 %43 = icmp eq i64 %40, %42 br i1 %43, label %44, label %51 44: ; preds = %38 %45 = getelementptr inbounds i8, ptr %4, i64 8 %46 = load i32, ptr %45, align 8, !tbaa !23 %47 = sext i32 %46 to i64 %48 = getelementptr inbounds i8, ptr %0, i64 16 %49 = load i64, ptr %48, align 8, !tbaa !26 %50 = icmp eq i64 %49, %47 br i1 %50, label %54, label %51 51: ; preds = %44, %38 %52 = load i32, ptr @EPIPE, align 4, !tbaa !6 %53 = sub nsw i32 0, %52 br label %54 54: ; preds = %44, %51, %35, %32, %22, %12 %55 = phi i32 [ %14, %12 ], [ %24, %22 ], [ %37, %35 ], [ %34, %32 ], [ %53, %51 ], [ 0, %44 ] call void @llvm.lifetime.end.p0(i64 32, ptr nonnull %4) #4 ret i32 %55 } ; 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 nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 declare i64 @v4l2_subdev_call(ptr noundef, ptr noundef, i32 noundef, ptr noundef, ptr 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 = { mustprogress nocallback nofree nounwind willreturn memory(argmem: write) } 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, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 28} !11 = !{!"v4l2_subdev_format", !12, i64 0, !7, i64 24, !7, i64 28} !12 = !{!"TYPE_4__", !7, i64 0, !7, i64 4, !7, i64 8, !13, i64 16} !13 = !{!"long", !8, i64 0} !14 = !{!15, !7, i64 0} !15 = !{!"media_pad", !7, i64 0} !16 = !{!11, !7, i64 24} !17 = !{!11, !7, i64 0} !18 = !{!19, !7, i64 0} !19 = !{!"rvin_dev", !7, i64 0, !20, i64 8} !20 = !{!"TYPE_3__", !13, i64 0, !13, i64 8, !7, i64 16} !21 = !{!11, !7, i64 4} !22 = !{!19, !7, i64 24} !23 = !{!11, !7, i64 8} !24 = !{!11, !13, i64 16} !25 = !{!19, !13, i64 8} !26 = !{!19, !13, i64 16}
linux_drivers_media_platform_rcar-vin_extr_rcar-dma.c_rvin_mc_validate_format
; ModuleID = 'AnghaBench/linux/fs/hfs/extr_super.c_hfs_fill_super.c' source_filename = "AnghaBench/linux/fs/hfs/extr_super.c_hfs_fill_super.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.hfs_find_data = type { i32, ptr, i32, i32 } %struct.hfs_sb_info = type { i32, i32, i32, ptr } %struct.super_block = type { i32, ptr, i32, i32, ptr, ptr } @GFP_KERNEL = dso_local local_unnamed_addr global i32 0, align 4 @ENOMEM = dso_local local_unnamed_addr global i32 0, align 4 @flush_mdb = dso_local local_unnamed_addr global i32 0, align 4 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [31 x i8] c"unable to parse mount options\0A\00", align 1 @hfs_super_operations = dso_local global i32 0, align 4 @hfs_xattr_handlers = dso_local local_unnamed_addr global i32 0, align 4 @SB_NODIRATIME = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [39 x i8] c"can't find a HFS filesystem on dev %s\0A\00", align 1 @HFS_ROOT_CNID = dso_local local_unnamed_addr global i32 0, align 4 @EIO = dso_local local_unnamed_addr global i32 0, align 4 @hfs_dentry_operations = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [23 x i8] c"get root inode failed\0A\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @hfs_fill_super], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @hfs_fill_super(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca %struct.hfs_find_data, align 8 %5 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 24, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %6 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !5 %7 = tail call ptr @kzalloc(i32 noundef 24, i32 noundef %6) #3 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %3 %10 = load i32, ptr @ENOMEM, align 4, !tbaa !5 %11 = sub nsw i32 0, %10 br label %87 12: ; preds = %3 %13 = getelementptr inbounds %struct.hfs_sb_info, ptr %7, i64 0, i32 3 store ptr %0, ptr %13, align 8, !tbaa !9 %14 = getelementptr inbounds %struct.super_block, ptr %0, i64 0, i32 5 store ptr %7, ptr %14, align 8, !tbaa !12 %15 = getelementptr inbounds %struct.hfs_sb_info, ptr %7, i64 0, i32 2 %16 = tail call i32 @spin_lock_init(ptr noundef nonnull %15) #3 %17 = getelementptr inbounds %struct.hfs_sb_info, ptr %7, i64 0, i32 1 %18 = load i32, ptr @flush_mdb, align 4, !tbaa !5 %19 = tail call i32 @INIT_DELAYED_WORK(ptr noundef nonnull %17, i32 noundef %18) #3 %20 = load i32, ptr @EINVAL, align 4, !tbaa !5 %21 = tail call i32 @parse_options(ptr noundef %1, ptr noundef nonnull %7) #3 %22 = icmp eq i32 %21, 0 br i1 %22, label %23, label %26 23: ; preds = %12 %24 = sub nsw i32 0, %20 %25 = tail call i32 @pr_err(ptr noundef nonnull @.str) #3 br label %84 26: ; preds = %12 %27 = getelementptr inbounds %struct.super_block, ptr %0, i64 0, i32 4 store ptr @hfs_super_operations, ptr %27, align 8, !tbaa !14 %28 = load i32, ptr @hfs_xattr_handlers, align 4, !tbaa !5 %29 = getelementptr inbounds %struct.super_block, ptr %0, i64 0, i32 3 store i32 %28, ptr %29, align 4, !tbaa !15 %30 = load i32, ptr @SB_NODIRATIME, align 4, !tbaa !5 %31 = getelementptr inbounds %struct.super_block, ptr %0, i64 0, i32 2 %32 = load i32, ptr %31, align 8, !tbaa !16 %33 = or i32 %32, %30 store i32 %33, ptr %31, align 8, !tbaa !16 %34 = tail call i32 @mutex_init(ptr noundef nonnull %7) #3 %35 = tail call i32 @hfs_mdb_get(ptr noundef nonnull %0) #3 %36 = icmp eq i32 %35, 0 br i1 %36, label %45, label %37 37: ; preds = %26 %38 = icmp eq i32 %2, 0 br i1 %38, label %39, label %42 39: ; preds = %37 %40 = tail call i32 @hfs_mdb_name(ptr noundef nonnull %0) #3 %41 = tail call i32 @pr_warn(ptr noundef nonnull @.str.1, i32 noundef %40) #3 br label %42 42: ; preds = %39, %37 %43 = load i32, ptr @EINVAL, align 4, !tbaa !5 %44 = sub nsw i32 0, %43 br label %84 45: ; preds = %26 %46 = tail call ptr @HFS_SB(ptr noundef nonnull %0) #3 %47 = load i32, ptr %46, align 4, !tbaa !17 %48 = call i32 @hfs_find_init(i32 noundef %47, ptr noundef nonnull %4) #3 %49 = icmp eq i32 %48, 0 br i1 %49, label %50, label %81 50: ; preds = %45 %51 = load i32, ptr @HFS_ROOT_CNID, align 4, !tbaa !5 %52 = call i32 @hfs_cat_find_brec(ptr noundef nonnull %0, i32 noundef %51, ptr noundef nonnull %4) #3 %53 = icmp eq i32 %52, 0 br i1 %53, label %54, label %60 54: ; preds = %50 %55 = load i32, ptr %4, align 8 %56 = icmp ugt i32 %55, 4 br i1 %56, label %57, label %62 57: ; preds = %54 %58 = load i32, ptr @EIO, align 4, !tbaa !5 %59 = sub nsw i32 0, %58 br label %84 60: ; preds = %50 %61 = call i32 @hfs_find_exit(ptr noundef nonnull %4) #3 br label %81 62: ; preds = %54 %63 = getelementptr inbounds %struct.hfs_find_data, ptr %4, i64 0, i32 3 %64 = load i32, ptr %63, align 4, !tbaa !19 %65 = getelementptr inbounds %struct.hfs_find_data, ptr %4, i64 0, i32 2 %66 = load i32, ptr %65, align 8, !tbaa !21 %67 = call i32 @hfs_bnode_read(i32 noundef %64, ptr noundef nonnull %5, i32 noundef %66, i32 noundef %55) #3 %68 = load i32, ptr @EINVAL, align 4, !tbaa !5 %69 = sub nsw i32 0, %68 %70 = getelementptr inbounds %struct.hfs_find_data, ptr %4, i64 0, i32 1 %71 = load ptr, ptr %70, align 8, !tbaa !22 %72 = call ptr @hfs_iget(ptr noundef nonnull %0, ptr noundef %71, ptr noundef nonnull %5) #3 %73 = call i32 @hfs_find_exit(ptr noundef nonnull %4) #3 %74 = icmp eq ptr %72, null br i1 %74, label %81, label %75 75: ; preds = %62 %76 = getelementptr inbounds %struct.super_block, ptr %0, i64 0, i32 1 store ptr @hfs_dentry_operations, ptr %76, align 8, !tbaa !23 %77 = load i32, ptr @ENOMEM, align 4, !tbaa !5 %78 = sub nsw i32 0, %77 %79 = call i32 @d_make_root(ptr noundef nonnull %72) #3 store i32 %79, ptr %0, align 8, !tbaa !24 %80 = icmp eq i32 %79, 0 br i1 %80, label %81, label %87 81: ; preds = %75, %62, %45, %60 %82 = phi i32 [ %48, %45 ], [ %52, %60 ], [ %78, %75 ], [ %69, %62 ] %83 = call i32 @pr_err(ptr noundef nonnull @.str.2) #3 br label %84 84: ; preds = %81, %57, %42, %23 %85 = phi i32 [ %44, %42 ], [ %82, %81 ], [ %59, %57 ], [ %24, %23 ] %86 = call i32 @hfs_mdb_put(ptr noundef nonnull %0) #3 br label %87 87: ; preds = %75, %84, %9 %88 = phi i32 [ %85, %84 ], [ %11, %9 ], [ 0, %75 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 24, ptr nonnull %4) #3 ret i32 %88 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @kzalloc(i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @spin_lock_init(ptr noundef) local_unnamed_addr #2 declare i32 @INIT_DELAYED_WORK(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @parse_options(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @pr_err(ptr noundef) local_unnamed_addr #2 declare i32 @mutex_init(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_mdb_get(ptr noundef) local_unnamed_addr #2 declare i32 @pr_warn(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @hfs_mdb_name(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_find_init(i32 noundef, ptr noundef) local_unnamed_addr #2 declare ptr @HFS_SB(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_cat_find_brec(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @hfs_bnode_read(i32 noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @hfs_find_exit(ptr noundef) local_unnamed_addr #2 declare ptr @hfs_iget(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @d_make_root(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_mdb_put(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 16} !10 = !{!"hfs_sb_info", !6, i64 0, !6, i64 4, !6, i64 8, !11, i64 16} !11 = !{!"any pointer", !7, i64 0} !12 = !{!13, !11, i64 32} !13 = !{!"super_block", !6, i64 0, !11, i64 8, !6, i64 16, !6, i64 20, !11, i64 24, !11, i64 32} !14 = !{!13, !11, i64 24} !15 = !{!13, !6, i64 20} !16 = !{!13, !6, i64 16} !17 = !{!18, !6, i64 0} !18 = !{!"TYPE_4__", !6, i64 0} !19 = !{!20, !6, i64 20} !20 = !{!"hfs_find_data", !6, i64 0, !11, i64 8, !6, i64 16, !6, i64 20} !21 = !{!20, !6, i64 16} !22 = !{!20, !11, i64 8} !23 = !{!13, !11, i64 8} !24 = !{!13, !6, i64 0}
; ModuleID = 'AnghaBench/linux/fs/hfs/extr_super.c_hfs_fill_super.c' source_filename = "AnghaBench/linux/fs/hfs/extr_super.c_hfs_fill_super.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.hfs_find_data = type { i32, ptr, i32, i32 } @GFP_KERNEL = common local_unnamed_addr global i32 0, align 4 @ENOMEM = common local_unnamed_addr global i32 0, align 4 @flush_mdb = common local_unnamed_addr global i32 0, align 4 @EINVAL = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [31 x i8] c"unable to parse mount options\0A\00", align 1 @hfs_super_operations = common global i32 0, align 4 @hfs_xattr_handlers = common local_unnamed_addr global i32 0, align 4 @SB_NODIRATIME = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [39 x i8] c"can't find a HFS filesystem on dev %s\0A\00", align 1 @HFS_ROOT_CNID = common local_unnamed_addr global i32 0, align 4 @EIO = common local_unnamed_addr global i32 0, align 4 @hfs_dentry_operations = common global i32 0, align 4 @.str.2 = private unnamed_addr constant [23 x i8] c"get root inode failed\0A\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @hfs_fill_super], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @hfs_fill_super(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca %struct.hfs_find_data, align 8 %5 = alloca i32, align 4 call void @llvm.lifetime.start.p0(i64 24, ptr nonnull %4) #3 call void @llvm.lifetime.start.p0(i64 4, ptr nonnull %5) #3 %6 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !6 %7 = tail call ptr @kzalloc(i32 noundef 24, i32 noundef %6) #3 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %3 %10 = load i32, ptr @ENOMEM, align 4, !tbaa !6 %11 = sub nsw i32 0, %10 br label %87 12: ; preds = %3 %13 = getelementptr inbounds i8, ptr %7, i64 16 store ptr %0, ptr %13, align 8, !tbaa !10 %14 = getelementptr inbounds i8, ptr %0, i64 32 store ptr %7, ptr %14, align 8, !tbaa !13 %15 = getelementptr inbounds i8, ptr %7, i64 8 %16 = tail call i32 @spin_lock_init(ptr noundef nonnull %15) #3 %17 = getelementptr inbounds i8, ptr %7, i64 4 %18 = load i32, ptr @flush_mdb, align 4, !tbaa !6 %19 = tail call i32 @INIT_DELAYED_WORK(ptr noundef nonnull %17, i32 noundef %18) #3 %20 = load i32, ptr @EINVAL, align 4, !tbaa !6 %21 = tail call i32 @parse_options(ptr noundef %1, ptr noundef nonnull %7) #3 %22 = icmp eq i32 %21, 0 br i1 %22, label %23, label %26 23: ; preds = %12 %24 = sub nsw i32 0, %20 %25 = tail call i32 @pr_err(ptr noundef nonnull @.str) #3 br label %84 26: ; preds = %12 %27 = getelementptr inbounds i8, ptr %0, i64 24 store ptr @hfs_super_operations, ptr %27, align 8, !tbaa !15 %28 = load i32, ptr @hfs_xattr_handlers, align 4, !tbaa !6 %29 = getelementptr inbounds i8, ptr %0, i64 20 store i32 %28, ptr %29, align 4, !tbaa !16 %30 = load i32, ptr @SB_NODIRATIME, align 4, !tbaa !6 %31 = getelementptr inbounds i8, ptr %0, i64 16 %32 = load i32, ptr %31, align 8, !tbaa !17 %33 = or i32 %32, %30 store i32 %33, ptr %31, align 8, !tbaa !17 %34 = tail call i32 @mutex_init(ptr noundef nonnull %7) #3 %35 = tail call i32 @hfs_mdb_get(ptr noundef nonnull %0) #3 %36 = icmp eq i32 %35, 0 br i1 %36, label %45, label %37 37: ; preds = %26 %38 = icmp eq i32 %2, 0 br i1 %38, label %39, label %42 39: ; preds = %37 %40 = tail call i32 @hfs_mdb_name(ptr noundef nonnull %0) #3 %41 = tail call i32 @pr_warn(ptr noundef nonnull @.str.1, i32 noundef %40) #3 br label %42 42: ; preds = %39, %37 %43 = load i32, ptr @EINVAL, align 4, !tbaa !6 %44 = sub nsw i32 0, %43 br label %84 45: ; preds = %26 %46 = tail call ptr @HFS_SB(ptr noundef nonnull %0) #3 %47 = load i32, ptr %46, align 4, !tbaa !18 %48 = call i32 @hfs_find_init(i32 noundef %47, ptr noundef nonnull %4) #3 %49 = icmp eq i32 %48, 0 br i1 %49, label %50, label %81 50: ; preds = %45 %51 = load i32, ptr @HFS_ROOT_CNID, align 4, !tbaa !6 %52 = call i32 @hfs_cat_find_brec(ptr noundef nonnull %0, i32 noundef %51, ptr noundef nonnull %4) #3 %53 = icmp eq i32 %52, 0 br i1 %53, label %54, label %60 54: ; preds = %50 %55 = load i32, ptr %4, align 8 %56 = icmp ugt i32 %55, 4 br i1 %56, label %57, label %62 57: ; preds = %54 %58 = load i32, ptr @EIO, align 4, !tbaa !6 %59 = sub nsw i32 0, %58 br label %84 60: ; preds = %50 %61 = call i32 @hfs_find_exit(ptr noundef nonnull %4) #3 br label %81 62: ; preds = %54 %63 = getelementptr inbounds i8, ptr %4, i64 20 %64 = load i32, ptr %63, align 4, !tbaa !20 %65 = getelementptr inbounds i8, ptr %4, i64 16 %66 = load i32, ptr %65, align 8, !tbaa !22 %67 = call i32 @hfs_bnode_read(i32 noundef %64, ptr noundef nonnull %5, i32 noundef %66, i32 noundef %55) #3 %68 = load i32, ptr @EINVAL, align 4, !tbaa !6 %69 = sub nsw i32 0, %68 %70 = getelementptr inbounds i8, ptr %4, i64 8 %71 = load ptr, ptr %70, align 8, !tbaa !23 %72 = call ptr @hfs_iget(ptr noundef nonnull %0, ptr noundef %71, ptr noundef nonnull %5) #3 %73 = call i32 @hfs_find_exit(ptr noundef nonnull %4) #3 %74 = icmp eq ptr %72, null br i1 %74, label %81, label %75 75: ; preds = %62 %76 = getelementptr inbounds i8, ptr %0, i64 8 store ptr @hfs_dentry_operations, ptr %76, align 8, !tbaa !24 %77 = load i32, ptr @ENOMEM, align 4, !tbaa !6 %78 = sub nsw i32 0, %77 %79 = call i32 @d_make_root(ptr noundef nonnull %72) #3 store i32 %79, ptr %0, align 8, !tbaa !25 %80 = icmp eq i32 %79, 0 br i1 %80, label %81, label %87 81: ; preds = %75, %62, %45, %60 %82 = phi i32 [ %48, %45 ], [ %52, %60 ], [ %78, %75 ], [ %69, %62 ] %83 = call i32 @pr_err(ptr noundef nonnull @.str.2) #3 br label %84 84: ; preds = %81, %57, %42, %23 %85 = phi i32 [ %44, %42 ], [ %82, %81 ], [ %59, %57 ], [ %24, %23 ] %86 = call i32 @hfs_mdb_put(ptr noundef nonnull %0) #3 br label %87 87: ; preds = %75, %84, %9 %88 = phi i32 [ %85, %84 ], [ %11, %9 ], [ 0, %75 ] call void @llvm.lifetime.end.p0(i64 4, ptr nonnull %5) #3 call void @llvm.lifetime.end.p0(i64 24, ptr nonnull %4) #3 ret i32 %88 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @kzalloc(i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @spin_lock_init(ptr noundef) local_unnamed_addr #2 declare i32 @INIT_DELAYED_WORK(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @parse_options(ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @pr_err(ptr noundef) local_unnamed_addr #2 declare i32 @mutex_init(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_mdb_get(ptr noundef) local_unnamed_addr #2 declare i32 @pr_warn(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @hfs_mdb_name(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_find_init(i32 noundef, ptr noundef) local_unnamed_addr #2 declare ptr @HFS_SB(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_cat_find_brec(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @hfs_bnode_read(i32 noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @hfs_find_exit(ptr noundef) local_unnamed_addr #2 declare ptr @hfs_iget(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @d_make_root(ptr noundef) local_unnamed_addr #2 declare i32 @hfs_mdb_put(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 16} !11 = !{!"hfs_sb_info", !7, i64 0, !7, i64 4, !7, i64 8, !12, i64 16} !12 = !{!"any pointer", !8, i64 0} !13 = !{!14, !12, i64 32} !14 = !{!"super_block", !7, i64 0, !12, i64 8, !7, i64 16, !7, i64 20, !12, i64 24, !12, i64 32} !15 = !{!14, !12, i64 24} !16 = !{!14, !7, i64 20} !17 = !{!14, !7, i64 16} !18 = !{!19, !7, i64 0} !19 = !{!"TYPE_4__", !7, i64 0} !20 = !{!21, !7, i64 20} !21 = !{!"hfs_find_data", !7, i64 0, !12, i64 8, !7, i64 16, !7, i64 20} !22 = !{!21, !7, i64 16} !23 = !{!21, !12, i64 8} !24 = !{!14, !12, i64 8} !25 = !{!14, !7, i64 0}
linux_fs_hfs_extr_super.c_hfs_fill_super
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/extr_r6040.c_netdev_get_settings.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/extr_r6040.c_netdev_get_settings.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.r6040_private = type { i32, i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @netdev_get_settings], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @netdev_get_settings(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @netdev_priv(ptr noundef %0) #2 %4 = tail call i32 @spin_lock_irq(ptr noundef %3) #2 %5 = getelementptr inbounds %struct.r6040_private, ptr %3, i64 0, i32 1 %6 = tail call i32 @mii_ethtool_gset(ptr noundef nonnull %5, ptr noundef %1) #2 %7 = tail call i32 @spin_unlock_irq(ptr noundef %3) #2 ret i32 %6 } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @spin_lock_irq(ptr noundef) local_unnamed_addr #1 declare i32 @mii_ethtool_gset(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irq(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/extr_r6040.c_netdev_get_settings.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/extr_r6040.c_netdev_get_settings.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 @netdev_get_settings], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @netdev_get_settings(ptr noundef %0, ptr noundef %1) #0 { %3 = tail call ptr @netdev_priv(ptr noundef %0) #2 %4 = tail call i32 @spin_lock_irq(ptr noundef %3) #2 %5 = getelementptr inbounds i8, ptr %3, i64 4 %6 = tail call i32 @mii_ethtool_gset(ptr noundef nonnull %5, ptr noundef %1) #2 %7 = tail call i32 @spin_unlock_irq(ptr noundef %3) #2 ret i32 %6 } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @spin_lock_irq(ptr noundef) local_unnamed_addr #1 declare i32 @mii_ethtool_gset(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irq(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_extr_r6040.c_netdev_get_settings
; ModuleID = 'AnghaBench/linux/lib/extr_kfifo.c___kfifo_init.c' source_filename = "AnghaBench/linux/lib/extr_kfifo.c___kfifo_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" %struct.__kfifo = type { i64, i32, ptr, i64, i64 } @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @__kfifo_init(ptr nocapture noundef writeonly %0, ptr noundef %1, i32 noundef %2, i64 noundef %3) local_unnamed_addr #0 { %5 = zext i32 %2 to i64 %6 = udiv i64 %5, %3 %7 = trunc i64 %6 to i32 %8 = tail call i32 @is_power_of_2(i32 noundef %7) #3 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %4 %11 = tail call i32 @rounddown_pow_of_two(i32 noundef %7) #3 br label %12 12: ; preds = %10, %4 %13 = phi i32 [ %7, %4 ], [ %11, %10 ] %14 = getelementptr inbounds %struct.__kfifo, ptr %0, i64 0, i32 3 tail call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %14, i8 0, i64 16, i1 false) store i64 %3, ptr %0, align 8, !tbaa !5 %15 = getelementptr inbounds %struct.__kfifo, ptr %0, i64 0, i32 2 store ptr %1, ptr %15, align 8, !tbaa !12 %16 = icmp ult i32 %13, 2 %17 = load i32, ptr @EINVAL, align 4 %18 = sub nsw i32 0, %17 %19 = add i32 %13, -1 %20 = select i1 %16, i32 0, i32 %19 %21 = select i1 %16, i32 %18, i32 0 %22 = getelementptr inbounds %struct.__kfifo, ptr %0, i64 0, i32 1 store i32 %20, ptr %22, align 8 ret i32 %21 } declare i32 @is_power_of_2(i32 noundef) local_unnamed_addr #1 declare i32 @rounddown_pow_of_two(i32 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, !7, i64 0} !6 = !{!"__kfifo", !7, i64 0, !10, i64 8, !11, i64 16, !7, i64 24, !7, i64 32} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"int", !8, i64 0} !11 = !{!"any pointer", !8, i64 0} !12 = !{!6, !11, i64 16}
; ModuleID = 'AnghaBench/linux/lib/extr_kfifo.c___kfifo_init.c' source_filename = "AnghaBench/linux/lib/extr_kfifo.c___kfifo_init.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 ; Function Attrs: nounwind ssp uwtable(sync) define range(i32 -2147483647, -2147483648) i32 @__kfifo_init(ptr nocapture noundef writeonly %0, ptr noundef %1, i32 noundef %2, i64 noundef %3) local_unnamed_addr #0 { %5 = zext i32 %2 to i64 %6 = udiv i64 %5, %3 %7 = trunc nuw i64 %6 to i32 %8 = tail call i32 @is_power_of_2(i32 noundef %7) #3 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %4 %11 = tail call i32 @rounddown_pow_of_two(i32 noundef %7) #3 br label %12 12: ; preds = %10, %4 %13 = phi i32 [ %7, %4 ], [ %11, %10 ] %14 = getelementptr inbounds i8, ptr %0, i64 24 tail call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %14, i8 0, i64 16, i1 false) store i64 %3, ptr %0, align 8, !tbaa !6 %15 = getelementptr inbounds i8, ptr %0, i64 16 store ptr %1, ptr %15, align 8, !tbaa !13 %16 = icmp ult i32 %13, 2 %17 = load i32, ptr @EINVAL, align 4 %18 = sub nsw i32 0, %17 %19 = add i32 %13, -1 %20 = select i1 %16, i32 0, i32 %19 %21 = select i1 %16, i32 %18, i32 0 %22 = getelementptr inbounds i8, ptr %0, i64 8 store i32 %20, ptr %22, align 8 ret i32 %21 } declare i32 @is_power_of_2(i32 noundef) local_unnamed_addr #1 declare i32 @rounddown_pow_of_two(i32 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, !8, i64 0} !7 = !{!"__kfifo", !8, i64 0, !11, i64 8, !12, i64 16, !8, i64 24, !8, i64 32} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"int", !9, i64 0} !12 = !{!"any pointer", !9, i64 0} !13 = !{!7, !12, i64 16}
linux_lib_extr_kfifo.c___kfifo_init
; ModuleID = 'AnghaBench/netdata/libnetdata/extr_os.c_get_system_HZ.c' source_filename = "AnghaBench/netdata/libnetdata/extr_os.c_get_system_HZ.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" @_SC_CLK_TCK = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [30 x i8] c"Cannot get system clock ticks\00", align 1 @system_hz = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @get_system_HZ() local_unnamed_addr #0 { %1 = load i32, ptr @_SC_CLK_TCK, align 4, !tbaa !5 %2 = tail call i64 @sysconf(i32 noundef %1) #2 %3 = icmp eq i64 %2, -1 br i1 %3, label %4, label %6 4: ; preds = %0 %5 = tail call i32 @error(ptr noundef nonnull @.str) #2 br label %6 6: ; preds = %4, %0 %7 = trunc i64 %2 to i32 store i32 %7, ptr @system_hz, align 4, !tbaa !5 ret void } declare i64 @sysconf(i32 noundef) local_unnamed_addr #1 declare i32 @error(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/netdata/libnetdata/extr_os.c_get_system_HZ.c' source_filename = "AnghaBench/netdata/libnetdata/extr_os.c_get_system_HZ.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @_SC_CLK_TCK = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [30 x i8] c"Cannot get system clock ticks\00", align 1 @system_hz = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @get_system_HZ() local_unnamed_addr #0 { %1 = load i32, ptr @_SC_CLK_TCK, align 4, !tbaa !6 %2 = tail call i64 @sysconf(i32 noundef %1) #2 %3 = icmp eq i64 %2, -1 br i1 %3, label %4, label %6 4: ; preds = %0 %5 = tail call i32 @error(ptr noundef nonnull @.str) #2 br label %6 6: ; preds = %4, %0 %7 = trunc i64 %2 to i32 store i32 %7, ptr @system_hz, align 4, !tbaa !6 ret void } declare i64 @sysconf(i32 noundef) local_unnamed_addr #1 declare i32 @error(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"}
netdata_libnetdata_extr_os.c_get_system_HZ
; ModuleID = 'AnghaBench/freebsd/contrib/ldns/extr_resolver.c_ldns_resolver_get_ixfr_serial.c' source_filename = "AnghaBench/freebsd/contrib/ldns/extr_resolver.c_ldns_resolver_get_ixfr_serial.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: read) uwtable define dso_local i32 @ldns_resolver_get_ixfr_serial(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 ret i32 %2 } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: read) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"TYPE_3__", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/contrib/ldns/extr_resolver.c_ldns_resolver_get_ixfr_serial.c' source_filename = "AnghaBench/freebsd/contrib/ldns/extr_resolver.c_ldns_resolver_get_ixfr_serial.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: read) uwtable(sync) define i32 @ldns_resolver_get_ixfr_serial(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 ret i32 %2 } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(argmem: read) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"TYPE_3__", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_ldns_extr_resolver.c_ldns_resolver_get_ixfr_serial
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/extr_tta.c_init_thread_copy.c' source_filename = "AnghaBench/FFmpeg/libavcodec/extr_tta.c_init_thread_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 @init_thread_copy], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @init_thread_copy(ptr noundef %0) #0 { %2 = load ptr, ptr %0, align 8, !tbaa !5 store ptr %0, ptr %2, align 8, !tbaa !10 %3 = tail call i32 @allocate_buffers(ptr noundef nonnull %0) #2 ret i32 %3 } declare i32 @allocate_buffers(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_6__", !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_5__", !7, i64 0}
; ModuleID = 'AnghaBench/FFmpeg/libavcodec/extr_tta.c_init_thread_copy.c' source_filename = "AnghaBench/FFmpeg/libavcodec/extr_tta.c_init_thread_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 @init_thread_copy], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @init_thread_copy(ptr noundef %0) #0 { %2 = load ptr, ptr %0, align 8, !tbaa !6 store ptr %0, ptr %2, align 8, !tbaa !11 %3 = tail call i32 @allocate_buffers(ptr noundef nonnull %0) #2 ret i32 %3 } declare i32 @allocate_buffers(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_6__", !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_5__", !8, i64 0}
FFmpeg_libavcodec_extr_tta.c_init_thread_copy
; ModuleID = 'AnghaBench/hashcat/deps/secp256k1/src/extr_tests.c_run_num_smalltests.c' source_filename = "AnghaBench/hashcat/deps/secp256k1/src/extr_tests.c_run_num_smalltests.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" @count = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @run_num_smalltests() local_unnamed_addr #0 { %1 = load i32, ptr @count, align 4, !tbaa !5 %2 = icmp sgt i32 %1, 0 br i1 %2, label %3, label %13 3: ; preds = %0, %3 %4 = phi i32 [ %9, %3 ], [ 0, %0 ] %5 = tail call i32 (...) @test_num_negate() #2 %6 = tail call i32 (...) @test_num_add_sub() #2 %7 = tail call i32 (...) @test_num_mod() #2 %8 = tail call i32 (...) @test_num_jacobi() #2 %9 = add nuw nsw i32 %4, 1 %10 = load i32, ptr @count, align 4, !tbaa !5 %11 = mul nsw i32 %10, 100 %12 = icmp slt i32 %9, %11 br i1 %12, label %3, label %13, !llvm.loop !9 13: ; preds = %3, %0 ret void } declare i32 @test_num_negate(...) local_unnamed_addr #1 declare i32 @test_num_add_sub(...) local_unnamed_addr #1 declare i32 @test_num_mod(...) local_unnamed_addr #1 declare i32 @test_num_jacobi(...) 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/hashcat/deps/secp256k1/src/extr_tests.c_run_num_smalltests.c' source_filename = "AnghaBench/hashcat/deps/secp256k1/src/extr_tests.c_run_num_smalltests.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @count = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @run_num_smalltests() local_unnamed_addr #0 { %1 = load i32, ptr @count, align 4, !tbaa !6 %2 = icmp sgt i32 %1, 0 br i1 %2, label %3, label %13 3: ; preds = %0, %3 %4 = phi i32 [ %9, %3 ], [ 0, %0 ] %5 = tail call i32 @test_num_negate() #2 %6 = tail call i32 @test_num_add_sub() #2 %7 = tail call i32 @test_num_mod() #2 %8 = tail call i32 @test_num_jacobi() #2 %9 = add nuw nsw i32 %4, 1 %10 = load i32, ptr @count, align 4, !tbaa !6 %11 = mul nsw i32 %10, 100 %12 = icmp slt i32 %9, %11 br i1 %12, label %3, label %13, !llvm.loop !10 13: ; preds = %3, %0 ret void } declare i32 @test_num_negate(...) local_unnamed_addr #1 declare i32 @test_num_add_sub(...) local_unnamed_addr #1 declare i32 @test_num_mod(...) local_unnamed_addr #1 declare i32 @test_num_jacobi(...) 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"}
hashcat_deps_secp256k1_src_extr_tests.c_run_num_smalltests
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/mfd/extr_wm831x-otp.c_wm831x_otp_exit.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/mfd/extr_wm831x-otp.c_wm831x_otp_exit.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" @dev_attr_unique_id = dso_local global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @wm831x_otp_exit(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 %3 = tail call i32 @device_remove_file(i32 noundef %2, ptr noundef nonnull @dev_attr_unique_id) #2 ret void } declare i32 @device_remove_file(i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"wm831x", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/mfd/extr_wm831x-otp.c_wm831x_otp_exit.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/mfd/extr_wm831x-otp.c_wm831x_otp_exit.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @dev_attr_unique_id = common global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @wm831x_otp_exit(ptr nocapture noundef readonly %0) local_unnamed_addr #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 %3 = tail call i32 @device_remove_file(i32 noundef %2, ptr noundef nonnull @dev_attr_unique_id) #2 ret void } declare i32 @device_remove_file(i32 noundef, ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"wm831x", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_mfd_extr_wm831x-otp.c_wm831x_otp_exit
; ModuleID = 'AnghaBench/openwrt/target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/extr_mt753x_swconfig.c_mt753x_swconfig_destroy.c' source_filename = "AnghaBench/openwrt/target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/extr_mt753x_swconfig.c_mt753x_swconfig_destroy.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; Function Attrs: nounwind uwtable define dso_local void @mt753x_swconfig_destroy(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @unregister_switch(ptr noundef %0) #2 ret void } declare i32 @unregister_switch(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/openwrt/target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/extr_mt753x_swconfig.c_mt753x_swconfig_destroy.c' source_filename = "AnghaBench/openwrt/target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/extr_mt753x_swconfig.c_mt753x_swconfig_destroy.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 @mt753x_swconfig_destroy(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @unregister_switch(ptr noundef %0) #2 ret void } declare i32 @unregister_switch(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)"}
openwrt_target_linux_mediatek_files-4.19_drivers_net_phy_mtk_mt753x_extr_mt753x_swconfig.c_mt753x_swconfig_destroy
; ModuleID = 'AnghaBench/linux/drivers/tty/serial/jsm/extr_jsm_cls.c_cls_set_no_input_flow_control.c' source_filename = "AnghaBench/linux/drivers/tty/serial/jsm/extr_jsm_cls.c_cls_set_no_input_flow_control.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.jsm_channel = type { i32, i32, ptr } %struct.TYPE_2__ = type { i32, i32, i32 } @UART_EXAR654_ENHANCED_REGISTER_SET = dso_local local_unnamed_addr global i32 0, align 4 @UART_EXAR654_EFR_ECB = dso_local local_unnamed_addr global i32 0, align 4 @UART_EXAR654_EFR_RTSDTR = dso_local local_unnamed_addr global i32 0, align 4 @UART_EXAR654_EFR_IXOFF = dso_local local_unnamed_addr global i32 0, align 4 @UART_EXAR654_IER_RTSDTR = dso_local local_unnamed_addr global i32 0, align 4 @UART_FCR_ENABLE_FIFO = dso_local local_unnamed_addr global i32 0, align 4 @UART_16654_FCR_RXTRIGGER_16 = dso_local local_unnamed_addr global i32 0, align 4 @UART_16654_FCR_TXTRIGGER_16 = dso_local local_unnamed_addr global i32 0, align 4 @UART_FCR_CLEAR_RCVR = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @cls_set_no_input_flow_control], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @cls_set_no_input_flow_control(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds %struct.jsm_channel, ptr %0, i64 0, i32 2 %3 = load ptr, ptr %2, align 8, !tbaa !5 %4 = getelementptr inbounds %struct.TYPE_2__, ptr %3, i64 0, i32 2 %5 = tail call i32 @readb(ptr noundef nonnull %4) #2 %6 = load ptr, ptr %2, align 8, !tbaa !5 %7 = getelementptr inbounds %struct.TYPE_2__, ptr %6, i64 0, i32 1 %8 = tail call i32 @readb(ptr noundef nonnull %7) #2 %9 = load i32, ptr @UART_EXAR654_ENHANCED_REGISTER_SET, align 4, !tbaa !11 %10 = load ptr, ptr %2, align 8, !tbaa !5 %11 = getelementptr inbounds %struct.TYPE_2__, ptr %10, i64 0, i32 2 %12 = tail call i32 @writeb(i32 noundef %9, ptr noundef nonnull %11) #2 %13 = load ptr, ptr %2, align 8, !tbaa !5 %14 = tail call i32 @readb(ptr noundef %13) #2 %15 = load i32, ptr @UART_EXAR654_EFR_ECB, align 4, !tbaa !11 %16 = or i32 %15, %14 %17 = load i32, ptr @UART_EXAR654_EFR_RTSDTR, align 4, !tbaa !11 %18 = load i32, ptr @UART_EXAR654_EFR_IXOFF, align 4, !tbaa !11 %19 = or i32 %18, %17 %20 = xor i32 %19, -1 %21 = and i32 %16, %20 %22 = load ptr, ptr %2, align 8, !tbaa !5 %23 = tail call i32 @writeb(i32 noundef %21, ptr noundef %22) #2 %24 = load ptr, ptr %2, align 8, !tbaa !5 %25 = getelementptr inbounds %struct.TYPE_2__, ptr %24, i64 0, i32 2 %26 = tail call i32 @writeb(i32 noundef %5, ptr noundef nonnull %25) #2 %27 = load i32, ptr @UART_EXAR654_IER_RTSDTR, align 4, !tbaa !11 %28 = xor i32 %27, -1 %29 = and i32 %8, %28 %30 = load ptr, ptr %2, align 8, !tbaa !5 %31 = getelementptr inbounds %struct.TYPE_2__, ptr %30, i64 0, i32 1 %32 = tail call i32 @writeb(i32 noundef %29, ptr noundef nonnull %31) #2 %33 = load i32, ptr @UART_FCR_ENABLE_FIFO, align 4, !tbaa !11 %34 = load ptr, ptr %2, align 8, !tbaa !5 %35 = tail call i32 @writeb(i32 noundef %33, ptr noundef %34) #2 %36 = load i32, ptr @UART_FCR_ENABLE_FIFO, align 4, !tbaa !11 %37 = load i32, ptr @UART_16654_FCR_RXTRIGGER_16, align 4, !tbaa !11 %38 = or i32 %37, %36 %39 = load i32, ptr @UART_16654_FCR_TXTRIGGER_16, align 4, !tbaa !11 %40 = or i32 %38, %39 %41 = load i32, ptr @UART_FCR_CLEAR_RCVR, align 4, !tbaa !11 %42 = or i32 %40, %41 %43 = load ptr, ptr %2, align 8, !tbaa !5 %44 = tail call i32 @writeb(i32 noundef %42, ptr noundef %43) #2 store i32 16, ptr %0, align 8, !tbaa !12 %45 = getelementptr inbounds %struct.jsm_channel, ptr %0, i64 0, i32 1 store i32 16, ptr %45, align 4, !tbaa !13 ret void } declare i32 @readb(ptr noundef) local_unnamed_addr #1 declare i32 @writeb(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, !10, i64 8} !6 = !{!"jsm_channel", !7, i64 0, !7, i64 4, !10, i64 8} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!7, !7, i64 0} !12 = !{!6, !7, i64 0} !13 = !{!6, !7, i64 4}
; ModuleID = 'AnghaBench/linux/drivers/tty/serial/jsm/extr_jsm_cls.c_cls_set_no_input_flow_control.c' source_filename = "AnghaBench/linux/drivers/tty/serial/jsm/extr_jsm_cls.c_cls_set_no_input_flow_control.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @UART_EXAR654_ENHANCED_REGISTER_SET = common local_unnamed_addr global i32 0, align 4 @UART_EXAR654_EFR_ECB = common local_unnamed_addr global i32 0, align 4 @UART_EXAR654_EFR_RTSDTR = common local_unnamed_addr global i32 0, align 4 @UART_EXAR654_EFR_IXOFF = common local_unnamed_addr global i32 0, align 4 @UART_EXAR654_IER_RTSDTR = common local_unnamed_addr global i32 0, align 4 @UART_FCR_ENABLE_FIFO = common local_unnamed_addr global i32 0, align 4 @UART_16654_FCR_RXTRIGGER_16 = common local_unnamed_addr global i32 0, align 4 @UART_16654_FCR_TXTRIGGER_16 = common local_unnamed_addr global i32 0, align 4 @UART_FCR_CLEAR_RCVR = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @cls_set_no_input_flow_control], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @cls_set_no_input_flow_control(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 8 %3 = load ptr, ptr %2, align 8, !tbaa !6 %4 = getelementptr inbounds i8, ptr %3, i64 8 %5 = tail call i32 @readb(ptr noundef nonnull %4) #2 %6 = load ptr, ptr %2, align 8, !tbaa !6 %7 = getelementptr inbounds i8, ptr %6, i64 4 %8 = tail call i32 @readb(ptr noundef nonnull %7) #2 %9 = load i32, ptr @UART_EXAR654_ENHANCED_REGISTER_SET, align 4, !tbaa !12 %10 = load ptr, ptr %2, align 8, !tbaa !6 %11 = getelementptr inbounds i8, ptr %10, i64 8 %12 = tail call i32 @writeb(i32 noundef %9, ptr noundef nonnull %11) #2 %13 = load ptr, ptr %2, align 8, !tbaa !6 %14 = tail call i32 @readb(ptr noundef %13) #2 %15 = load i32, ptr @UART_EXAR654_EFR_ECB, align 4, !tbaa !12 %16 = or i32 %15, %14 %17 = load i32, ptr @UART_EXAR654_EFR_RTSDTR, align 4, !tbaa !12 %18 = load i32, ptr @UART_EXAR654_EFR_IXOFF, align 4, !tbaa !12 %19 = or i32 %18, %17 %20 = xor i32 %19, -1 %21 = and i32 %16, %20 %22 = load ptr, ptr %2, align 8, !tbaa !6 %23 = tail call i32 @writeb(i32 noundef %21, ptr noundef %22) #2 %24 = load ptr, ptr %2, align 8, !tbaa !6 %25 = getelementptr inbounds i8, ptr %24, i64 8 %26 = tail call i32 @writeb(i32 noundef %5, ptr noundef nonnull %25) #2 %27 = load i32, ptr @UART_EXAR654_IER_RTSDTR, align 4, !tbaa !12 %28 = xor i32 %27, -1 %29 = and i32 %8, %28 %30 = load ptr, ptr %2, align 8, !tbaa !6 %31 = getelementptr inbounds i8, ptr %30, i64 4 %32 = tail call i32 @writeb(i32 noundef %29, ptr noundef nonnull %31) #2 %33 = load i32, ptr @UART_FCR_ENABLE_FIFO, align 4, !tbaa !12 %34 = load ptr, ptr %2, align 8, !tbaa !6 %35 = tail call i32 @writeb(i32 noundef %33, ptr noundef %34) #2 %36 = load i32, ptr @UART_FCR_ENABLE_FIFO, align 4, !tbaa !12 %37 = load i32, ptr @UART_16654_FCR_RXTRIGGER_16, align 4, !tbaa !12 %38 = or i32 %37, %36 %39 = load i32, ptr @UART_16654_FCR_TXTRIGGER_16, align 4, !tbaa !12 %40 = or i32 %38, %39 %41 = load i32, ptr @UART_FCR_CLEAR_RCVR, align 4, !tbaa !12 %42 = or i32 %40, %41 %43 = load ptr, ptr %2, align 8, !tbaa !6 %44 = tail call i32 @writeb(i32 noundef %42, ptr noundef %43) #2 store <2 x i32> <i32 16, i32 16>, ptr %0, align 8, !tbaa !12 ret void } declare i32 @readb(ptr noundef) local_unnamed_addr #1 declare i32 @writeb(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, !11, i64 8} !7 = !{!"jsm_channel", !8, i64 0, !8, i64 4, !11, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!8, !8, i64 0}
linux_drivers_tty_serial_jsm_extr_jsm_cls.c_cls_set_no_input_flow_control
; ModuleID = 'AnghaBench/zstd/lib/deprecated/extr_zbuff_decompress.c_ZBUFF_recommendedDInSize.c' source_filename = "AnghaBench/zstd/lib/deprecated/extr_zbuff_decompress.c_ZBUFF_recommendedDInSize.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 i64 @ZBUFF_recommendedDInSize() local_unnamed_addr #0 { %1 = tail call i64 (...) @ZSTD_DStreamInSize() #2 ret i64 %1 } declare i64 @ZSTD_DStreamInSize(...) 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/zstd/lib/deprecated/extr_zbuff_decompress.c_ZBUFF_recommendedDInSize.c' source_filename = "AnghaBench/zstd/lib/deprecated/extr_zbuff_decompress.c_ZBUFF_recommendedDInSize.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nounwind ssp uwtable(sync) define i64 @ZBUFF_recommendedDInSize() local_unnamed_addr #0 { %1 = tail call i64 @ZSTD_DStreamInSize() #2 ret i64 %1 } declare i64 @ZSTD_DStreamInSize(...) 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)"}
zstd_lib_deprecated_extr_zbuff_decompress.c_ZBUFF_recommendedDInSize
; ModuleID = 'AnghaBench/freebsd/sys/net80211/extr_ieee80211_rssadapt.c_rssadapt_tx_complete.c' source_filename = "AnghaBench/freebsd/sys/net80211/extr_ieee80211_rssadapt.c_rssadapt_tx_complete.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.ieee80211_ratectl_tx_status = type { i32, i32, i32, i64 } %struct.ieee80211_rssadapt_node = type { i64, i64, i64, i32, %struct.TYPE_2__, i32 } %struct.TYPE_2__ = type { i64 } @IEEE80211_RATECTL_STATUS_PKTLEN = dso_local local_unnamed_addr global i32 0, align 4 @IEEE80211_RATECTL_STATUS_RSSI = dso_local local_unnamed_addr global i32 0, align 4 @IEEE80211_RATECTL_TX_SUCCESS = dso_local local_unnamed_addr global i64 0, align 8 @ticks = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @rssadapt_tx_complete], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @rssadapt_tx_complete(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) #0 { %3 = load ptr, ptr %0, align 8, !tbaa !5 %4 = icmp eq ptr %3, null br i1 %4, label %45, label %5 5: ; preds = %2 %6 = load i32, ptr %1, align 8, !tbaa !10 %7 = load i32, ptr @IEEE80211_RATECTL_STATUS_PKTLEN, align 4, !tbaa !14 %8 = load i32, ptr @IEEE80211_RATECTL_STATUS_RSSI, align 4, !tbaa !14 %9 = or i32 %8, %7 %10 = and i32 %9, %6 %11 = icmp eq i32 %10, %9 br i1 %11, label %12, label %45 12: ; preds = %5 %13 = getelementptr inbounds %struct.ieee80211_ratectl_tx_status, ptr %1, i64 0, i32 1 %14 = load i32, ptr %13, align 4, !tbaa !15 %15 = getelementptr inbounds %struct.ieee80211_ratectl_tx_status, ptr %1, i64 0, i32 2 %16 = load i32, ptr %15, align 8, !tbaa !16 %17 = getelementptr inbounds %struct.ieee80211_ratectl_tx_status, ptr %1, i64 0, i32 3 %18 = load i64, ptr %17, align 8, !tbaa !17 %19 = load i64, ptr @IEEE80211_RATECTL_TX_SUCCESS, align 8, !tbaa !18 %20 = icmp eq i64 %18, %19 br i1 %20, label %21, label %40 21: ; preds = %12 %22 = getelementptr inbounds %struct.ieee80211_rssadapt_node, ptr %3, i64 0, i32 5 %23 = load i32, ptr %22, align 8, !tbaa !19 %24 = add nsw i32 %23, 1 store i32 %24, ptr %22, align 8, !tbaa !19 %25 = load i64, ptr %3, align 8, !tbaa !22 %26 = add nsw i64 %25, 1 %27 = getelementptr inbounds %struct.ieee80211_rssadapt_node, ptr %3, i64 0, i32 4 %28 = load i64, ptr %27, align 8, !tbaa !23 %29 = icmp slt i64 %26, %28 br i1 %29, label %30, label %45 30: ; preds = %21 %31 = load i64, ptr @ticks, align 8, !tbaa !18 %32 = getelementptr inbounds %struct.ieee80211_rssadapt_node, ptr %3, i64 0, i32 1 %33 = load i64, ptr %32, align 8, !tbaa !24 %34 = sub nsw i64 %31, %33 %35 = getelementptr inbounds %struct.ieee80211_rssadapt_node, ptr %3, i64 0, i32 2 %36 = load i64, ptr %35, align 8, !tbaa !25 %37 = icmp slt i64 %34, %36 br i1 %37, label %45, label %38 38: ; preds = %30 %39 = tail call i32 @rssadapt_raise_rate(ptr noundef nonnull %3, i32 noundef %14, i32 noundef %16) #2 br label %45 40: ; preds = %12 %41 = getelementptr inbounds %struct.ieee80211_rssadapt_node, ptr %3, i64 0, i32 3 %42 = load i32, ptr %41, align 8, !tbaa !26 %43 = add nsw i32 %42, 1 store i32 %43, ptr %41, align 8, !tbaa !26 %44 = tail call i32 @rssadapt_lower_rate(ptr noundef nonnull %3, i32 noundef %14, i32 noundef %16) #2 br label %45 45: ; preds = %40, %38, %30, %21, %5, %2 ret void } declare i32 @rssadapt_raise_rate(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @rssadapt_lower_rate(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"ieee80211_node", !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 = !{!"ieee80211_ratectl_tx_status", !12, i64 0, !12, i64 4, !12, i64 8, !13, i64 16} !12 = !{!"int", !8, i64 0} !13 = !{!"long", !8, i64 0} !14 = !{!12, !12, i64 0} !15 = !{!11, !12, i64 4} !16 = !{!11, !12, i64 8} !17 = !{!11, !13, i64 16} !18 = !{!13, !13, i64 0} !19 = !{!20, !12, i64 40} !20 = !{!"ieee80211_rssadapt_node", !13, i64 0, !13, i64 8, !13, i64 16, !12, i64 24, !21, i64 32, !12, i64 40} !21 = !{!"TYPE_2__", !13, i64 0} !22 = !{!20, !13, i64 0} !23 = !{!20, !13, i64 32} !24 = !{!20, !13, i64 8} !25 = !{!20, !13, i64 16} !26 = !{!20, !12, i64 24}
; ModuleID = 'AnghaBench/freebsd/sys/net80211/extr_ieee80211_rssadapt.c_rssadapt_tx_complete.c' source_filename = "AnghaBench/freebsd/sys/net80211/extr_ieee80211_rssadapt.c_rssadapt_tx_complete.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @IEEE80211_RATECTL_STATUS_PKTLEN = common local_unnamed_addr global i32 0, align 4 @IEEE80211_RATECTL_STATUS_RSSI = common local_unnamed_addr global i32 0, align 4 @IEEE80211_RATECTL_TX_SUCCESS = common local_unnamed_addr global i64 0, align 8 @ticks = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @rssadapt_tx_complete], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @rssadapt_tx_complete(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) #0 { %3 = load ptr, ptr %0, align 8, !tbaa !6 %4 = icmp eq ptr %3, null br i1 %4, label %45, label %5 5: ; preds = %2 %6 = load i32, ptr %1, align 8, !tbaa !11 %7 = load i32, ptr @IEEE80211_RATECTL_STATUS_PKTLEN, align 4, !tbaa !15 %8 = load i32, ptr @IEEE80211_RATECTL_STATUS_RSSI, align 4, !tbaa !15 %9 = or i32 %8, %7 %10 = and i32 %9, %6 %11 = icmp eq i32 %10, %9 br i1 %11, label %12, label %45 12: ; preds = %5 %13 = getelementptr inbounds i8, ptr %1, i64 4 %14 = load i32, ptr %13, align 4, !tbaa !16 %15 = getelementptr inbounds i8, ptr %1, i64 8 %16 = load i32, ptr %15, align 8, !tbaa !17 %17 = getelementptr inbounds i8, ptr %1, i64 16 %18 = load i64, ptr %17, align 8, !tbaa !18 %19 = load i64, ptr @IEEE80211_RATECTL_TX_SUCCESS, align 8, !tbaa !19 %20 = icmp eq i64 %18, %19 br i1 %20, label %21, label %40 21: ; preds = %12 %22 = getelementptr inbounds i8, ptr %3, i64 40 %23 = load i32, ptr %22, align 8, !tbaa !20 %24 = add nsw i32 %23, 1 store i32 %24, ptr %22, align 8, !tbaa !20 %25 = load i64, ptr %3, align 8, !tbaa !23 %26 = add nsw i64 %25, 1 %27 = getelementptr inbounds i8, ptr %3, i64 32 %28 = load i64, ptr %27, align 8, !tbaa !24 %29 = icmp slt i64 %26, %28 br i1 %29, label %30, label %45 30: ; preds = %21 %31 = load i64, ptr @ticks, align 8, !tbaa !19 %32 = getelementptr inbounds i8, ptr %3, i64 8 %33 = load i64, ptr %32, align 8, !tbaa !25 %34 = sub nsw i64 %31, %33 %35 = getelementptr inbounds i8, ptr %3, i64 16 %36 = load i64, ptr %35, align 8, !tbaa !26 %37 = icmp slt i64 %34, %36 br i1 %37, label %45, label %38 38: ; preds = %30 %39 = tail call i32 @rssadapt_raise_rate(ptr noundef nonnull %3, i32 noundef %14, i32 noundef %16) #2 br label %45 40: ; preds = %12 %41 = getelementptr inbounds i8, ptr %3, i64 24 %42 = load i32, ptr %41, align 8, !tbaa !27 %43 = add nsw i32 %42, 1 store i32 %43, ptr %41, align 8, !tbaa !27 %44 = tail call i32 @rssadapt_lower_rate(ptr noundef nonnull %3, i32 noundef %14, i32 noundef %16) #2 br label %45 45: ; preds = %40, %38, %30, %21, %5, %2 ret void } declare i32 @rssadapt_raise_rate(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @rssadapt_lower_rate(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"ieee80211_node", !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 = !{!"ieee80211_ratectl_tx_status", !13, i64 0, !13, i64 4, !13, i64 8, !14, i64 16} !13 = !{!"int", !9, i64 0} !14 = !{!"long", !9, i64 0} !15 = !{!13, !13, i64 0} !16 = !{!12, !13, i64 4} !17 = !{!12, !13, i64 8} !18 = !{!12, !14, i64 16} !19 = !{!14, !14, i64 0} !20 = !{!21, !13, i64 40} !21 = !{!"ieee80211_rssadapt_node", !14, i64 0, !14, i64 8, !14, i64 16, !13, i64 24, !22, i64 32, !13, i64 40} !22 = !{!"TYPE_2__", !14, i64 0} !23 = !{!21, !14, i64 0} !24 = !{!21, !14, i64 32} !25 = !{!21, !14, i64 8} !26 = !{!21, !14, i64 16} !27 = !{!21, !13, i64 24}
freebsd_sys_net80211_extr_ieee80211_rssadapt.c_rssadapt_tx_complete
; ModuleID = 'AnghaBench/radare2/libr/bin/format/omf/extr_omf.c_r_bin_omf_get_paddr_sym.c' source_filename = "AnghaBench/radare2/libr/bin/format/omf/extr_omf.c_r_bin_omf_get_paddr_sym.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_8__ = type { i32, ptr } %struct.TYPE_9__ = type { i32, i64 } %struct.TYPE_10__ = type { i64, i64, i64, ptr } ; Function Attrs: nofree norecurse nosync nounwind memory(read, inaccessiblemem: none) uwtable define dso_local i64 @r_bin_omf_get_paddr_sym(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = getelementptr inbounds %struct.TYPE_8__, ptr %0, i64 0, i32 1 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = icmp eq ptr %4, null br i1 %5, label %37, label %6 6: ; preds = %2 %7 = load i32, ptr %1, align 8, !tbaa !11 %8 = load i32, ptr %0, align 8, !tbaa !14 %9 = icmp sgt i32 %7, %8 br i1 %9, label %37, label %10 10: ; preds = %6 %11 = sext i32 %7 to i64 %12 = getelementptr ptr, ptr %4, i64 %11 %13 = getelementptr ptr, ptr %12, i64 -1 %14 = load ptr, ptr %13, align 8, !tbaa !15 %15 = load ptr, ptr %14, align 8, !tbaa !15 %16 = icmp eq ptr %15, null br i1 %16, label %37, label %17 17: ; preds = %10 %18 = getelementptr inbounds %struct.TYPE_9__, ptr %1, i64 0, i32 1 %19 = load i64, ptr %18, align 8, !tbaa !16 br label %20 20: ; preds = %17, %33 %21 = phi ptr [ %15, %17 ], [ %35, %33 ] %22 = phi i64 [ 0, %17 ], [ %24, %33 ] %23 = load i64, ptr %21, align 8, !tbaa !17 %24 = add nsw i64 %23, %22 %25 = icmp slt i64 %19, %24 br i1 %25, label %26, label %33 26: ; preds = %20 %27 = getelementptr inbounds %struct.TYPE_10__, ptr %21, i64 0, i32 1 %28 = load i64, ptr %27, align 8, !tbaa !19 %29 = sub i64 %19, %28 %30 = getelementptr inbounds %struct.TYPE_10__, ptr %21, i64 0, i32 2 %31 = load i64, ptr %30, align 8, !tbaa !20 %32 = add nsw i64 %29, %31 br label %37 33: ; preds = %20 %34 = getelementptr inbounds %struct.TYPE_10__, ptr %21, i64 0, i32 3 %35 = load ptr, ptr %34, align 8, !tbaa !15 %36 = icmp eq ptr %35, null br i1 %36, label %37, label %20, !llvm.loop !21 37: ; preds = %33, %10, %26, %6, %2 %38 = phi i64 [ 0, %2 ], [ 0, %6 ], [ %32, %26 ], [ 0, %10 ], [ 0, %33 ] ret i64 %38 } attributes #0 = { nofree norecurse nosync nounwind memory(read, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !10, i64 8} !6 = !{!"TYPE_8__", !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, !7, i64 0} !12 = !{!"TYPE_9__", !7, i64 0, !13, i64 8} !13 = !{!"long long", !8, i64 0} !14 = !{!6, !7, i64 0} !15 = !{!10, !10, i64 0} !16 = !{!12, !13, i64 8} !17 = !{!18, !13, i64 0} !18 = !{!"TYPE_10__", !13, i64 0, !13, i64 8, !13, i64 16, !10, i64 24} !19 = !{!18, !13, i64 8} !20 = !{!18, !13, i64 16} !21 = distinct !{!21, !22} !22 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/radare2/libr/bin/format/omf/extr_omf.c_r_bin_omf_get_paddr_sym.c' source_filename = "AnghaBench/radare2/libr/bin/format/omf/extr_omf.c_r_bin_omf_get_paddr_sym.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" ; Function Attrs: nofree norecurse nosync nounwind ssp memory(read, inaccessiblemem: none) uwtable(sync) define i64 @r_bin_omf_get_paddr_sym(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) local_unnamed_addr #0 { %3 = getelementptr inbounds i8, ptr %0, i64 8 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = icmp eq ptr %4, null br i1 %5, label %37, label %6 6: ; preds = %2 %7 = load i32, ptr %1, align 8, !tbaa !12 %8 = load i32, ptr %0, align 8, !tbaa !15 %9 = icmp sgt i32 %7, %8 br i1 %9, label %37, label %10 10: ; preds = %6 %11 = sext i32 %7 to i64 %12 = getelementptr ptr, ptr %4, i64 %11 %13 = getelementptr i8, ptr %12, i64 -8 %14 = load ptr, ptr %13, align 8, !tbaa !16 %15 = load ptr, ptr %14, align 8, !tbaa !16 %16 = icmp eq ptr %15, null br i1 %16, label %37, label %17 17: ; preds = %10 %18 = getelementptr inbounds i8, ptr %1, i64 8 %19 = load i64, ptr %18, align 8, !tbaa !17 br label %20 20: ; preds = %17, %33 %21 = phi ptr [ %15, %17 ], [ %35, %33 ] %22 = phi i64 [ 0, %17 ], [ %24, %33 ] %23 = load i64, ptr %21, align 8, !tbaa !18 %24 = add nsw i64 %23, %22 %25 = icmp slt i64 %19, %24 br i1 %25, label %26, label %33 26: ; preds = %20 %27 = getelementptr inbounds i8, ptr %21, i64 8 %28 = load i64, ptr %27, align 8, !tbaa !20 %29 = sub i64 %19, %28 %30 = getelementptr inbounds i8, ptr %21, i64 16 %31 = load i64, ptr %30, align 8, !tbaa !21 %32 = add nsw i64 %29, %31 br label %37 33: ; preds = %20 %34 = getelementptr inbounds i8, ptr %21, i64 24 %35 = load ptr, ptr %34, align 8, !tbaa !16 %36 = icmp eq ptr %35, null br i1 %36, label %37, label %20, !llvm.loop !22 37: ; preds = %33, %10, %26, %6, %2 %38 = phi i64 [ 0, %2 ], [ 0, %6 ], [ %32, %26 ], [ 0, %10 ], [ 0, %33 ] ret i64 %38 } attributes #0 = { nofree norecurse nosync nounwind ssp memory(read, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !11, i64 8} !7 = !{!"TYPE_8__", !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, !8, i64 0} !13 = !{!"TYPE_9__", !8, i64 0, !14, i64 8} !14 = !{!"long long", !9, i64 0} !15 = !{!7, !8, i64 0} !16 = !{!11, !11, i64 0} !17 = !{!13, !14, i64 8} !18 = !{!19, !14, i64 0} !19 = !{!"TYPE_10__", !14, i64 0, !14, i64 8, !14, i64 16, !11, i64 24} !20 = !{!19, !14, i64 8} !21 = !{!19, !14, i64 16} !22 = distinct !{!22, !23} !23 = !{!"llvm.loop.mustprogress"}
radare2_libr_bin_format_omf_extr_omf.c_r_bin_omf_get_paddr_sym
; ModuleID = 'AnghaBench/linux/drivers/staging/vt6656/extr_rf.c_vnt_rf_write_embedded.c' source_filename = "AnghaBench/linux/drivers/staging/vt6656/extr_rf.c_vnt_rf_write_embedded.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" @VNT_RF_REG_LEN = dso_local local_unnamed_addr global i32 0, align 4 @IFREGCTL_REGW = dso_local local_unnamed_addr global i32 0, align 4 @MESSAGE_TYPE_WRITE_IFRF = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local noundef i32 @vnt_rf_write_embedded(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca [4 x i64], align 16 call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %3) #3 %4 = load i32, ptr @VNT_RF_REG_LEN, align 4, !tbaa !5 %5 = shl i32 %4, 3 %6 = load i32, ptr @IFREGCTL_REGW, align 4, !tbaa !5 %7 = or i32 %6, %1 %8 = or i32 %7, %5 %9 = sext i32 %8 to i64 store i64 %9, ptr %3, align 16, !tbaa !9 %10 = ashr i32 %8, 8 %11 = sext i32 %10 to i64 %12 = getelementptr inbounds [4 x i64], ptr %3, i64 0, i64 1 store i64 %11, ptr %12, align 8, !tbaa !9 %13 = ashr i32 %8, 16 %14 = sext i32 %13 to i64 %15 = getelementptr inbounds [4 x i64], ptr %3, i64 0, i64 2 store i64 %14, ptr %15, align 16, !tbaa !9 %16 = ashr i32 %8, 24 %17 = sext i32 %16 to i64 %18 = getelementptr inbounds [4 x i64], ptr %3, i64 0, i64 3 store i64 %17, ptr %18, align 8, !tbaa !9 %19 = load i32, ptr @MESSAGE_TYPE_WRITE_IFRF, align 4, !tbaa !5 %20 = call i32 @ARRAY_SIZE(ptr noundef nonnull %3) #3 %21 = call i32 @vnt_control_out(ptr noundef %0, i32 noundef %19, i32 noundef 0, i32 noundef 0, i32 noundef %20, ptr noundef nonnull %3) #3 call void @llvm.lifetime.end.p0(i64 32, ptr nonnull %3) #3 ret i32 1 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @vnt_control_out(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @ARRAY_SIZE(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"long", !7, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/staging/vt6656/extr_rf.c_vnt_rf_write_embedded.c' source_filename = "AnghaBench/linux/drivers/staging/vt6656/extr_rf.c_vnt_rf_write_embedded.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @VNT_RF_REG_LEN = common local_unnamed_addr global i32 0, align 4 @IFREGCTL_REGW = common local_unnamed_addr global i32 0, align 4 @MESSAGE_TYPE_WRITE_IFRF = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define noundef i32 @vnt_rf_write_embedded(ptr noundef %0, i32 noundef %1) local_unnamed_addr #0 { %3 = alloca [4 x i64], align 8 call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %3) #3 %4 = load i32, ptr @VNT_RF_REG_LEN, align 4, !tbaa !6 %5 = shl i32 %4, 3 %6 = load i32, ptr @IFREGCTL_REGW, align 4, !tbaa !6 %7 = or i32 %6, %1 %8 = or i32 %7, %5 %9 = sext i32 %8 to i64 store i64 %9, ptr %3, align 8, !tbaa !10 %10 = getelementptr inbounds i8, ptr %3, i64 8 %11 = insertelement <2 x i32> poison, i32 %8, i64 0 %12 = shufflevector <2 x i32> %11, <2 x i32> poison, <2 x i32> zeroinitializer %13 = ashr <2 x i32> %12, <i32 8, i32 16> %14 = sext <2 x i32> %13 to <2 x i64> store <2 x i64> %14, ptr %10, align 8, !tbaa !10 %15 = ashr i32 %8, 24 %16 = sext i32 %15 to i64 %17 = getelementptr inbounds i8, ptr %3, i64 24 store i64 %16, ptr %17, align 8, !tbaa !10 %18 = load i32, ptr @MESSAGE_TYPE_WRITE_IFRF, align 4, !tbaa !6 %19 = call i32 @ARRAY_SIZE(ptr noundef nonnull %3) #3 %20 = call i32 @vnt_control_out(ptr noundef %0, i32 noundef %18, i32 noundef 0, i32 noundef 0, i32 noundef %19, ptr noundef nonnull %3) #3 call void @llvm.lifetime.end.p0(i64 32, ptr nonnull %3) #3 ret i32 1 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @vnt_control_out(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @ARRAY_SIZE(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"long", !8, i64 0}
linux_drivers_staging_vt6656_extr_rf.c_vnt_rf_write_embedded
; ModuleID = 'AnghaBench/linux/drivers/usb/misc/extr_ftdi-elan.c_fill_buffer_with_all_queued_commands.c' source_filename = "AnghaBench/linux/drivers/usb/misc/extr_ftdi-elan.c_fill_buffer_with_all_queued_commands.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_ftdi = type { i32, ptr } %struct.u132_command = type { i32, i32, i32, i8, i8, ptr } @COMMAND_MASK = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @fill_buffer_with_all_queued_commands], section "llvm.metadata" ; Function Attrs: nofree norecurse nosync nounwind memory(read, argmem: readwrite, inaccessiblemem: none) uwtable define internal i32 @fill_buffer_with_all_queued_commands(ptr nocapture noundef readonly %0, ptr nocapture noundef writeonly %1, i32 noundef %2, i32 %3) #0 { %5 = icmp sgt i32 %2, 0 br i1 %5, label %6, label %113 6: ; preds = %4 %7 = load i32, ptr %0, align 8, !tbaa !5 %8 = getelementptr inbounds %struct.usb_ftdi, ptr %0, i64 0, i32 1 %9 = sext i32 %7 to i64 %10 = getelementptr i8, ptr %1, i64 1 br label %17 11: ; preds = %102, %96 %12 = phi i64 [ %77, %96 ], [ %110, %102 ] %13 = trunc i64 %12 to i32 br label %14 14: ; preds = %11, %17 %15 = phi i32 [ %56, %17 ], [ %13, %11 ] %16 = icmp sgt i32 %19, 1 br i1 %16, label %17, label %113, !llvm.loop !11 17: ; preds = %6, %14 %18 = phi i64 [ %9, %6 ], [ %25, %14 ] %19 = phi i32 [ %2, %6 ], [ %22, %14 ] %20 = phi i32 [ 0, %6 ], [ %39, %14 ] %21 = phi i32 [ 0, %6 ], [ %15, %14 ] %22 = add nsw i32 %19, -1 %23 = load ptr, ptr %8, align 8, !tbaa !13 %24 = load i64, ptr @COMMAND_MASK, align 8, !tbaa !14 %25 = add nsw i64 %18, 1 %26 = and i64 %24, %18 %27 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26 %28 = load i32, ptr %27, align 8, !tbaa !16 %29 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26, i32 5 %30 = load ptr, ptr %29, align 8, !tbaa !18 %31 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26, i32 1 %32 = load i32, ptr %31, align 4, !tbaa !19 %33 = and i32 %32, 128 %34 = icmp eq i32 %33, 0 %35 = lshr i32 %32, 5 %36 = and i32 %35, 3 %37 = shl nuw nsw i32 1, %36 %38 = select i1 %34, i32 0, i32 %37 %39 = or i32 %38, %20 %40 = trunc i32 %32 to i8 %41 = sext i32 %21 to i64 %42 = getelementptr inbounds i8, ptr %1, i64 %41 store i8 %40, ptr %42, align 1, !tbaa !20 %43 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26, i32 2 %44 = load i32, ptr %43, align 8, !tbaa !21 %45 = trunc i32 %44 to i8 %46 = getelementptr i8, ptr %42, i64 1 store i8 %45, ptr %46, align 1, !tbaa !20 %47 = load i32, ptr %43, align 8, !tbaa !21 %48 = lshr i32 %47, 8 %49 = trunc i32 %48 to i8 %50 = getelementptr i8, ptr %42, i64 2 store i8 %49, ptr %50, align 1, !tbaa !20 %51 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26, i32 3 %52 = load i8, ptr %51, align 4, !tbaa !22 %53 = getelementptr i8, ptr %42, i64 3 store i8 %52, ptr %53, align 1, !tbaa !20 %54 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26, i32 4 %55 = load i8, ptr %54, align 1, !tbaa !23 %56 = add i32 %21, 5 %57 = getelementptr i8, ptr %42, i64 4 store i8 %55, ptr %57, align 1, !tbaa !20 %58 = icmp sgt i32 %28, 0 br i1 %58, label %59, label %14 59: ; preds = %17 %60 = sext i32 %56 to i64 %61 = zext nneg i32 %28 to i64 %62 = icmp ult i32 %28, 8 br i1 %62, label %98, label %63 63: ; preds = %59 %64 = getelementptr i8, ptr %1, i64 %60 %65 = add nsw i32 %28, -1 %66 = zext i32 %65 to i64 %67 = getelementptr i8, ptr %10, i64 %60 %68 = getelementptr i8, ptr %67, i64 %66 %69 = getelementptr i8, ptr %30, i64 4 %70 = shl nuw nsw i64 %66, 2 %71 = getelementptr i8, ptr %69, i64 %70 %72 = icmp ult ptr %64, %71 %73 = icmp ult ptr %30, %68 %74 = and i1 %72, %73 br i1 %74, label %98, label %75 75: ; preds = %63 %76 = and i64 %61, 2147483640 %77 = add nsw i64 %76, %60 %78 = shl nuw nsw i64 %76, 2 %79 = getelementptr i8, ptr %30, i64 %78 %80 = trunc i64 %76 to i32 %81 = sub nsw i32 %28, %80 %82 = getelementptr i8, ptr %1, i64 %60 br label %83 83: ; preds = %83, %75 %84 = phi i64 [ 0, %75 ], [ %94, %83 ] %85 = shl i64 %84, 2 %86 = getelementptr i8, ptr %30, i64 %85 %87 = getelementptr i32, ptr %86, i64 4 %88 = load <4 x i32>, ptr %86, align 4, !tbaa !24, !alias.scope !25 %89 = load <4 x i32>, ptr %87, align 4, !tbaa !24, !alias.scope !25 %90 = trunc <4 x i32> %88 to <4 x i8> %91 = trunc <4 x i32> %89 to <4 x i8> %92 = getelementptr i8, ptr %82, i64 %84 %93 = getelementptr inbounds i8, ptr %92, i64 4 store <4 x i8> %90, ptr %92, align 1, !tbaa !20, !alias.scope !28, !noalias !25 store <4 x i8> %91, ptr %93, align 1, !tbaa !20, !alias.scope !28, !noalias !25 %94 = add nuw i64 %84, 8 %95 = icmp eq i64 %94, %76 br i1 %95, label %96, label %83, !llvm.loop !30 96: ; preds = %83 %97 = icmp eq i64 %76, %61 br i1 %97, label %11, label %98 98: ; preds = %63, %59, %96 %99 = phi i64 [ %60, %63 ], [ %60, %59 ], [ %77, %96 ] %100 = phi ptr [ %30, %63 ], [ %30, %59 ], [ %79, %96 ] %101 = phi i32 [ %28, %63 ], [ %28, %59 ], [ %81, %96 ] br label %102 102: ; preds = %98, %102 %103 = phi i64 [ %110, %102 ], [ %99, %98 ] %104 = phi ptr [ %107, %102 ], [ %100, %98 ] %105 = phi i32 [ %106, %102 ], [ %101, %98 ] %106 = add nsw i32 %105, -1 %107 = getelementptr inbounds i32, ptr %104, i64 1 %108 = load i32, ptr %104, align 4, !tbaa !24 %109 = trunc i32 %108 to i8 %110 = add nsw i64 %103, 1 %111 = getelementptr inbounds i8, ptr %1, i64 %103 store i8 %109, ptr %111, align 1, !tbaa !20 %112 = icmp ugt i32 %105, 1 br i1 %112, label %102, label %11, !llvm.loop !33 113: ; preds = %14, %4 %114 = phi i32 [ 0, %4 ], [ %39, %14 ] ret i32 %114 } 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 = !{!"usb_ftdi", !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 = distinct !{!11, !12} !12 = !{!"llvm.loop.mustprogress"} !13 = !{!6, !10, i64 8} !14 = !{!15, !15, i64 0} !15 = !{!"long", !8, i64 0} !16 = !{!17, !7, i64 0} !17 = !{!"u132_command", !7, i64 0, !7, i64 4, !7, i64 8, !8, i64 12, !8, i64 13, !10, i64 16} !18 = !{!17, !10, i64 16} !19 = !{!17, !7, i64 4} !20 = !{!8, !8, i64 0} !21 = !{!17, !7, i64 8} !22 = !{!17, !8, i64 12} !23 = !{!17, !8, i64 13} !24 = !{!7, !7, i64 0} !25 = !{!26} !26 = distinct !{!26, !27} !27 = distinct !{!27, !"LVerDomain"} !28 = !{!29} !29 = distinct !{!29, !27} !30 = distinct !{!30, !12, !31, !32} !31 = !{!"llvm.loop.isvectorized", i32 1} !32 = !{!"llvm.loop.unroll.runtime.disable"} !33 = distinct !{!33, !12, !31}
; ModuleID = 'AnghaBench/linux/drivers/usb/misc/extr_ftdi-elan.c_fill_buffer_with_all_queued_commands.c' source_filename = "AnghaBench/linux/drivers/usb/misc/extr_ftdi-elan.c_fill_buffer_with_all_queued_commands.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.u132_command = type { i32, i32, i32, i8, i8, ptr } @COMMAND_MASK = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @fill_buffer_with_all_queued_commands], section "llvm.metadata" ; Function Attrs: nofree norecurse nosync nounwind ssp memory(read, argmem: readwrite, inaccessiblemem: none) uwtable(sync) define internal range(i32 0, 16) i32 @fill_buffer_with_all_queued_commands(ptr nocapture noundef readonly %0, ptr nocapture noundef writeonly %1, i32 noundef %2, i32 %3) #0 { %5 = icmp sgt i32 %2, 0 br i1 %5, label %6, label %121 6: ; preds = %4 %7 = load i32, ptr %0, align 8, !tbaa !6 %8 = getelementptr inbounds i8, ptr %0, i64 8 %9 = sext i32 %7 to i64 %10 = getelementptr i8, ptr %1, i64 1 br label %17 11: ; preds = %110, %104 %12 = phi i64 [ %77, %104 ], [ %118, %110 ] %13 = trunc nsw i64 %12 to i32 br label %14 14: ; preds = %11, %17 %15 = phi i32 [ %56, %17 ], [ %13, %11 ] %16 = icmp sgt i32 %19, 1 br i1 %16, label %17, label %121, !llvm.loop !12 17: ; preds = %6, %14 %18 = phi i64 [ %9, %6 ], [ %25, %14 ] %19 = phi i32 [ %2, %6 ], [ %22, %14 ] %20 = phi i32 [ 0, %6 ], [ %39, %14 ] %21 = phi i32 [ 0, %6 ], [ %15, %14 ] %22 = add nsw i32 %19, -1 %23 = load ptr, ptr %8, align 8, !tbaa !14 %24 = load i64, ptr @COMMAND_MASK, align 8, !tbaa !15 %25 = add nsw i64 %18, 1 %26 = and i64 %24, %18 %27 = getelementptr inbounds %struct.u132_command, ptr %23, i64 %26 %28 = load i32, ptr %27, align 8, !tbaa !17 %29 = getelementptr inbounds i8, ptr %27, i64 16 %30 = load ptr, ptr %29, align 8, !tbaa !19 %31 = getelementptr inbounds i8, ptr %27, i64 4 %32 = load i32, ptr %31, align 4, !tbaa !20 %33 = and i32 %32, 128 %34 = icmp eq i32 %33, 0 %35 = lshr i32 %32, 5 %36 = and i32 %35, 3 %37 = shl nuw nsw i32 1, %36 %38 = select i1 %34, i32 0, i32 %37 %39 = or i32 %38, %20 %40 = trunc i32 %32 to i8 %41 = sext i32 %21 to i64 %42 = getelementptr inbounds i8, ptr %1, i64 %41 store i8 %40, ptr %42, align 1, !tbaa !21 %43 = getelementptr inbounds i8, ptr %27, i64 8 %44 = load i32, ptr %43, align 8, !tbaa !22 %45 = trunc i32 %44 to i8 %46 = getelementptr i8, ptr %42, i64 1 store i8 %45, ptr %46, align 1, !tbaa !21 %47 = load i32, ptr %43, align 8, !tbaa !22 %48 = lshr i32 %47, 8 %49 = trunc i32 %48 to i8 %50 = getelementptr i8, ptr %42, i64 2 store i8 %49, ptr %50, align 1, !tbaa !21 %51 = getelementptr inbounds i8, ptr %27, i64 12 %52 = load i8, ptr %51, align 4, !tbaa !23 %53 = getelementptr i8, ptr %42, i64 3 store i8 %52, ptr %53, align 1, !tbaa !21 %54 = getelementptr inbounds i8, ptr %27, i64 13 %55 = load i8, ptr %54, align 1, !tbaa !24 %56 = add i32 %21, 5 %57 = getelementptr i8, ptr %42, i64 4 store i8 %55, ptr %57, align 1, !tbaa !21 %58 = icmp sgt i32 %28, 0 br i1 %58, label %59, label %14 59: ; preds = %17 %60 = sext i32 %56 to i64 %61 = zext nneg i32 %28 to i64 %62 = icmp ult i32 %28, 64 br i1 %62, label %106, label %63 63: ; preds = %59 %64 = getelementptr i8, ptr %1, i64 %60 %65 = add nsw i32 %28, -1 %66 = zext i32 %65 to i64 %67 = getelementptr i8, ptr %10, i64 %60 %68 = getelementptr i8, ptr %67, i64 %66 %69 = getelementptr i8, ptr %30, i64 4 %70 = shl nuw nsw i64 %66, 2 %71 = getelementptr i8, ptr %69, i64 %70 %72 = icmp ult ptr %64, %71 %73 = icmp ult ptr %30, %68 %74 = and i1 %72, %73 br i1 %74, label %106, label %75 75: ; preds = %63 %76 = and i64 %61, 2147483584 %77 = add nsw i64 %76, %60 %78 = shl nuw nsw i64 %76, 2 %79 = getelementptr i8, ptr %30, i64 %78 %80 = trunc nuw nsw i64 %76 to i32 %81 = sub nsw i32 %28, %80 %82 = getelementptr i8, ptr %1, i64 %60 br label %83 83: ; preds = %83, %75 %84 = phi i64 [ 0, %75 ], [ %102, %83 ] %85 = shl i64 %84, 2 %86 = getelementptr i8, ptr %30, i64 %85 %87 = getelementptr i8, ptr %86, i64 64 %88 = getelementptr i8, ptr %86, i64 128 %89 = getelementptr i8, ptr %86, i64 192 %90 = load <16 x i32>, ptr %86, align 4, !tbaa !25, !alias.scope !26 %91 = load <16 x i32>, ptr %87, align 4, !tbaa !25, !alias.scope !26 %92 = load <16 x i32>, ptr %88, align 4, !tbaa !25, !alias.scope !26 %93 = load <16 x i32>, ptr %89, align 4, !tbaa !25, !alias.scope !26 %94 = trunc <16 x i32> %90 to <16 x i8> %95 = trunc <16 x i32> %91 to <16 x i8> %96 = trunc <16 x i32> %92 to <16 x i8> %97 = trunc <16 x i32> %93 to <16 x i8> %98 = getelementptr i8, ptr %82, i64 %84 %99 = getelementptr inbounds i8, ptr %98, i64 16 %100 = getelementptr inbounds i8, ptr %98, i64 32 %101 = getelementptr inbounds i8, ptr %98, i64 48 store <16 x i8> %94, ptr %98, align 1, !tbaa !21, !alias.scope !29, !noalias !26 store <16 x i8> %95, ptr %99, align 1, !tbaa !21, !alias.scope !29, !noalias !26 store <16 x i8> %96, ptr %100, align 1, !tbaa !21, !alias.scope !29, !noalias !26 store <16 x i8> %97, ptr %101, align 1, !tbaa !21, !alias.scope !29, !noalias !26 %102 = add nuw i64 %84, 64 %103 = icmp eq i64 %102, %76 br i1 %103, label %104, label %83, !llvm.loop !31 104: ; preds = %83 %105 = icmp eq i64 %76, %61 br i1 %105, label %11, label %106 106: ; preds = %104, %63, %59 %107 = phi i64 [ %60, %63 ], [ %60, %59 ], [ %77, %104 ] %108 = phi ptr [ %30, %63 ], [ %30, %59 ], [ %79, %104 ] %109 = phi i32 [ %28, %63 ], [ %28, %59 ], [ %81, %104 ] br label %110 110: ; preds = %106, %110 %111 = phi i64 [ %118, %110 ], [ %107, %106 ] %112 = phi ptr [ %115, %110 ], [ %108, %106 ] %113 = phi i32 [ %114, %110 ], [ %109, %106 ] %114 = add nsw i32 %113, -1 %115 = getelementptr inbounds i8, ptr %112, i64 4 %116 = load i32, ptr %112, align 4, !tbaa !25 %117 = trunc i32 %116 to i8 %118 = add nsw i64 %111, 1 %119 = getelementptr inbounds i8, ptr %1, i64 %111 store i8 %117, ptr %119, align 1, !tbaa !21 %120 = icmp ugt i32 %113, 1 br i1 %120, label %110, label %11, !llvm.loop !34 121: ; preds = %14, %4 %122 = phi i32 [ 0, %4 ], [ %39, %14 ] ret i32 %122 } 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 = !{!"usb_ftdi", !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 = distinct !{!12, !13} !13 = !{!"llvm.loop.mustprogress"} !14 = !{!7, !11, i64 8} !15 = !{!16, !16, i64 0} !16 = !{!"long", !9, i64 0} !17 = !{!18, !8, i64 0} !18 = !{!"u132_command", !8, i64 0, !8, i64 4, !8, i64 8, !9, i64 12, !9, i64 13, !11, i64 16} !19 = !{!18, !11, i64 16} !20 = !{!18, !8, i64 4} !21 = !{!9, !9, i64 0} !22 = !{!18, !8, i64 8} !23 = !{!18, !9, i64 12} !24 = !{!18, !9, i64 13} !25 = !{!8, !8, i64 0} !26 = !{!27} !27 = distinct !{!27, !28} !28 = distinct !{!28, !"LVerDomain"} !29 = !{!30} !30 = distinct !{!30, !28} !31 = distinct !{!31, !13, !32, !33} !32 = !{!"llvm.loop.isvectorized", i32 1} !33 = !{!"llvm.loop.unroll.runtime.disable"} !34 = distinct !{!34, !13, !32}
linux_drivers_usb_misc_extr_ftdi-elan.c_fill_buffer_with_all_queued_commands
; ModuleID = 'AnghaBench/freebsd/sys/netinet/libalias/extr_alias_db.c_LibAliasSetMode.c' source_filename = "AnghaBench/freebsd/sys/netinet/libalias/extr_alias_db.c_LibAliasSetMode.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" @PKT_ALIAS_LOG = dso_local local_unnamed_addr global i32 0, align 4 @ENOMEM = dso_local local_unnamed_addr global i64 0, align 8 @PKT_ALIAS_PUNCH_FW = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @LibAliasSetMode(ptr noundef %0, i32 noundef %1, i32 noundef %2) local_unnamed_addr #0 { %4 = tail call i32 @LIBALIAS_LOCK(ptr noundef %0) #2 %5 = and i32 %2, %1 %6 = load i32, ptr @PKT_ALIAS_LOG, align 4, !tbaa !5 %7 = and i32 %6, %5 %8 = icmp eq i32 %7, 0 br i1 %8, label %13, label %9 9: ; preds = %3 %10 = tail call i64 @InitPacketAliasLog(ptr noundef %0) #2 %11 = load i64, ptr @ENOMEM, align 8, !tbaa !9 %12 = icmp eq i64 %10, %11 br i1 %12, label %38, label %20 13: ; preds = %3 %14 = xor i32 %1, -1 %15 = and i32 %14, %2 %16 = and i32 %15, %6 %17 = icmp eq i32 %16, 0 br i1 %17, label %20, label %18 18: ; preds = %13 %19 = tail call i32 @UninitPacketAliasLog(ptr noundef %0) #2 br label %20 20: ; preds = %13, %18, %9 %21 = load i32, ptr @PKT_ALIAS_PUNCH_FW, align 4, !tbaa !5 %22 = and i32 %21, %5 %23 = icmp eq i32 %22, 0 br i1 %23, label %26, label %24 24: ; preds = %20 %25 = tail call i32 @InitPunchFW(ptr noundef %0) #2 br label %33 26: ; preds = %20 %27 = xor i32 %1, -1 %28 = and i32 %27, %2 %29 = and i32 %28, %21 %30 = icmp eq i32 %29, 0 br i1 %30, label %33, label %31 31: ; preds = %26 %32 = tail call i32 @UninitPunchFW(ptr noundef %0) #2 br label %33 33: ; preds = %26, %31, %24 %34 = load i32, ptr %0, align 4, !tbaa !11 %35 = xor i32 %2, -1 %36 = and i32 %34, %35 %37 = or disjoint i32 %36, %5 store i32 %37, ptr %0, align 4, !tbaa !11 br label %38 38: ; preds = %9, %33 %39 = phi i32 [ -1, %9 ], [ %37, %33 ] %40 = tail call i32 @LIBALIAS_UNLOCK(ptr noundef %0) #2 ret i32 %39 } declare i32 @LIBALIAS_LOCK(ptr noundef) local_unnamed_addr #1 declare i64 @InitPacketAliasLog(ptr noundef) local_unnamed_addr #1 declare i32 @UninitPacketAliasLog(ptr noundef) local_unnamed_addr #1 declare i32 @InitPunchFW(ptr noundef) local_unnamed_addr #1 declare i32 @UninitPunchFW(ptr noundef) local_unnamed_addr #1 declare i32 @LIBALIAS_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, !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 = !{!"long", !7, i64 0} !11 = !{!12, !6, i64 0} !12 = !{!"libalias", !6, i64 0}
; ModuleID = 'AnghaBench/freebsd/sys/netinet/libalias/extr_alias_db.c_LibAliasSetMode.c' source_filename = "AnghaBench/freebsd/sys/netinet/libalias/extr_alias_db.c_LibAliasSetMode.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @PKT_ALIAS_LOG = common local_unnamed_addr global i32 0, align 4 @ENOMEM = common local_unnamed_addr global i64 0, align 8 @PKT_ALIAS_PUNCH_FW = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @LibAliasSetMode(ptr noundef %0, i32 noundef %1, i32 noundef %2) local_unnamed_addr #0 { %4 = tail call i32 @LIBALIAS_LOCK(ptr noundef %0) #2 %5 = and i32 %2, %1 %6 = load i32, ptr @PKT_ALIAS_LOG, align 4, !tbaa !6 %7 = and i32 %6, %5 %8 = icmp eq i32 %7, 0 br i1 %8, label %13, label %9 9: ; preds = %3 %10 = tail call i64 @InitPacketAliasLog(ptr noundef %0) #2 %11 = load i64, ptr @ENOMEM, align 8, !tbaa !10 %12 = icmp eq i64 %10, %11 br i1 %12, label %38, label %20 13: ; preds = %3 %14 = xor i32 %1, -1 %15 = and i32 %14, %2 %16 = and i32 %15, %6 %17 = icmp eq i32 %16, 0 br i1 %17, label %20, label %18 18: ; preds = %13 %19 = tail call i32 @UninitPacketAliasLog(ptr noundef %0) #2 br label %20 20: ; preds = %13, %18, %9 %21 = load i32, ptr @PKT_ALIAS_PUNCH_FW, align 4, !tbaa !6 %22 = and i32 %21, %5 %23 = icmp eq i32 %22, 0 br i1 %23, label %26, label %24 24: ; preds = %20 %25 = tail call i32 @InitPunchFW(ptr noundef %0) #2 br label %33 26: ; preds = %20 %27 = xor i32 %1, -1 %28 = and i32 %27, %2 %29 = and i32 %28, %21 %30 = icmp eq i32 %29, 0 br i1 %30, label %33, label %31 31: ; preds = %26 %32 = tail call i32 @UninitPunchFW(ptr noundef %0) #2 br label %33 33: ; preds = %26, %31, %24 %34 = load i32, ptr %0, align 4, !tbaa !12 %35 = xor i32 %2, -1 %36 = and i32 %34, %35 %37 = or disjoint i32 %36, %5 store i32 %37, ptr %0, align 4, !tbaa !12 br label %38 38: ; preds = %9, %33 %39 = phi i32 [ -1, %9 ], [ %37, %33 ] %40 = tail call i32 @LIBALIAS_UNLOCK(ptr noundef %0) #2 ret i32 %39 } declare i32 @LIBALIAS_LOCK(ptr noundef) local_unnamed_addr #1 declare i64 @InitPacketAliasLog(ptr noundef) local_unnamed_addr #1 declare i32 @UninitPacketAliasLog(ptr noundef) local_unnamed_addr #1 declare i32 @InitPunchFW(ptr noundef) local_unnamed_addr #1 declare i32 @UninitPunchFW(ptr noundef) local_unnamed_addr #1 declare i32 @LIBALIAS_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, !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 = !{!"long", !8, i64 0} !12 = !{!13, !7, i64 0} !13 = !{!"libalias", !7, i64 0}
freebsd_sys_netinet_libalias_extr_alias_db.c_LibAliasSetMode
; ModuleID = 'AnghaBench/freebsd/sys/dev/extres/regulator/extr_regulator.c_regulator_get_by_id.c' source_filename = "AnghaBench/freebsd/sys/dev/extres/regulator/extr_regulator.c_regulator_get_by_id.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @ENODEV = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @regulator_get_by_id(i32 noundef %0, i32 noundef %1, i64 noundef %2, ptr nocapture noundef writeonly %3) local_unnamed_addr #0 { %5 = tail call i32 (...) @REG_TOPO_SLOCK() #2 %6 = tail call ptr @regnode_find_by_id(i32 noundef %1, i64 noundef %2) #2 %7 = icmp eq ptr %6, null br i1 %7, label %8, label %11 8: ; preds = %4 %9 = tail call i32 (...) @REG_TOPO_UNLOCK() #2 %10 = load i32, ptr @ENODEV, align 4, !tbaa !5 br label %14 11: ; preds = %4 %12 = tail call i32 @regulator_create(ptr noundef nonnull %6, i32 noundef %0) #2 store i32 %12, ptr %3, align 4, !tbaa !5 %13 = tail call i32 (...) @REG_TOPO_UNLOCK() #2 br label %14 14: ; preds = %11, %8 %15 = phi i32 [ %10, %8 ], [ 0, %11 ] ret i32 %15 } declare i32 @REG_TOPO_SLOCK(...) local_unnamed_addr #1 declare ptr @regnode_find_by_id(i32 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @REG_TOPO_UNLOCK(...) local_unnamed_addr #1 declare i32 @regulator_create(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/freebsd/sys/dev/extres/regulator/extr_regulator.c_regulator_get_by_id.c' source_filename = "AnghaBench/freebsd/sys/dev/extres/regulator/extr_regulator.c_regulator_get_by_id.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ENODEV = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @regulator_get_by_id(i32 noundef %0, i32 noundef %1, i64 noundef %2, ptr nocapture noundef writeonly %3) local_unnamed_addr #0 { %5 = tail call i32 @REG_TOPO_SLOCK() #2 %6 = tail call ptr @regnode_find_by_id(i32 noundef %1, i64 noundef %2) #2 %7 = icmp eq ptr %6, null br i1 %7, label %8, label %11 8: ; preds = %4 %9 = tail call i32 @REG_TOPO_UNLOCK() #2 %10 = load i32, ptr @ENODEV, align 4, !tbaa !6 br label %14 11: ; preds = %4 %12 = tail call i32 @regulator_create(ptr noundef nonnull %6, i32 noundef %0) #2 store i32 %12, ptr %3, align 4, !tbaa !6 %13 = tail call i32 @REG_TOPO_UNLOCK() #2 br label %14 14: ; preds = %11, %8 %15 = phi i32 [ %10, %8 ], [ 0, %11 ] ret i32 %15 } declare i32 @REG_TOPO_SLOCK(...) local_unnamed_addr #1 declare ptr @regnode_find_by_id(i32 noundef, i64 noundef) local_unnamed_addr #1 declare i32 @REG_TOPO_UNLOCK(...) local_unnamed_addr #1 declare i32 @regulator_create(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"}
freebsd_sys_dev_extres_regulator_extr_regulator.c_regulator_get_by_id
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/isdn/hardware/eicon/extr_message.c_diva_free_dma_descriptor.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/isdn/hardware/eicon/extr_message.c_diva_free_dma_descriptor.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_14__ = type { ptr } %struct.TYPE_11__ = type { %struct.TYPE_10__, i32, i64 } %struct.TYPE_10__ = type { i32, i32, i64, ptr } %struct.TYPE_9__ = type { ptr, i64 } @IDI_SYNC_REQ_DMA_DESCRIPTOR_OPERATION = dso_local local_unnamed_addr global i32 0, align 4 @IDI_SYNC_REQ_DMA_DESCRIPTOR_FREE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"dma_free(%d)\00", align 1 @.str.1 = private unnamed_addr constant [21 x i8] c"dma_free failed (%d)\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @diva_free_dma_descriptor], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @diva_free_dma_descriptor(ptr nocapture noundef readonly %0, i32 noundef %1) #0 { %3 = alloca %struct.TYPE_14__, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #4 %4 = icmp slt i32 %1, 0 br i1 %4, label %24, label %5 5: ; preds = %2 %6 = getelementptr inbounds %struct.TYPE_11__, ptr %3, i64 0, i32 2 store i64 0, ptr %6, align 8, !tbaa !5 %7 = load i32, ptr @IDI_SYNC_REQ_DMA_DESCRIPTOR_OPERATION, align 4, !tbaa !14 %8 = getelementptr inbounds %struct.TYPE_11__, ptr %3, i64 0, i32 1 store i32 %7, ptr %8, align 8, !tbaa !15 %9 = load i32, ptr @IDI_SYNC_REQ_DMA_DESCRIPTOR_FREE, align 4, !tbaa !14 %10 = getelementptr inbounds %struct.TYPE_10__, ptr %3, i64 0, i32 1 store i32 %9, ptr %10, align 4, !tbaa !16 store i32 %1, ptr %3, align 8, !tbaa !17 %11 = getelementptr inbounds %struct.TYPE_10__, ptr %3, i64 0, i32 2 call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %11, i8 0, i64 16, i1 false) %12 = load ptr, ptr %0, align 8, !tbaa !18 %13 = getelementptr inbounds %struct.TYPE_9__, ptr %12, i64 0, i32 1 %14 = load i64, ptr %13, align 8, !tbaa !20 %15 = add nsw i64 %14, -1 %16 = load ptr, ptr %3, align 8, !tbaa !22 store i64 %15, ptr %16, align 8, !tbaa !24 %17 = load ptr, ptr %12, align 8, !tbaa !25 %18 = call i32 %17(ptr noundef nonnull %3) #4 %19 = load i32, ptr %10, align 4, !tbaa !16 %20 = icmp eq i32 %19, 0 %21 = select i1 %20, ptr @.str, ptr @.str.1 %22 = call i32 @dprintf(ptr noundef nonnull %21, i32 noundef %1) #4 %23 = call i32 @dbug(i32 noundef 1, i32 noundef %22) #4 br label %24 24: ; preds = %5, %2 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #4 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @dbug(i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @dprintf(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 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #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 nounwind willreturn memory(argmem: write) } 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, !12, i64 32} !6 = !{!"TYPE_13__", !7, i64 0} !7 = !{!"TYPE_11__", !8, i64 0, !9, i64 24, !12, i64 32} !8 = !{!"TYPE_10__", !9, i64 0, !9, i64 4, !12, i64 8, !13, i64 16} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"long", !10, i64 0} !13 = !{!"any pointer", !10, i64 0} !14 = !{!9, !9, i64 0} !15 = !{!6, !9, i64 24} !16 = !{!6, !9, i64 4} !17 = !{!6, !9, i64 0} !18 = !{!19, !13, i64 0} !19 = !{!"TYPE_12__", !13, i64 0} !20 = !{!21, !12, i64 8} !21 = !{!"TYPE_9__", !13, i64 0, !12, i64 8} !22 = !{!23, !13, i64 0} !23 = !{!"TYPE_14__", !13, i64 0} !24 = !{!12, !12, i64 0} !25 = !{!21, !13, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/isdn/hardware/eicon/extr_message.c_diva_free_dma_descriptor.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/isdn/hardware/eicon/extr_message.c_diva_free_dma_descriptor.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_14__ = type { ptr } @IDI_SYNC_REQ_DMA_DESCRIPTOR_OPERATION = common local_unnamed_addr global i32 0, align 4 @IDI_SYNC_REQ_DMA_DESCRIPTOR_FREE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"dma_free(%d)\00", align 1 @.str.1 = private unnamed_addr constant [21 x i8] c"dma_free failed (%d)\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @diva_free_dma_descriptor], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @diva_free_dma_descriptor(ptr nocapture noundef readonly %0, i32 noundef %1) #0 { %3 = alloca %struct.TYPE_14__, align 8 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #4 %4 = icmp slt i32 %1, 0 br i1 %4, label %24, label %5 5: ; preds = %2 %6 = getelementptr inbounds i8, ptr %3, i64 32 store i64 0, ptr %6, align 8, !tbaa !6 %7 = load i32, ptr @IDI_SYNC_REQ_DMA_DESCRIPTOR_OPERATION, align 4, !tbaa !15 %8 = getelementptr inbounds i8, ptr %3, i64 24 store i32 %7, ptr %8, align 8, !tbaa !16 %9 = load i32, ptr @IDI_SYNC_REQ_DMA_DESCRIPTOR_FREE, align 4, !tbaa !15 %10 = getelementptr inbounds i8, ptr %3, i64 4 store i32 %9, ptr %10, align 4, !tbaa !17 store i32 %1, ptr %3, align 8, !tbaa !18 %11 = getelementptr inbounds i8, ptr %3, i64 8 call void @llvm.memset.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %11, i8 0, i64 16, i1 false) %12 = load ptr, ptr %0, align 8, !tbaa !19 %13 = getelementptr inbounds i8, ptr %12, i64 8 %14 = load i64, ptr %13, align 8, !tbaa !21 %15 = add nsw i64 %14, -1 %16 = load ptr, ptr %3, align 8, !tbaa !23 store i64 %15, ptr %16, align 8, !tbaa !25 %17 = load ptr, ptr %12, align 8, !tbaa !26 %18 = call i32 %17(ptr noundef nonnull %3) #4 %19 = load i32, ptr %10, align 4, !tbaa !17 %20 = icmp eq i32 %19, 0 %21 = select i1 %20, ptr @.str, ptr @.str.1 %22 = call i32 @dprintf(ptr noundef nonnull %21, i32 noundef %1) #4 %23 = call i32 @dbug(i32 noundef 1, i32 noundef %22) #4 br label %24 24: ; preds = %5, %2 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #4 ret void } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i32 @dbug(i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @dprintf(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 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #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 nounwind willreturn memory(argmem: write) } 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, !13, i64 32} !7 = !{!"TYPE_13__", !8, i64 0} !8 = !{!"TYPE_11__", !9, i64 0, !10, i64 24, !13, i64 32} !9 = !{!"TYPE_10__", !10, i64 0, !10, i64 4, !13, i64 8, !14, i64 16} !10 = !{!"int", !11, i64 0} !11 = !{!"omnipotent char", !12, i64 0} !12 = !{!"Simple C/C++ TBAA"} !13 = !{!"long", !11, i64 0} !14 = !{!"any pointer", !11, i64 0} !15 = !{!10, !10, i64 0} !16 = !{!7, !10, i64 24} !17 = !{!7, !10, i64 4} !18 = !{!7, !10, i64 0} !19 = !{!20, !14, i64 0} !20 = !{!"TYPE_12__", !14, i64 0} !21 = !{!22, !13, i64 8} !22 = !{!"TYPE_9__", !14, i64 0, !13, i64 8} !23 = !{!24, !14, i64 0} !24 = !{!"TYPE_14__", !14, i64 0} !25 = !{!13, !13, i64 0} !26 = !{!22, !14, i64 0}
fastsocket_kernel_drivers_isdn_hardware_eicon_extr_message.c_diva_free_dma_descriptor
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/config/rs6000/extr_rs6000.c_rs6000_parse_yes_no_option.c' source_filename = "AnghaBench/freebsd/contrib/gcc/config/rs6000/extr_rs6000.c_rs6000_parse_yes_no_option.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 [4 x i8] c"yes\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"no\00", align 1 @.str.2 = private unnamed_addr constant [37 x i8] c"unknown -m%s= option specified: '%s'\00", align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @rs6000_parse_yes_no_option], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @rs6000_parse_yes_no_option(ptr noundef %0, ptr noundef %1, ptr nocapture noundef writeonly %2) #0 { %4 = icmp eq ptr %1, null br i1 %4, label %15, label %5 5: ; preds = %3 %6 = tail call i32 @strcmp(ptr noundef nonnull dereferenceable(1) %1, ptr noundef nonnull dereferenceable(4) @.str) %7 = icmp eq i32 %6, 0 br i1 %7, label %8, label %9 8: ; preds = %5 store i32 1, ptr %2, align 4, !tbaa !5 br label %15 9: ; preds = %5 %10 = tail call i32 @strcmp(ptr noundef nonnull dereferenceable(1) %1, ptr noundef nonnull dereferenceable(3) @.str.1) %11 = icmp eq i32 %10, 0 br i1 %11, label %12, label %13 12: ; preds = %9 store i32 0, ptr %2, align 4, !tbaa !5 br label %15 13: ; preds = %9 %14 = tail call i32 @error(ptr noundef nonnull @.str.2, ptr noundef %0, ptr noundef nonnull %1) #3 br label %15 15: ; preds = %8, %13, %12, %3 ret void } ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: read) declare i32 @strcmp(ptr nocapture noundef, ptr nocapture noundef) local_unnamed_addr #1 declare i32 @error(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nofree nounwind willreturn memory(argmem: read) "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !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/gcc/config/rs6000/extr_rs6000.c_rs6000_parse_yes_no_option.c' source_filename = "AnghaBench/freebsd/contrib/gcc/config/rs6000/extr_rs6000.c_rs6000_parse_yes_no_option.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 [4 x i8] c"yes\00", align 1 @.str.2 = private unnamed_addr constant [37 x i8] c"unknown -m%s= option specified: '%s'\00", align 1 @llvm.used = appending global [1 x ptr] [ptr @rs6000_parse_yes_no_option], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @rs6000_parse_yes_no_option(ptr noundef %0, ptr noundef %1, ptr nocapture noundef writeonly %2) #0 { %4 = icmp eq ptr %1, null br i1 %4, label %23, label %5 5: ; preds = %3 %6 = tail call i32 @strcmp(ptr noundef nonnull dereferenceable(1) %1, ptr noundef nonnull dereferenceable(4) @.str) %7 = icmp eq i32 %6, 0 br i1 %7, label %8, label %9 8: ; preds = %5 store i32 1, ptr %2, align 4, !tbaa !6 br label %23 9: ; preds = %5 %10 = load i8, ptr %1, align 1 %11 = icmp eq i8 %10, 110 br i1 %11, label %12, label %21 12: ; preds = %9 %13 = getelementptr inbounds i8, ptr %1, i64 1 %14 = load i8, ptr %13, align 1 %15 = icmp eq i8 %14, 111 br i1 %15, label %16, label %21 16: ; preds = %12 %17 = getelementptr inbounds i8, ptr %1, i64 2 %18 = load i8, ptr %17, align 1 %19 = icmp eq i8 %18, 0 br i1 %19, label %20, label %21 20: ; preds = %16 store i32 0, ptr %2, align 4, !tbaa !6 br label %23 21: ; preds = %12, %9, %16 %22 = tail call i32 @error(ptr noundef nonnull @.str.2, ptr noundef %0, ptr noundef nonnull %1) #3 br label %23 23: ; preds = %8, %21, %20, %3 ret void } ; Function Attrs: mustprogress nofree nounwind willreturn memory(argmem: read) declare i32 @strcmp(ptr nocapture noundef, ptr nocapture noundef) local_unnamed_addr #1 declare i32 @error(ptr noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nofree nounwind willreturn memory(argmem: read) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_gcc_config_rs6000_extr_rs6000.c_rs6000_parse_yes_no_option
; ModuleID = 'AnghaBench/openssl/crypto/poly1305/extr_poly1305.c_Poly1305_Final.c' source_filename = "AnghaBench/openssl/crypto/poly1305/extr_poly1305.c_Poly1305_Final.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 { i64, ptr, i32, i32, %struct.TYPE_5__ } %struct.TYPE_5__ = type { i32, i32 } @POLY1305_BLOCK_SIZE = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local void @Poly1305_Final(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load i64, ptr %0, align 8, !tbaa !5 %4 = icmp eq i64 %3, 0 br i1 %4, label %23, label %5 5: ; preds = %2 %6 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 1 %7 = load ptr, ptr %6, align 8, !tbaa !13 %8 = getelementptr inbounds i32, ptr %7, i64 %3 store i32 1, ptr %8, align 4, !tbaa !14 %9 = load i64, ptr @POLY1305_BLOCK_SIZE, align 8, !tbaa !15 %10 = add i64 %3, 1 %11 = icmp ult i64 %10, %9 br i1 %11, label %12, label %19 12: ; preds = %5 %13 = shl i64 %3, 2 %14 = getelementptr i8, ptr %7, i64 %13 %15 = getelementptr i8, ptr %14, i64 4 %16 = xor i64 %3, -1 %17 = add i64 %9, %16 %18 = shl nuw i64 %17, 2 tail call void @llvm.memset.p0.i64(ptr align 4 %15, i8 0, i64 %18, i1 false), !tbaa !14 br label %19 19: ; preds = %12, %5 %20 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 3 %21 = load i32, ptr %20, align 4, !tbaa !16 %22 = tail call i32 @poly1305_blocks(i32 noundef %21, ptr noundef nonnull %7, i64 noundef %9, i32 noundef 0) #3 br label %23 23: ; preds = %19, %2 %24 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 3 %25 = load i32, ptr %24, align 4, !tbaa !16 %26 = getelementptr inbounds %struct.TYPE_6__, ptr %0, i64 0, i32 2 %27 = load i32, ptr %26, align 8, !tbaa !17 %28 = tail call i32 @poly1305_emit(i32 noundef %25, ptr noundef %1, i32 noundef %27) #3 %29 = tail call i32 @OPENSSL_cleanse(ptr noundef nonnull %0, i32 noundef 32) #3 ret void } declare i32 @poly1305_blocks(i32 noundef, ptr noundef, i64 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @poly1305_emit(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @OPENSSL_cleanse(ptr noundef, i32 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, !7, i64 0} !6 = !{!"TYPE_6__", !7, i64 0, !10, i64 8, !11, i64 16, !11, i64 20, !12, i64 24} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!"any pointer", !8, i64 0} !11 = !{!"int", !8, i64 0} !12 = !{!"TYPE_5__", !11, i64 0, !11, i64 4} !13 = !{!6, !10, i64 8} !14 = !{!11, !11, i64 0} !15 = !{!7, !7, i64 0} !16 = !{!6, !11, i64 20} !17 = !{!6, !11, i64 16}
; ModuleID = 'AnghaBench/openssl/crypto/poly1305/extr_poly1305.c_Poly1305_Final.c' source_filename = "AnghaBench/openssl/crypto/poly1305/extr_poly1305.c_Poly1305_Final.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @POLY1305_BLOCK_SIZE = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @Poly1305_Final(ptr noundef %0, ptr noundef %1) local_unnamed_addr #0 { %3 = load i64, ptr %0, align 8, !tbaa !6 %4 = icmp eq i64 %3, 0 br i1 %4, label %23, label %5 5: ; preds = %2 %6 = getelementptr inbounds i8, ptr %0, i64 8 %7 = load ptr, ptr %6, align 8, !tbaa !14 %8 = getelementptr inbounds i32, ptr %7, i64 %3 store i32 1, ptr %8, align 4, !tbaa !15 %9 = load i64, ptr @POLY1305_BLOCK_SIZE, align 8, !tbaa !16 %10 = add i64 %3, 1 %11 = icmp ult i64 %10, %9 br i1 %11, label %12, label %19 12: ; preds = %5 %13 = shl i64 %3, 2 %14 = getelementptr i8, ptr %7, i64 %13 %15 = getelementptr i8, ptr %14, i64 4 %16 = xor i64 %3, -1 %17 = add i64 %9, %16 %18 = shl nuw i64 %17, 2 tail call void @llvm.memset.p0.i64(ptr align 4 %15, i8 0, i64 %18, i1 false), !tbaa !15 br label %19 19: ; preds = %12, %5 %20 = getelementptr inbounds i8, ptr %0, i64 20 %21 = load i32, ptr %20, align 4, !tbaa !17 %22 = tail call i32 @poly1305_blocks(i32 noundef %21, ptr noundef nonnull %7, i64 noundef %9, i32 noundef 0) #3 br label %23 23: ; preds = %19, %2 %24 = getelementptr inbounds i8, ptr %0, i64 20 %25 = load i32, ptr %24, align 4, !tbaa !17 %26 = getelementptr inbounds i8, ptr %0, i64 16 %27 = load i32, ptr %26, align 8, !tbaa !18 %28 = tail call i32 @poly1305_emit(i32 noundef %25, ptr noundef %1, i32 noundef %27) #3 %29 = tail call i32 @OPENSSL_cleanse(ptr noundef nonnull %0, i32 noundef 32) #3 ret void } declare i32 @poly1305_blocks(i32 noundef, ptr noundef, i64 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @poly1305_emit(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @OPENSSL_cleanse(ptr noundef, i32 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, !8, i64 0} !7 = !{!"TYPE_6__", !8, i64 0, !11, i64 8, !12, i64 16, !12, i64 20, !13, i64 24} !8 = !{!"long", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"any pointer", !9, i64 0} !12 = !{!"int", !9, i64 0} !13 = !{!"TYPE_5__", !12, i64 0, !12, i64 4} !14 = !{!7, !11, i64 8} !15 = !{!12, !12, i64 0} !16 = !{!8, !8, i64 0} !17 = !{!7, !12, i64 20} !18 = !{!7, !12, i64 16}
openssl_crypto_poly1305_extr_poly1305.c_Poly1305_Final
; ModuleID = 'AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/extr_fman_dtsec.c_fman_dtsec_enable_tmr_interrupt.c' source_filename = "AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/extr_fman_dtsec.c_fman_dtsec_enable_tmr_interrupt.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @TMR_PEMASK_TSREEN = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @fman_dtsec_enable_tmr_interrupt(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @ioread32be(ptr noundef %0) #2 %3 = load i32, ptr @TMR_PEMASK_TSREEN, align 4, !tbaa !5 %4 = or i32 %3, %2 %5 = tail call i32 @iowrite32be(i32 noundef %4, ptr noundef %0) #2 ret void } declare i32 @iowrite32be(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ioread32be(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/contrib/ncsw/Peripherals/FM/MAC/extr_fman_dtsec.c_fman_dtsec_enable_tmr_interrupt.c' source_filename = "AnghaBench/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/extr_fman_dtsec.c_fman_dtsec_enable_tmr_interrupt.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @TMR_PEMASK_TSREEN = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @fman_dtsec_enable_tmr_interrupt(ptr noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @ioread32be(ptr noundef %0) #2 %3 = load i32, ptr @TMR_PEMASK_TSREEN, align 4, !tbaa !6 %4 = or i32 %3, %2 %5 = tail call i32 @iowrite32be(i32 noundef %4, ptr noundef %0) #2 ret void } declare i32 @iowrite32be(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ioread32be(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_contrib_ncsw_Peripherals_FM_MAC_extr_fman_dtsec.c_fman_dtsec_enable_tmr_interrupt
; ModuleID = 'AnghaBench/freebsd/contrib/ntp/sntp/libevent/extr_event_tagging.c_evtag_unmarshal.c' source_filename = "AnghaBench/freebsd/contrib/ntp/sntp/libevent/extr_event_tagging.c_evtag_unmarshal.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 i32 @evtag_unmarshal(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call i32 @evtag_unmarshal_header(ptr noundef %0, ptr noundef %1) #2 %5 = icmp eq i32 %4, -1 br i1 %5, label %12, label %6 6: ; preds = %3 %7 = tail call i32 @evbuffer_pullup(ptr noundef %0, i32 noundef %4) #2 %8 = tail call i32 @evbuffer_add(ptr noundef %2, i32 noundef %7, i32 noundef %4) #2 %9 = icmp eq i32 %8, -1 br i1 %9, label %12, label %10 10: ; preds = %6 %11 = tail call i32 @evbuffer_drain(ptr noundef %0, i32 noundef %4) #2 br label %12 12: ; preds = %6, %3, %10 %13 = phi i32 [ %4, %10 ], [ -1, %3 ], [ -1, %6 ] ret i32 %13 } declare i32 @evtag_unmarshal_header(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @evbuffer_add(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @evbuffer_pullup(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @evbuffer_drain(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/freebsd/contrib/ntp/sntp/libevent/extr_event_tagging.c_evtag_unmarshal.c' source_filename = "AnghaBench/freebsd/contrib/ntp/sntp/libevent/extr_event_tagging.c_evtag_unmarshal.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 i32 @evtag_unmarshal(ptr noundef %0, ptr noundef %1, ptr noundef %2) local_unnamed_addr #0 { %4 = tail call i32 @evtag_unmarshal_header(ptr noundef %0, ptr noundef %1) #2 %5 = icmp eq i32 %4, -1 br i1 %5, label %12, label %6 6: ; preds = %3 %7 = tail call i32 @evbuffer_pullup(ptr noundef %0, i32 noundef %4) #2 %8 = tail call i32 @evbuffer_add(ptr noundef %2, i32 noundef %7, i32 noundef %4) #2 %9 = icmp eq i32 %8, -1 br i1 %9, label %12, label %10 10: ; preds = %6 %11 = tail call i32 @evbuffer_drain(ptr noundef %0, i32 noundef %4) #2 br label %12 12: ; preds = %6, %3, %10 %13 = phi i32 [ %4, %10 ], [ -1, %3 ], [ -1, %6 ] ret i32 %13 } declare i32 @evtag_unmarshal_header(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @evbuffer_add(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @evbuffer_pullup(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @evbuffer_drain(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)"}
freebsd_contrib_ntp_sntp_libevent_extr_event_tagging.c_evtag_unmarshal
; ModuleID = 'AnghaBench/tengine/src/http/extr_ngx_http_request.c_ngx_http_test_reading.c' source_filename = "AnghaBench/tengine/src/http/extr_ngx_http_request.c_ngx_http_test_reading.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_8__ = type { i64, ptr } %struct.TYPE_10__ = type { i32, i32, i32, ptr } %struct.TYPE_9__ = type { i32, i64, i32, i64, i32 } @NGX_LOG_DEBUG_HTTP = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [18 x i8] c"http test reading\00", align 1 @MSG_PEEK = dso_local local_unnamed_addr global i32 0, align 4 @ngx_socket_errno = dso_local local_unnamed_addr global i64 0, align 8 @NGX_EAGAIN = dso_local local_unnamed_addr global i64 0, align 8 @ngx_event_flags = dso_local local_unnamed_addr global i32 0, align 4 @NGX_USE_LEVEL_EVENT = dso_local local_unnamed_addr global i32 0, align 4 @NGX_READ_EVENT = dso_local local_unnamed_addr global i32 0, align 4 @NGX_OK = dso_local local_unnamed_addr global i64 0, align 8 @NGX_LOG_INFO = dso_local local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [37 x i8] c"client prematurely closed connection\00", align 1 @NGX_HTTP_CLIENT_CLOSED_REQUEST = dso_local local_unnamed_addr global i32 0, align 4 @NGX_USE_EPOLL_EVENT = dso_local local_unnamed_addr global i32 0, align 4 @NGX_USE_KQUEUE_EVENT = dso_local local_unnamed_addr global i32 0, align 4 @SOL_SOCKET = dso_local local_unnamed_addr global i32 0, align 4 @SO_ERROR = dso_local local_unnamed_addr global i32 0, align 4 @ngx_use_epoll_rdhup = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind uwtable define dso_local void @ngx_http_test_reading(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca [1 x i8], align 1 call void @llvm.lifetime.start.p0(i64 1, ptr nonnull %2) #3 %3 = getelementptr inbounds %struct.TYPE_8__, ptr %0, i64 0, i32 1 %4 = load ptr, ptr %3, align 8, !tbaa !5 %5 = getelementptr inbounds %struct.TYPE_10__, ptr %4, i64 0, i32 3 %6 = load ptr, ptr %5, align 8, !tbaa !11 %7 = load i32, ptr @NGX_LOG_DEBUG_HTTP, align 4, !tbaa !14 %8 = getelementptr inbounds %struct.TYPE_10__, ptr %4, i64 0, i32 1 %9 = load i32, ptr %8, align 4, !tbaa !15 %10 = tail call i32 @ngx_log_debug0(i32 noundef %7, i32 noundef %9, i32 noundef 0, ptr noundef nonnull @.str) #3 %11 = getelementptr inbounds %struct.TYPE_10__, ptr %4, i64 0, i32 2 %12 = load i32, ptr %11, align 8, !tbaa !16 %13 = load i32, ptr @MSG_PEEK, align 4, !tbaa !14 %14 = call i32 @recv(i32 noundef %12, ptr noundef nonnull %2, i32 noundef 1, i32 noundef %13) #3 switch i32 %14, label %20 [ i32 0, label %15 i32 -1, label %16 ] 15: ; preds = %1 store i32 1, ptr %6, align 8, !tbaa !17 br label %40 16: ; preds = %1 %17 = load i64, ptr @ngx_socket_errno, align 8, !tbaa !19 %18 = load i64, ptr @NGX_EAGAIN, align 8, !tbaa !19 %19 = icmp eq i64 %17, %18 br i1 %19, label %20, label %36 20: ; preds = %1, %16 %21 = load i32, ptr @ngx_event_flags, align 4, !tbaa !14 %22 = load i32, ptr @NGX_USE_LEVEL_EVENT, align 4, !tbaa !14 %23 = and i32 %22, %21 %24 = icmp eq i32 %23, 0 br i1 %24, label %50, label %25 25: ; preds = %20 %26 = getelementptr inbounds %struct.TYPE_9__, ptr %6, i64 0, i32 3 %27 = load i64, ptr %26, align 8, !tbaa !20 %28 = icmp eq i64 %27, 0 br i1 %28, label %50, label %29 29: ; preds = %25 %30 = load i32, ptr @NGX_READ_EVENT, align 4, !tbaa !14 %31 = call i64 @ngx_del_event(ptr noundef nonnull %6, i32 noundef %30, i32 noundef 0) #3 %32 = load i64, ptr @NGX_OK, align 8, !tbaa !19 %33 = icmp eq i64 %31, %32 br i1 %33, label %50, label %34 34: ; preds = %29 %35 = call i32 @ngx_http_close_request(ptr noundef nonnull %0, i32 noundef 0) #3 br label %50 36: ; preds = %16 store i32 1, ptr %6, align 8, !tbaa !17 store i32 1, ptr %4, align 8, !tbaa !21 %37 = icmp eq i64 %17, 0 br i1 %37, label %43, label %38 38: ; preds = %36 %39 = getelementptr inbounds %struct.TYPE_9__, ptr %6, i64 0, i32 2 br label %40 40: ; preds = %38, %15 %41 = phi ptr [ %4, %15 ], [ %39, %38 ] %42 = phi i64 [ 0, %15 ], [ %17, %38 ] store i32 1, ptr %41, align 8, !tbaa !14 br label %43 43: ; preds = %40, %36 %44 = phi i64 [ 0, %36 ], [ %42, %40 ] %45 = load i32, ptr @NGX_LOG_INFO, align 4, !tbaa !14 %46 = load i32, ptr %8, align 4, !tbaa !15 %47 = call i32 @ngx_log_error(i32 noundef %45, i32 noundef %46, i64 noundef %44, ptr noundef nonnull @.str.1) #3 %48 = load i32, ptr @NGX_HTTP_CLIENT_CLOSED_REQUEST, align 4, !tbaa !14 %49 = call i32 @ngx_http_finalize_request(ptr noundef nonnull %0, i32 noundef %48) #3 br label %50 50: ; preds = %20, %25, %34, %29, %43 call void @llvm.lifetime.end.p0(i64 1, 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 @ngx_log_debug0(i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @recv(i32 noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i64 @ngx_del_event(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @ngx_http_close_request(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @ngx_log_error(i32 noundef, i32 noundef, i64 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @ngx_http_finalize_request(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, !10, i64 8} !6 = !{!"TYPE_8__", !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 = !{!12, !10, i64 16} !12 = !{!"TYPE_10__", !13, i64 0, !13, i64 4, !13, i64 8, !10, i64 16} !13 = !{!"int", !8, i64 0} !14 = !{!13, !13, i64 0} !15 = !{!12, !13, i64 4} !16 = !{!12, !13, i64 8} !17 = !{!18, !13, i64 0} !18 = !{!"TYPE_9__", !13, i64 0, !7, i64 8, !13, i64 16, !7, i64 24, !13, i64 32} !19 = !{!7, !7, i64 0} !20 = !{!18, !7, i64 24} !21 = !{!12, !13, i64 0}
; ModuleID = 'AnghaBench/tengine/src/http/extr_ngx_http_request.c_ngx_http_test_reading.c' source_filename = "AnghaBench/tengine/src/http/extr_ngx_http_request.c_ngx_http_test_reading.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @NGX_LOG_DEBUG_HTTP = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [18 x i8] c"http test reading\00", align 1 @MSG_PEEK = common local_unnamed_addr global i32 0, align 4 @ngx_socket_errno = common local_unnamed_addr global i64 0, align 8 @NGX_EAGAIN = common local_unnamed_addr global i64 0, align 8 @ngx_event_flags = common local_unnamed_addr global i32 0, align 4 @NGX_USE_LEVEL_EVENT = common local_unnamed_addr global i32 0, align 4 @NGX_READ_EVENT = common local_unnamed_addr global i32 0, align 4 @NGX_OK = common local_unnamed_addr global i64 0, align 8 @NGX_LOG_INFO = common local_unnamed_addr global i32 0, align 4 @.str.1 = private unnamed_addr constant [37 x i8] c"client prematurely closed connection\00", align 1 @NGX_HTTP_CLIENT_CLOSED_REQUEST = common local_unnamed_addr global i32 0, align 4 @NGX_USE_EPOLL_EVENT = common local_unnamed_addr global i32 0, align 4 @NGX_USE_KQUEUE_EVENT = common local_unnamed_addr global i32 0, align 4 @SOL_SOCKET = common local_unnamed_addr global i32 0, align 4 @SO_ERROR = common local_unnamed_addr global i32 0, align 4 @ngx_use_epoll_rdhup = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @ngx_http_test_reading(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca [1 x i8], align 1 call void @llvm.lifetime.start.p0(i64 1, ptr nonnull %2) #3 %3 = getelementptr inbounds i8, ptr %0, i64 8 %4 = load ptr, ptr %3, align 8, !tbaa !6 %5 = getelementptr inbounds i8, ptr %4, i64 16 %6 = load ptr, ptr %5, align 8, !tbaa !12 %7 = load i32, ptr @NGX_LOG_DEBUG_HTTP, align 4, !tbaa !15 %8 = getelementptr inbounds i8, ptr %4, i64 4 %9 = load i32, ptr %8, align 4, !tbaa !16 %10 = tail call i32 @ngx_log_debug0(i32 noundef %7, i32 noundef %9, i32 noundef 0, ptr noundef nonnull @.str) #3 %11 = getelementptr inbounds i8, ptr %4, i64 8 %12 = load i32, ptr %11, align 8, !tbaa !17 %13 = load i32, ptr @MSG_PEEK, align 4, !tbaa !15 %14 = call i32 @recv(i32 noundef %12, ptr noundef nonnull %2, i32 noundef 1, i32 noundef %13) #3 switch i32 %14, label %20 [ i32 0, label %15 i32 -1, label %16 ] 15: ; preds = %1 store i32 1, ptr %6, align 8, !tbaa !18 br label %40 16: ; preds = %1 %17 = load i64, ptr @ngx_socket_errno, align 8, !tbaa !20 %18 = load i64, ptr @NGX_EAGAIN, align 8, !tbaa !20 %19 = icmp eq i64 %17, %18 br i1 %19, label %20, label %36 20: ; preds = %1, %16 %21 = load i32, ptr @ngx_event_flags, align 4, !tbaa !15 %22 = load i32, ptr @NGX_USE_LEVEL_EVENT, align 4, !tbaa !15 %23 = and i32 %22, %21 %24 = icmp eq i32 %23, 0 br i1 %24, label %50, label %25 25: ; preds = %20 %26 = getelementptr inbounds i8, ptr %6, i64 24 %27 = load i64, ptr %26, align 8, !tbaa !21 %28 = icmp eq i64 %27, 0 br i1 %28, label %50, label %29 29: ; preds = %25 %30 = load i32, ptr @NGX_READ_EVENT, align 4, !tbaa !15 %31 = call i64 @ngx_del_event(ptr noundef nonnull %6, i32 noundef %30, i32 noundef 0) #3 %32 = load i64, ptr @NGX_OK, align 8, !tbaa !20 %33 = icmp eq i64 %31, %32 br i1 %33, label %50, label %34 34: ; preds = %29 %35 = call i32 @ngx_http_close_request(ptr noundef nonnull %0, i32 noundef 0) #3 br label %50 36: ; preds = %16 store i32 1, ptr %6, align 8, !tbaa !18 store i32 1, ptr %4, align 8, !tbaa !22 %37 = icmp eq i64 %17, 0 br i1 %37, label %43, label %38 38: ; preds = %36 %39 = getelementptr inbounds i8, ptr %6, i64 16 br label %40 40: ; preds = %38, %15 %41 = phi ptr [ %4, %15 ], [ %39, %38 ] %42 = phi i64 [ 0, %15 ], [ %17, %38 ] store i32 1, ptr %41, align 8, !tbaa !15 br label %43 43: ; preds = %40, %36 %44 = phi i64 [ 0, %36 ], [ %42, %40 ] %45 = load i32, ptr @NGX_LOG_INFO, align 4, !tbaa !15 %46 = load i32, ptr %8, align 4, !tbaa !16 %47 = call i32 @ngx_log_error(i32 noundef %45, i32 noundef %46, i64 noundef %44, ptr noundef nonnull @.str.1) #3 %48 = load i32, ptr @NGX_HTTP_CLIENT_CLOSED_REQUEST, align 4, !tbaa !15 %49 = call i32 @ngx_http_finalize_request(ptr noundef nonnull %0, i32 noundef %48) #3 br label %50 50: ; preds = %20, %25, %34, %29, %43 call void @llvm.lifetime.end.p0(i64 1, 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 @ngx_log_debug0(i32 noundef, i32 noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @recv(i32 noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i64 @ngx_del_event(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #2 declare i32 @ngx_http_close_request(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @ngx_log_error(i32 noundef, i32 noundef, i64 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @ngx_http_finalize_request(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, !11, i64 8} !7 = !{!"TYPE_8__", !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 = !{!13, !11, i64 16} !13 = !{!"TYPE_10__", !14, i64 0, !14, i64 4, !14, i64 8, !11, i64 16} !14 = !{!"int", !9, i64 0} !15 = !{!14, !14, i64 0} !16 = !{!13, !14, i64 4} !17 = !{!13, !14, i64 8} !18 = !{!19, !14, i64 0} !19 = !{!"TYPE_9__", !14, i64 0, !8, i64 8, !14, i64 16, !8, i64 24, !14, i64 32} !20 = !{!8, !8, i64 0} !21 = !{!19, !8, i64 24} !22 = !{!13, !14, i64 0}
tengine_src_http_extr_ngx_http_request.c_ngx_http_test_reading
; ModuleID = 'AnghaBench/kphp-kdb/money/extr_money-data.c_get_transaction.c' source_filename = "AnghaBench/kphp-kdb/money/extr_money-data.c_get_transaction.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 } @TrHash = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind uwtable define dso_local noundef ptr @get_transaction(i64 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @transaction_bucket(i64 noundef %0) #2 %3 = load ptr, ptr @TrHash, align 8, !tbaa !5 %4 = sext i32 %2 to i64 %5 = getelementptr inbounds ptr, ptr %3, i64 %4 %6 = load ptr, ptr %5, align 8, !tbaa !5 %7 = icmp eq ptr %6, null br i1 %7, label %16, label %8 8: ; preds = %1, %12 %9 = phi ptr [ %14, %12 ], [ %6, %1 ] %10 = load i64, ptr %9, align 8, !tbaa !9 %11 = icmp eq i64 %10, %0 br i1 %11, label %16, label %12 12: ; preds = %8 %13 = getelementptr inbounds %struct.TYPE_4__, ptr %9, i64 0, i32 1 %14 = load ptr, ptr %13, align 8, !tbaa !5 %15 = icmp eq ptr %14, null br i1 %15, label %16, label %8, !llvm.loop !12 16: ; preds = %8, %12, %1 %17 = phi ptr [ null, %1 ], [ null, %12 ], [ %9, %8 ] ret ptr %17 } declare i32 @transaction_bucket(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 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !11, i64 0} !10 = !{!"TYPE_4__", !11, i64 0, !6, i64 8} !11 = !{!"long long", !7, i64 0} !12 = distinct !{!12, !13} !13 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/kphp-kdb/money/extr_money-data.c_get_transaction.c' source_filename = "AnghaBench/kphp-kdb/money/extr_money-data.c_get_transaction.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @TrHash = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nounwind ssp uwtable(sync) define noundef ptr @get_transaction(i64 noundef %0) local_unnamed_addr #0 { %2 = tail call i32 @transaction_bucket(i64 noundef %0) #2 %3 = load ptr, ptr @TrHash, align 8, !tbaa !6 %4 = sext i32 %2 to i64 %5 = getelementptr inbounds ptr, ptr %3, i64 %4 %6 = load ptr, ptr %5, align 8, !tbaa !6 %7 = icmp eq ptr %6, null br i1 %7, label %16, label %8 8: ; preds = %1, %12 %9 = phi ptr [ %14, %12 ], [ %6, %1 ] %10 = load i64, ptr %9, align 8, !tbaa !10 %11 = icmp eq i64 %10, %0 br i1 %11, label %16, label %12 12: ; preds = %8 %13 = getelementptr inbounds i8, ptr %9, i64 8 %14 = load ptr, ptr %13, align 8, !tbaa !6 %15 = icmp eq ptr %14, null br i1 %15, label %16, label %8, !llvm.loop !13 16: ; preds = %8, %12, %1 %17 = phi ptr [ null, %1 ], [ null, %12 ], [ %9, %8 ] ret ptr %17 } declare i32 @transaction_bucket(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 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !12, i64 0} !11 = !{!"TYPE_4__", !12, i64 0, !7, i64 8} !12 = !{!"long long", !8, i64 0} !13 = distinct !{!13, !14} !14 = !{!"llvm.loop.mustprogress"}
kphp-kdb_money_extr_money-data.c_get_transaction
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/extr_ns83820.c_ns83820_get_drvinfo.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/extr_ns83820.c_ns83820_get_drvinfo.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.ethtool_drvinfo = type { i32, i32, i32 } @.str = private unnamed_addr constant [8 x i8] c"ns83820\00", align 1 @VERSION = dso_local local_unnamed_addr global ptr null, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @ns83820_get_drvinfo], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @ns83820_get_drvinfo(ptr noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = tail call ptr @PRIV(ptr noundef %0) #2 %4 = getelementptr inbounds %struct.ethtool_drvinfo, ptr %1, i64 0, i32 2 %5 = load i32, ptr %4, align 4, !tbaa !5 %6 = tail call i32 @strcpy(i32 noundef %5, ptr noundef nonnull @.str) #2 %7 = getelementptr inbounds %struct.ethtool_drvinfo, ptr %1, i64 0, i32 1 %8 = load i32, ptr %7, align 4, !tbaa !10 %9 = load ptr, ptr @VERSION, align 8, !tbaa !11 %10 = tail call i32 @strcpy(i32 noundef %8, ptr noundef %9) #2 %11 = load i32, ptr %1, align 4, !tbaa !13 %12 = load i32, ptr %3, align 4, !tbaa !14 %13 = tail call ptr @pci_name(i32 noundef %12) #2 %14 = tail call i32 @strcpy(i32 noundef %11, ptr noundef %13) #2 ret void } declare ptr @PRIV(ptr noundef) local_unnamed_addr #1 declare i32 @strcpy(i32 noundef, ptr noundef) local_unnamed_addr #1 declare ptr @pci_name(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 8} !6 = !{!"ethtool_drvinfo", !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 4} !11 = !{!12, !12, i64 0} !12 = !{!"any pointer", !8, i64 0} !13 = !{!6, !7, i64 0} !14 = !{!15, !7, i64 0} !15 = !{!"ns83820", !7, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/extr_ns83820.c_ns83820_get_drvinfo.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/extr_ns83820.c_ns83820_get_drvinfo.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @.str = private unnamed_addr constant [8 x i8] c"ns83820\00", align 1 @VERSION = common local_unnamed_addr global ptr null, align 8 @llvm.used = appending global [1 x ptr] [ptr @ns83820_get_drvinfo], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @ns83820_get_drvinfo(ptr noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = tail call ptr @PRIV(ptr noundef %0) #2 %4 = getelementptr inbounds i8, ptr %1, i64 8 %5 = load i32, ptr %4, align 4, !tbaa !6 %6 = tail call i32 @strcpy(i32 noundef %5, ptr noundef nonnull @.str) #2 %7 = getelementptr inbounds i8, ptr %1, i64 4 %8 = load i32, ptr %7, align 4, !tbaa !11 %9 = load ptr, ptr @VERSION, align 8, !tbaa !12 %10 = tail call i32 @strcpy(i32 noundef %8, ptr noundef %9) #2 %11 = load i32, ptr %1, align 4, !tbaa !14 %12 = load i32, ptr %3, align 4, !tbaa !15 %13 = tail call ptr @pci_name(i32 noundef %12) #2 %14 = tail call i32 @strcpy(i32 noundef %11, ptr noundef %13) #2 ret void } declare ptr @PRIV(ptr noundef) local_unnamed_addr #1 declare i32 @strcpy(i32 noundef, ptr noundef) local_unnamed_addr #1 declare ptr @pci_name(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 8} !7 = !{!"ethtool_drvinfo", !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 4} !12 = !{!13, !13, i64 0} !13 = !{!"any pointer", !9, i64 0} !14 = !{!7, !8, i64 0} !15 = !{!16, !8, i64 0} !16 = !{!"ns83820", !8, i64 0}
fastsocket_kernel_drivers_net_extr_ns83820.c_ns83820_get_drvinfo
; ModuleID = 'AnghaBench/libgit2/tests/ignore/extr_status.c_test_ignore_status__unignored_dir_with_ignored_contents.c' source_filename = "AnghaBench/libgit2/tests/ignore/extr_status.c_test_ignore_status__unignored_dir_with_ignored_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" @test_ignore_status__unignored_dir_with_ignored_contents.test_files = internal global [3 x ptr] [ptr @.str, ptr @.str.1, ptr null], align 16 @.str = private unnamed_addr constant [31 x i8] c"empty_standard_repo/dir/a.test\00", align 1 @.str.1 = private unnamed_addr constant [38 x i8] c"empty_standard_repo/dir/subdir/a.test\00", align 1 @.str.2 = private unnamed_addr constant [20 x i8] c"empty_standard_repo\00", align 1 @.str.3 = private unnamed_addr constant [31 x i8] c"empty_standard_repo/.gitignore\00", align 1 @.str.4 = private unnamed_addr constant [15 x i8] c"*.test\0A!dir/*\0A\00", align 1 @.str.5 = private unnamed_addr constant [11 x i8] c"dir/a.test\00", align 1 @.str.6 = private unnamed_addr constant [18 x i8] c"dir/subdir/a.test\00", align 1 ; Function Attrs: nounwind uwtable define dso_local void @test_ignore_status__unignored_dir_with_ignored_contents() local_unnamed_addr #0 { %1 = tail call i32 @make_test_data(ptr noundef nonnull @.str.2, ptr noundef nonnull @test_ignore_status__unignored_dir_with_ignored_contents.test_files) #2 %2 = tail call i32 @cl_git_mkfile(ptr noundef nonnull @.str.3, ptr noundef nonnull @.str.4) #2 %3 = tail call i32 @refute_is_ignored(ptr noundef nonnull @.str.5) #2 %4 = tail call i32 @assert_is_ignored(ptr noundef nonnull @.str.6) #2 ret void } declare i32 @make_test_data(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @cl_git_mkfile(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @refute_is_ignored(ptr noundef) local_unnamed_addr #1 declare i32 @assert_is_ignored(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/libgit2/tests/ignore/extr_status.c_test_ignore_status__unignored_dir_with_ignored_contents.c' source_filename = "AnghaBench/libgit2/tests/ignore/extr_status.c_test_ignore_status__unignored_dir_with_ignored_contents.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @test_ignore_status__unignored_dir_with_ignored_contents.test_files = internal global [3 x ptr] [ptr @.str, ptr @.str.1, ptr null], align 8 @.str = private unnamed_addr constant [31 x i8] c"empty_standard_repo/dir/a.test\00", align 1 @.str.1 = private unnamed_addr constant [38 x i8] c"empty_standard_repo/dir/subdir/a.test\00", align 1 @.str.2 = private unnamed_addr constant [20 x i8] c"empty_standard_repo\00", align 1 @.str.3 = private unnamed_addr constant [31 x i8] c"empty_standard_repo/.gitignore\00", align 1 @.str.4 = private unnamed_addr constant [15 x i8] c"*.test\0A!dir/*\0A\00", align 1 @.str.5 = private unnamed_addr constant [11 x i8] c"dir/a.test\00", align 1 @.str.6 = private unnamed_addr constant [18 x i8] c"dir/subdir/a.test\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define void @test_ignore_status__unignored_dir_with_ignored_contents() local_unnamed_addr #0 { %1 = tail call i32 @make_test_data(ptr noundef nonnull @.str.2, ptr noundef nonnull @test_ignore_status__unignored_dir_with_ignored_contents.test_files) #2 %2 = tail call i32 @cl_git_mkfile(ptr noundef nonnull @.str.3, ptr noundef nonnull @.str.4) #2 %3 = tail call i32 @refute_is_ignored(ptr noundef nonnull @.str.5) #2 %4 = tail call i32 @assert_is_ignored(ptr noundef nonnull @.str.6) #2 ret void } declare i32 @make_test_data(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @cl_git_mkfile(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @refute_is_ignored(ptr noundef) local_unnamed_addr #1 declare i32 @assert_is_ignored(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)"}
libgit2_tests_ignore_extr_status.c_test_ignore_status__unignored_dir_with_ignored_contents
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/extr_drm_edid.c_do_cea_modes.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/extr_drm_edid.c_do_cea_modes.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @do_cea_modes], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @do_cea_modes(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = icmp sgt i32 %2, 0 br i1 %4, label %5, label %31 5: ; preds = %3 %6 = zext nneg i32 %2 to i64 br label %7 7: ; preds = %5, %27 %8 = phi i64 [ 0, %5 ], [ %29, %27 ] %9 = phi i32 [ 0, %5 ], [ %28, %27 ] %10 = trunc i64 %8 to i32 %11 = tail call ptr @drm_display_mode_from_vic_index(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %10) #2 %12 = icmp eq ptr %11, null br i1 %12, label %27, label %13 13: ; preds = %7 %14 = icmp ult i64 %8, 64 br i1 %14, label %15, label %24 15: ; preds = %13 %16 = load i64, ptr %0, align 8, !tbaa !5 %17 = shl nuw i64 1, %8 %18 = and i64 %16, %17 %19 = icmp eq i64 %18, 0 br i1 %19, label %24, label %20 20: ; preds = %15 %21 = getelementptr inbounds i32, ptr %1, i64 %8 %22 = load i32, ptr %21, align 4, !tbaa !10 %23 = tail call i32 @drm_add_cmdb_modes(ptr noundef nonnull %0, i32 noundef %22) #2 br label %24 24: ; preds = %20, %15, %13 %25 = tail call i32 @drm_mode_probed_add(ptr noundef %0, ptr noundef nonnull %11) #2 %26 = add nsw i32 %9, 1 br label %27 27: ; preds = %24, %7 %28 = phi i32 [ %26, %24 ], [ %9, %7 ] %29 = add nuw nsw i64 %8, 1 %30 = icmp eq i64 %29, %6 br i1 %30, label %31, label %7, !llvm.loop !12 31: ; preds = %27, %3 %32 = phi i32 [ 0, %3 ], [ %28, %27 ] ret i32 %32 } declare ptr @drm_display_mode_from_vic_index(ptr noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @drm_add_cmdb_modes(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @drm_mode_probed_add(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 = !{!"drm_hdmi_info", !7, i64 0} !7 = !{!"long long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = distinct !{!12, !13} !13 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/extr_drm_edid.c_do_cea_modes.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/extr_drm_edid.c_do_cea_modes.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @do_cea_modes], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @do_cea_modes(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = icmp sgt i32 %2, 0 br i1 %4, label %5, label %31 5: ; preds = %3 %6 = zext nneg i32 %2 to i64 br label %7 7: ; preds = %5, %27 %8 = phi i64 [ 0, %5 ], [ %29, %27 ] %9 = phi i32 [ 0, %5 ], [ %28, %27 ] %10 = trunc nuw nsw i64 %8 to i32 %11 = tail call ptr @drm_display_mode_from_vic_index(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %10) #2 %12 = icmp eq ptr %11, null br i1 %12, label %27, label %13 13: ; preds = %7 %14 = icmp ult i64 %8, 64 br i1 %14, label %15, label %24 15: ; preds = %13 %16 = load i64, ptr %0, align 8, !tbaa !6 %17 = shl nuw i64 1, %8 %18 = and i64 %16, %17 %19 = icmp eq i64 %18, 0 br i1 %19, label %24, label %20 20: ; preds = %15 %21 = getelementptr inbounds i32, ptr %1, i64 %8 %22 = load i32, ptr %21, align 4, !tbaa !11 %23 = tail call i32 @drm_add_cmdb_modes(ptr noundef nonnull %0, i32 noundef %22) #2 br label %24 24: ; preds = %20, %15, %13 %25 = tail call i32 @drm_mode_probed_add(ptr noundef %0, ptr noundef nonnull %11) #2 %26 = add nsw i32 %9, 1 br label %27 27: ; preds = %24, %7 %28 = phi i32 [ %26, %24 ], [ %9, %7 ] %29 = add nuw nsw i64 %8, 1 %30 = icmp eq i64 %29, %6 br i1 %30, label %31, label %7, !llvm.loop !13 31: ; preds = %27, %3 %32 = phi i32 [ 0, %3 ], [ %28, %27 ] ret i32 %32 } declare ptr @drm_display_mode_from_vic_index(ptr noundef, ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @drm_add_cmdb_modes(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @drm_mode_probed_add(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 = !{!"drm_hdmi_info", !8, i64 0} !8 = !{!"long long", !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 = distinct !{!13, !14} !14 = !{!"llvm.loop.mustprogress"}
linux_drivers_gpu_drm_extr_drm_edid.c_do_cea_modes
; ModuleID = 'AnghaBench/linux/sound/pci/ice1712/extr_prodigy_hifi.c_wm8766_init.c' source_filename = "AnghaBench/linux/sound/pci/ice1712/extr_prodigy_hifi.c_wm8766_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" @wm8766_init.wm8766_inits = internal global [26 x i16] [i16 128, i16 0, i16 140, i16 288, i16 137, i16 34, i16 139, i16 1, i16 138, i16 128, i16 136, i16 256, i16 135, i16 256, i16 134, i16 256, i16 131, i16 256, i16 130, i16 256, i16 129, i16 256, i16 133, i16 0, i16 132, i16 0], align 16 @llvm.compiler.used = appending global [1 x ptr] [ptr @wm8766_init], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @wm8766_init(ptr noundef %0) #0 { %2 = tail call i32 @ARRAY_SIZE(ptr noundef nonnull @wm8766_init.wm8766_inits) #2 %3 = icmp eq i32 %2, 0 br i1 %3, label %17, label %4 4: ; preds = %1, %4 %5 = phi i32 [ %14, %4 ], [ 0, %1 ] %6 = zext i32 %5 to i64 %7 = getelementptr inbounds [26 x i16], ptr @wm8766_init.wm8766_inits, i64 0, i64 %6 %8 = load i16, ptr %7, align 4, !tbaa !5 %9 = or disjoint i32 %5, 1 %10 = zext i32 %9 to i64 %11 = getelementptr inbounds [26 x i16], ptr @wm8766_init.wm8766_inits, i64 0, i64 %10 %12 = load i16, ptr %11, align 2, !tbaa !5 %13 = tail call i32 @wm8766_spi_write(ptr noundef %0, i16 noundef zeroext %8, i16 noundef zeroext %12) #2 %14 = add i32 %5, 2 %15 = tail call i32 @ARRAY_SIZE(ptr noundef nonnull @wm8766_init.wm8766_inits) #2 %16 = icmp ult i32 %14, %15 br i1 %16, label %4, label %17, !llvm.loop !9 17: ; preds = %4, %1 ret void } declare i32 @ARRAY_SIZE(ptr noundef) local_unnamed_addr #1 declare i32 @wm8766_spi_write(ptr noundef, i16 noundef zeroext, i16 noundef zeroext) 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 = !{!"short", !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/sound/pci/ice1712/extr_prodigy_hifi.c_wm8766_init.c' source_filename = "AnghaBench/linux/sound/pci/ice1712/extr_prodigy_hifi.c_wm8766_init.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @wm8766_init.wm8766_inits = internal global [26 x i16] [i16 128, i16 0, i16 140, i16 288, i16 137, i16 34, i16 139, i16 1, i16 138, i16 128, i16 136, i16 256, i16 135, i16 256, i16 134, i16 256, i16 131, i16 256, i16 130, i16 256, i16 129, i16 256, i16 133, i16 0, i16 132, i16 0], align 2 @llvm.used = appending global [1 x ptr] [ptr @wm8766_init], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @wm8766_init(ptr noundef %0) #0 { %2 = tail call i32 @ARRAY_SIZE(ptr noundef nonnull @wm8766_init.wm8766_inits) #2 %3 = icmp eq i32 %2, 0 br i1 %3, label %17, label %4 4: ; preds = %1, %4 %5 = phi i32 [ %14, %4 ], [ 0, %1 ] %6 = zext i32 %5 to i64 %7 = getelementptr inbounds [26 x i16], ptr @wm8766_init.wm8766_inits, i64 0, i64 %6 %8 = load i16, ptr %7, align 2, !tbaa !6 %9 = or disjoint i32 %5, 1 %10 = zext i32 %9 to i64 %11 = getelementptr inbounds [26 x i16], ptr @wm8766_init.wm8766_inits, i64 0, i64 %10 %12 = load i16, ptr %11, align 2, !tbaa !6 %13 = tail call i32 @wm8766_spi_write(ptr noundef %0, i16 noundef zeroext %8, i16 noundef zeroext %12) #2 %14 = add i32 %5, 2 %15 = tail call i32 @ARRAY_SIZE(ptr noundef nonnull @wm8766_init.wm8766_inits) #2 %16 = icmp ult i32 %14, %15 br i1 %16, label %4, label %17, !llvm.loop !10 17: ; preds = %4, %1 ret void } declare i32 @ARRAY_SIZE(ptr noundef) local_unnamed_addr #1 declare i32 @wm8766_spi_write(ptr noundef, i16 noundef zeroext, i16 noundef zeroext) 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 = !{!"short", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
linux_sound_pci_ice1712_extr_prodigy_hifi.c_wm8766_init
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/aoa/codecs/extr_onyx.c_onyx_snd_vol_put.c' source_filename = "AnghaBench/fastsocket/kernel/sound/aoa/codecs/extr_onyx.c_onyx_snd_vol_put.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" @VOLUME_RANGE_SHIFT = dso_local local_unnamed_addr global i64 0, align 8 @EINVAL = dso_local local_unnamed_addr global i32 0, align 4 @ONYX_REG_DAC_ATTEN_LEFT = dso_local local_unnamed_addr global i32 0, align 4 @ONYX_REG_DAC_ATTEN_RIGHT = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @onyx_snd_vol_put], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @onyx_snd_vol_put(ptr noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = alloca i64, align 8 %4 = alloca i64, align 8 %5 = tail call ptr @snd_kcontrol_chip(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 %6 = load ptr, ptr %1, align 8, !tbaa !5 %7 = load i64, ptr %6, align 8, !tbaa !12 %8 = load i64, ptr @VOLUME_RANGE_SHIFT, align 8, !tbaa !12 %9 = add nsw i64 %8, -128 %10 = icmp sge i64 %7, %9 %11 = icmp slt i64 %7, %8 %12 = and i1 %11, %10 br i1 %12, label %16, label %13 13: ; preds = %2 %14 = load i32, ptr @EINVAL, align 4, !tbaa !14 %15 = sub nsw i32 0, %14 br label %57 16: ; preds = %2 %17 = getelementptr inbounds i64, ptr %6, i64 1 %18 = load i64, ptr %17, align 8, !tbaa !12 %19 = icmp sge i64 %18, %9 %20 = icmp slt i64 %18, %8 %21 = and i1 %19, %20 br i1 %21, label %25, label %22 22: ; preds = %16 %23 = load i32, ptr @EINVAL, align 4, !tbaa !14 %24 = sub nsw i32 0, %23 br label %57 25: ; preds = %16 %26 = tail call i32 @mutex_lock(ptr noundef %5) #3 %27 = load i32, ptr @ONYX_REG_DAC_ATTEN_LEFT, align 4, !tbaa !14 %28 = call i32 @onyx_read_register(ptr noundef %5, i32 noundef %27, ptr noundef nonnull %3) #3 %29 = load i32, ptr @ONYX_REG_DAC_ATTEN_RIGHT, align 4, !tbaa !14 %30 = call i32 @onyx_read_register(ptr noundef %5, i32 noundef %29, ptr noundef nonnull %4) #3 %31 = load i64, ptr %3, align 8, !tbaa !12 %32 = load i64, ptr @VOLUME_RANGE_SHIFT, align 8, !tbaa !12 %33 = add nsw i64 %32, %31 %34 = load ptr, ptr %1, align 8, !tbaa !5 %35 = load i64, ptr %34, align 8, !tbaa !12 %36 = icmp eq i64 %33, %35 br i1 %36, label %37, label %45 37: ; preds = %25 %38 = load i64, ptr %4, align 8, !tbaa !12 %39 = add nsw i64 %38, %32 %40 = getelementptr inbounds i64, ptr %34, i64 1 %41 = load i64, ptr %40, align 8, !tbaa !12 %42 = icmp eq i64 %39, %41 br i1 %42, label %43, label %45 43: ; preds = %37 %44 = call i32 @mutex_unlock(ptr noundef %5) #3 br label %57 45: ; preds = %37, %25 %46 = load i32, ptr @ONYX_REG_DAC_ATTEN_LEFT, align 4, !tbaa !14 %47 = sub nsw i64 %35, %32 %48 = call i32 @onyx_write_register(ptr noundef %5, i32 noundef %46, i64 noundef %47) #3 %49 = load i32, ptr @ONYX_REG_DAC_ATTEN_RIGHT, align 4, !tbaa !14 %50 = load ptr, ptr %1, align 8, !tbaa !5 %51 = getelementptr inbounds i64, ptr %50, i64 1 %52 = load i64, ptr %51, align 8, !tbaa !12 %53 = load i64, ptr @VOLUME_RANGE_SHIFT, align 8, !tbaa !12 %54 = sub nsw i64 %52, %53 %55 = call i32 @onyx_write_register(ptr noundef %5, i32 noundef %49, i64 noundef %54) #3 %56 = call i32 @mutex_unlock(ptr noundef %5) #3 br label %57 57: ; preds = %45, %43, %22, %13 %58 = phi i32 [ %15, %13 ], [ %24, %22 ], [ 0, %43 ], [ 1, %45 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #3 ret i32 %58 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @snd_kcontrol_chip(ptr noundef) local_unnamed_addr #2 declare i32 @mutex_lock(ptr noundef) local_unnamed_addr #2 declare i32 @onyx_read_register(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @mutex_unlock(ptr noundef) local_unnamed_addr #2 declare i32 @onyx_write_register(ptr noundef, i32 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, !9, i64 0} !6 = !{!"snd_ctl_elem_value", !7, i64 0} !7 = !{!"TYPE_4__", !8, i64 0} !8 = !{!"TYPE_3__", !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, !15, i64 0} !15 = !{!"int", !10, i64 0}
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/aoa/codecs/extr_onyx.c_onyx_snd_vol_put.c' source_filename = "AnghaBench/fastsocket/kernel/sound/aoa/codecs/extr_onyx.c_onyx_snd_vol_put.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @VOLUME_RANGE_SHIFT = common local_unnamed_addr global i64 0, align 8 @EINVAL = common local_unnamed_addr global i32 0, align 4 @ONYX_REG_DAC_ATTEN_LEFT = common local_unnamed_addr global i32 0, align 4 @ONYX_REG_DAC_ATTEN_RIGHT = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @onyx_snd_vol_put], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal range(i32 -2147483647, -2147483648) i32 @onyx_snd_vol_put(ptr noundef %0, ptr nocapture noundef readonly %1) #0 { %3 = alloca i64, align 8 %4 = alloca i64, align 8 %5 = tail call ptr @snd_kcontrol_chip(ptr noundef %0) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %3) #3 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #3 %6 = load ptr, ptr %1, align 8, !tbaa !6 %7 = load i64, ptr %6, align 8, !tbaa !13 %8 = load i64, ptr @VOLUME_RANGE_SHIFT, align 8, !tbaa !13 %9 = add nsw i64 %8, -128 %10 = icmp sge i64 %7, %9 %11 = icmp slt i64 %7, %8 %12 = and i1 %11, %10 br i1 %12, label %16, label %13 13: ; preds = %2 %14 = load i32, ptr @EINVAL, align 4, !tbaa !15 %15 = sub nsw i32 0, %14 br label %57 16: ; preds = %2 %17 = getelementptr inbounds i8, ptr %6, i64 8 %18 = load i64, ptr %17, align 8, !tbaa !13 %19 = icmp sge i64 %18, %9 %20 = icmp slt i64 %18, %8 %21 = and i1 %19, %20 br i1 %21, label %25, label %22 22: ; preds = %16 %23 = load i32, ptr @EINVAL, align 4, !tbaa !15 %24 = sub nsw i32 0, %23 br label %57 25: ; preds = %16 %26 = tail call i32 @mutex_lock(ptr noundef %5) #3 %27 = load i32, ptr @ONYX_REG_DAC_ATTEN_LEFT, align 4, !tbaa !15 %28 = call i32 @onyx_read_register(ptr noundef %5, i32 noundef %27, ptr noundef nonnull %3) #3 %29 = load i32, ptr @ONYX_REG_DAC_ATTEN_RIGHT, align 4, !tbaa !15 %30 = call i32 @onyx_read_register(ptr noundef %5, i32 noundef %29, ptr noundef nonnull %4) #3 %31 = load i64, ptr %3, align 8, !tbaa !13 %32 = load i64, ptr @VOLUME_RANGE_SHIFT, align 8, !tbaa !13 %33 = add nsw i64 %32, %31 %34 = load ptr, ptr %1, align 8, !tbaa !6 %35 = load i64, ptr %34, align 8, !tbaa !13 %36 = icmp eq i64 %33, %35 br i1 %36, label %37, label %45 37: ; preds = %25 %38 = load i64, ptr %4, align 8, !tbaa !13 %39 = add nsw i64 %38, %32 %40 = getelementptr inbounds i8, ptr %34, i64 8 %41 = load i64, ptr %40, align 8, !tbaa !13 %42 = icmp eq i64 %39, %41 br i1 %42, label %43, label %45 43: ; preds = %37 %44 = call i32 @mutex_unlock(ptr noundef %5) #3 br label %57 45: ; preds = %37, %25 %46 = load i32, ptr @ONYX_REG_DAC_ATTEN_LEFT, align 4, !tbaa !15 %47 = sub nsw i64 %35, %32 %48 = call i32 @onyx_write_register(ptr noundef %5, i32 noundef %46, i64 noundef %47) #3 %49 = load i32, ptr @ONYX_REG_DAC_ATTEN_RIGHT, align 4, !tbaa !15 %50 = load ptr, ptr %1, align 8, !tbaa !6 %51 = getelementptr inbounds i8, ptr %50, i64 8 %52 = load i64, ptr %51, align 8, !tbaa !13 %53 = load i64, ptr @VOLUME_RANGE_SHIFT, align 8, !tbaa !13 %54 = sub nsw i64 %52, %53 %55 = call i32 @onyx_write_register(ptr noundef %5, i32 noundef %49, i64 noundef %54) #3 %56 = call i32 @mutex_unlock(ptr noundef %5) #3 br label %57 57: ; preds = %45, %43, %22, %13 %58 = phi i32 [ %15, %13 ], [ %24, %22 ], [ 0, %43 ], [ 1, %45 ] call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #3 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %3) #3 ret i32 %58 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @snd_kcontrol_chip(ptr noundef) local_unnamed_addr #2 declare i32 @mutex_lock(ptr noundef) local_unnamed_addr #2 declare i32 @onyx_read_register(ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @mutex_unlock(ptr noundef) local_unnamed_addr #2 declare i32 @onyx_write_register(ptr noundef, i32 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, !10, i64 0} !7 = !{!"snd_ctl_elem_value", !8, i64 0} !8 = !{!"TYPE_4__", !9, i64 0} !9 = !{!"TYPE_3__", !10, i64 0} !10 = !{!"any pointer", !11, i64 0} !11 = !{!"omnipotent char", !12, i64 0} !12 = !{!"Simple C/C++ TBAA"} !13 = !{!14, !14, i64 0} !14 = !{!"long", !11, i64 0} !15 = !{!16, !16, i64 0} !16 = !{!"int", !11, i64 0}
fastsocket_kernel_sound_aoa_codecs_extr_onyx.c_onyx_snd_vol_put
; ModuleID = 'AnghaBench/freebsd/contrib/processor-trace/libipt/src/extr_pt_insn_decoder.c_pt_insn_process_vmcs.c' source_filename = "AnghaBench/freebsd/contrib/processor-trace/libipt/src/extr_pt_insn_decoder.c_pt_insn_process_vmcs.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.pt_insn_decoder = type { %struct.TYPE_8__, i32, %struct.TYPE_7__ } %struct.TYPE_8__ = type { i64 } %struct.TYPE_7__ = type { %struct.TYPE_6__ } %struct.TYPE_6__ = type { %struct.TYPE_5__ } %struct.TYPE_5__ = type { i64 } @pte_internal = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @pt_insn_process_vmcs], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @pt_insn_process_vmcs(ptr noundef %0) #0 { %2 = icmp eq ptr %0, null br i1 %2, label %3, label %6 3: ; preds = %1 %4 = load i32, ptr @pte_internal, align 4, !tbaa !5 %5 = sub nsw i32 0, %4 br label %16 6: ; preds = %1 %7 = getelementptr inbounds %struct.pt_insn_decoder, ptr %0, i64 0, i32 2 %8 = load i64, ptr %7, align 8, !tbaa !9 %9 = load i64, ptr %0, align 8, !tbaa !16 %10 = icmp eq i64 %9, %8 br i1 %10, label %16, label %11 11: ; preds = %6 %12 = getelementptr inbounds %struct.pt_insn_decoder, ptr %0, i64 0, i32 1 %13 = tail call i32 @pt_msec_cache_invalidate(ptr noundef nonnull %12) #2 %14 = icmp slt i32 %13, 0 br i1 %14, label %16, label %15 15: ; preds = %11 store i64 %8, ptr %0, align 8, !tbaa !16 br label %16 16: ; preds = %6, %15, %11, %3 %17 = phi i32 [ %5, %3 ], [ %13, %11 ], [ 0, %15 ], [ 0, %6 ] ret i32 %17 } declare i32 @pt_msec_cache_invalidate(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, !12, i64 16} !10 = !{!"pt_insn_decoder", !11, i64 0, !6, i64 8, !13, i64 16} !11 = !{!"TYPE_8__", !12, i64 0} !12 = !{!"long", !7, i64 0} !13 = !{!"TYPE_7__", !14, i64 0} !14 = !{!"TYPE_6__", !15, i64 0} !15 = !{!"TYPE_5__", !12, i64 0} !16 = !{!10, !12, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/processor-trace/libipt/src/extr_pt_insn_decoder.c_pt_insn_process_vmcs.c' source_filename = "AnghaBench/freebsd/contrib/processor-trace/libipt/src/extr_pt_insn_decoder.c_pt_insn_process_vmcs.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @pte_internal = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @pt_insn_process_vmcs], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @pt_insn_process_vmcs(ptr noundef %0) #0 { %2 = icmp eq ptr %0, null br i1 %2, label %3, label %6 3: ; preds = %1 %4 = load i32, ptr @pte_internal, align 4, !tbaa !6 %5 = sub nsw i32 0, %4 br label %16 6: ; preds = %1 %7 = getelementptr inbounds i8, ptr %0, i64 16 %8 = load i64, ptr %7, align 8, !tbaa !10 %9 = load i64, ptr %0, align 8, !tbaa !17 %10 = icmp eq i64 %9, %8 br i1 %10, label %16, label %11 11: ; preds = %6 %12 = getelementptr inbounds i8, ptr %0, i64 8 %13 = tail call i32 @pt_msec_cache_invalidate(ptr noundef nonnull %12) #2 %14 = icmp slt i32 %13, 0 br i1 %14, label %16, label %15 15: ; preds = %11 store i64 %8, ptr %0, align 8, !tbaa !17 br label %16 16: ; preds = %6, %15, %11, %3 %17 = phi i32 [ %5, %3 ], [ %13, %11 ], [ 0, %15 ], [ 0, %6 ] ret i32 %17 } declare i32 @pt_msec_cache_invalidate(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, !13, i64 16} !11 = !{!"pt_insn_decoder", !12, i64 0, !7, i64 8, !14, i64 16} !12 = !{!"TYPE_8__", !13, i64 0} !13 = !{!"long", !8, i64 0} !14 = !{!"TYPE_7__", !15, i64 0} !15 = !{!"TYPE_6__", !16, i64 0} !16 = !{!"TYPE_5__", !13, i64 0} !17 = !{!11, !13, i64 0}
freebsd_contrib_processor-trace_libipt_src_extr_pt_insn_decoder.c_pt_insn_process_vmcs
; ModuleID = 'AnghaBench/qmk_firmware/quantum/extr_led_matrix.c_led_matrix_all_off.c' source_filename = "AnghaBench/qmk_firmware/quantum/extr_led_matrix.c_led_matrix_all_off.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 @led_matrix_all_off() local_unnamed_addr #0 { %1 = tail call i32 @led_matrix_set_index_value_all(i32 noundef 0) #2 ret void } declare i32 @led_matrix_set_index_value_all(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/qmk_firmware/quantum/extr_led_matrix.c_led_matrix_all_off.c' source_filename = "AnghaBench/qmk_firmware/quantum/extr_led_matrix.c_led_matrix_all_off.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 @led_matrix_all_off() local_unnamed_addr #0 { %1 = tail call i32 @led_matrix_set_index_value_all(i32 noundef 0) #2 ret void } declare i32 @led_matrix_set_index_value_all(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)"}
qmk_firmware_quantum_extr_led_matrix.c_led_matrix_all_off
; ModuleID = 'AnghaBench/macvim/src/extr_ex_docmd.c_arg_all.c' source_filename = "AnghaBench/macvim/src/extr_ex_docmd.c_arg_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" @ARGCOUNT = dso_local local_unnamed_addr global i32 0, align 4 @ARGLIST = dso_local local_unnamed_addr global ptr null, align 8 @NUL = dso_local local_unnamed_addr global i8 0, align 1 @llvm.compiler.used = appending global [1 x ptr] [ptr @arg_all], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @arg_all() #0 { br label %1 1: ; preds = %62, %0 %2 = phi ptr [ null, %0 ], [ %64, %62 ] %3 = load i32, ptr @ARGCOUNT, align 4, !tbaa !5 %4 = icmp sgt i32 %3, 0 br i1 %4, label %5, label %55 5: ; preds = %1 %6 = icmp eq ptr %2, null br label %7 7: ; preds = %5, %49 %8 = phi i64 [ 0, %5 ], [ %51, %49 ] %9 = phi i32 [ 0, %5 ], [ %50, %49 ] %10 = load ptr, ptr @ARGLIST, align 8, !tbaa !9 %11 = getelementptr inbounds i32, ptr %10, i64 %8 %12 = tail call ptr @alist_name(ptr noundef %11) #2 %13 = icmp eq ptr %12, null br i1 %13, label %49, label %14 14: ; preds = %7 %15 = icmp sgt i32 %9, 0 br i1 %15, label %16, label %22 16: ; preds = %14 br i1 %6, label %20, label %17 17: ; preds = %16 %18 = zext nneg i32 %9 to i64 %19 = getelementptr inbounds i8, ptr %2, i64 %18 store i8 32, ptr %19, align 1, !tbaa !11 br label %20 20: ; preds = %17, %16 %21 = add nuw nsw i32 %9, 1 br label %22 22: ; preds = %20, %14 %23 = phi i32 [ %21, %20 ], [ %9, %14 ] %24 = load i8, ptr %12, align 1, !tbaa !11 %25 = load i8, ptr @NUL, align 1, !tbaa !11 %26 = icmp eq i8 %24, %25 br i1 %26, label %49, label %27 27: ; preds = %22, %43 %28 = phi i8 [ %46, %43 ], [ %24, %22 ] %29 = phi ptr [ %45, %43 ], [ %12, %22 ] %30 = phi i32 [ %44, %43 ], [ %23, %22 ] switch i8 %28, label %37 [ i8 32, label %31 i8 92, label %31 ] 31: ; preds = %27, %27 br i1 %6, label %35, label %32 32: ; preds = %31 %33 = sext i32 %30 to i64 %34 = getelementptr inbounds i8, ptr %2, i64 %33 store i8 92, ptr %34, align 1, !tbaa !11 br label %35 35: ; preds = %32, %31 %36 = add nsw i32 %30, 1 br label %37 37: ; preds = %27, %35 %38 = phi i32 [ %36, %35 ], [ %30, %27 ] br i1 %6, label %43, label %39 39: ; preds = %37 %40 = load i8, ptr %29, align 1, !tbaa !11 %41 = sext i32 %38 to i64 %42 = getelementptr inbounds i8, ptr %2, i64 %41 store i8 %40, ptr %42, align 1, !tbaa !11 br label %43 43: ; preds = %39, %37 %44 = add nsw i32 %38, 1 %45 = getelementptr inbounds i8, ptr %29, i64 1 %46 = load i8, ptr %45, align 1, !tbaa !11 %47 = load i8, ptr @NUL, align 1, !tbaa !11 %48 = icmp eq i8 %46, %47 br i1 %48, label %49, label %27, !llvm.loop !12 49: ; preds = %43, %22, %7 %50 = phi i32 [ %9, %7 ], [ %23, %22 ], [ %44, %43 ] %51 = add nuw nsw i64 %8, 1 %52 = load i32, ptr @ARGCOUNT, align 4, !tbaa !5 %53 = sext i32 %52 to i64 %54 = icmp slt i64 %51, %53 br i1 %54, label %7, label %55, !llvm.loop !14 55: ; preds = %49, %1 %56 = phi i32 [ 0, %1 ], [ %50, %49 ] %57 = icmp eq ptr %2, null br i1 %57, label %62, label %58 58: ; preds = %55 %59 = load i8, ptr @NUL, align 1, !tbaa !11 %60 = sext i32 %56 to i64 %61 = getelementptr inbounds i8, ptr %2, i64 %60 store i8 %59, ptr %61, align 1, !tbaa !11 br label %66 62: ; preds = %55 %63 = add i32 %56, 1 %64 = tail call ptr @alloc(i32 noundef %63) #2 %65 = icmp eq ptr %64, null br i1 %65, label %66, label %1 66: ; preds = %62, %58 ret ptr %2 } declare ptr @alist_name(ptr noundef) local_unnamed_addr #1 declare ptr @alloc(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 = !{!7, !7, i64 0} !12 = distinct !{!12, !13} !13 = !{!"llvm.loop.mustprogress"} !14 = distinct !{!14, !13}
; ModuleID = 'AnghaBench/macvim/src/extr_ex_docmd.c_arg_all.c' source_filename = "AnghaBench/macvim/src/extr_ex_docmd.c_arg_all.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ARGCOUNT = common local_unnamed_addr global i32 0, align 4 @ARGLIST = common local_unnamed_addr global ptr null, align 8 @NUL = common local_unnamed_addr global i8 0, align 1 @llvm.used = appending global [1 x ptr] [ptr @arg_all], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @arg_all() #0 { br label %1 1: ; preds = %62, %0 %2 = phi ptr [ null, %0 ], [ %64, %62 ] %3 = load i32, ptr @ARGCOUNT, align 4, !tbaa !6 %4 = icmp sgt i32 %3, 0 br i1 %4, label %5, label %55 5: ; preds = %1 %6 = icmp eq ptr %2, null br label %7 7: ; preds = %5, %49 %8 = phi i64 [ 0, %5 ], [ %51, %49 ] %9 = phi i32 [ 0, %5 ], [ %50, %49 ] %10 = load ptr, ptr @ARGLIST, align 8, !tbaa !10 %11 = getelementptr inbounds i32, ptr %10, i64 %8 %12 = tail call ptr @alist_name(ptr noundef %11) #2 %13 = icmp eq ptr %12, null br i1 %13, label %49, label %14 14: ; preds = %7 %15 = icmp sgt i32 %9, 0 br i1 %15, label %16, label %22 16: ; preds = %14 br i1 %6, label %20, label %17 17: ; preds = %16 %18 = zext nneg i32 %9 to i64 %19 = getelementptr inbounds i8, ptr %2, i64 %18 store i8 32, ptr %19, align 1, !tbaa !12 br label %20 20: ; preds = %17, %16 %21 = add nuw nsw i32 %9, 1 br label %22 22: ; preds = %20, %14 %23 = phi i32 [ %21, %20 ], [ %9, %14 ] %24 = load i8, ptr %12, align 1, !tbaa !12 %25 = load i8, ptr @NUL, align 1, !tbaa !12 %26 = icmp eq i8 %24, %25 br i1 %26, label %49, label %27 27: ; preds = %22, %43 %28 = phi i8 [ %46, %43 ], [ %24, %22 ] %29 = phi ptr [ %45, %43 ], [ %12, %22 ] %30 = phi i32 [ %44, %43 ], [ %23, %22 ] switch i8 %28, label %37 [ i8 32, label %31 i8 92, label %31 ] 31: ; preds = %27, %27 br i1 %6, label %35, label %32 32: ; preds = %31 %33 = sext i32 %30 to i64 %34 = getelementptr inbounds i8, ptr %2, i64 %33 store i8 92, ptr %34, align 1, !tbaa !12 br label %35 35: ; preds = %32, %31 %36 = add nsw i32 %30, 1 br label %37 37: ; preds = %27, %35 %38 = phi i32 [ %36, %35 ], [ %30, %27 ] br i1 %6, label %43, label %39 39: ; preds = %37 %40 = load i8, ptr %29, align 1, !tbaa !12 %41 = sext i32 %38 to i64 %42 = getelementptr inbounds i8, ptr %2, i64 %41 store i8 %40, ptr %42, align 1, !tbaa !12 br label %43 43: ; preds = %39, %37 %44 = add nsw i32 %38, 1 %45 = getelementptr inbounds i8, ptr %29, i64 1 %46 = load i8, ptr %45, align 1, !tbaa !12 %47 = load i8, ptr @NUL, align 1, !tbaa !12 %48 = icmp eq i8 %46, %47 br i1 %48, label %49, label %27, !llvm.loop !13 49: ; preds = %43, %22, %7 %50 = phi i32 [ %9, %7 ], [ %23, %22 ], [ %44, %43 ] %51 = add nuw nsw i64 %8, 1 %52 = load i32, ptr @ARGCOUNT, align 4, !tbaa !6 %53 = sext i32 %52 to i64 %54 = icmp slt i64 %51, %53 br i1 %54, label %7, label %55, !llvm.loop !15 55: ; preds = %49, %1 %56 = phi i32 [ 0, %1 ], [ %50, %49 ] %57 = icmp eq ptr %2, null br i1 %57, label %62, label %58 58: ; preds = %55 %59 = load i8, ptr @NUL, align 1, !tbaa !12 %60 = sext i32 %56 to i64 %61 = getelementptr inbounds i8, ptr %2, i64 %60 store i8 %59, ptr %61, align 1, !tbaa !12 br label %66 62: ; preds = %55 %63 = add i32 %56, 1 %64 = tail call ptr @alloc(i32 noundef %63) #2 %65 = icmp eq ptr %64, null br i1 %65, label %66, label %1 66: ; preds = %62, %58 ret ptr %2 } declare ptr @alist_name(ptr noundef) local_unnamed_addr #1 declare ptr @alloc(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 = !{!8, !8, i64 0} !13 = distinct !{!13, !14} !14 = !{!"llvm.loop.mustprogress"} !15 = distinct !{!15, !14}
macvim_src_extr_ex_docmd.c_arg_all
; ModuleID = 'AnghaBench/fastsocket/kernel/net/xfrm/extr_xfrm_policy.c_policy_hash_direct.c' source_filename = "AnghaBench/fastsocket/kernel/net/xfrm/extr_xfrm_policy.c_policy_hash_direct.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, ptr } %struct.hlist_head = type { i32 } @llvm.compiler.used = appending global [1 x ptr] [ptr @policy_hash_direct], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @policy_hash_direct(ptr nocapture noundef readonly %0, ptr noundef %1, ptr noundef %2, i16 noundef zeroext %3, i32 noundef %4) #0 { %6 = load ptr, ptr %0, align 8, !tbaa !5 %7 = sext i32 %4 to i64 %8 = getelementptr inbounds %struct.TYPE_3__, ptr %6, i64 %7 %9 = load i32, ptr %8, align 8, !tbaa !11 %10 = tail call i32 @__addr_hash(ptr noundef %1, ptr noundef %2, i16 noundef zeroext %3, i32 noundef %9) #2 %11 = load ptr, ptr %0, align 8, !tbaa !5 %12 = getelementptr inbounds %struct.TYPE_3__, ptr %11, i64 %7, i32 1 %13 = load ptr, ptr %12, align 8, !tbaa !14 %14 = zext i32 %10 to i64 %15 = getelementptr inbounds %struct.hlist_head, ptr %13, i64 %14 ret ptr %15 } declare i32 @__addr_hash(ptr noundef, ptr noundef, i16 noundef zeroext, 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, !8, i64 0} !6 = !{!"net", !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, !13, i64 0} !12 = !{!"TYPE_3__", !13, i64 0, !8, i64 8} !13 = !{!"int", !9, i64 0} !14 = !{!12, !8, i64 8}
; ModuleID = 'AnghaBench/fastsocket/kernel/net/xfrm/extr_xfrm_policy.c_policy_hash_direct.c' source_filename = "AnghaBench/fastsocket/kernel/net/xfrm/extr_xfrm_policy.c_policy_hash_direct.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_3__ = type { i32, ptr } %struct.hlist_head = type { i32 } @llvm.used = appending global [1 x ptr] [ptr @policy_hash_direct], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @policy_hash_direct(ptr nocapture noundef readonly %0, ptr noundef %1, ptr noundef %2, i16 noundef zeroext %3, i32 noundef %4) #0 { %6 = load ptr, ptr %0, align 8, !tbaa !6 %7 = sext i32 %4 to i64 %8 = getelementptr inbounds %struct.TYPE_3__, ptr %6, i64 %7 %9 = load i32, ptr %8, align 8, !tbaa !12 %10 = tail call i32 @__addr_hash(ptr noundef %1, ptr noundef %2, i16 noundef zeroext %3, i32 noundef %9) #2 %11 = load ptr, ptr %0, align 8, !tbaa !6 %12 = getelementptr inbounds %struct.TYPE_3__, ptr %11, i64 %7, i32 1 %13 = load ptr, ptr %12, align 8, !tbaa !15 %14 = zext i32 %10 to i64 %15 = getelementptr inbounds %struct.hlist_head, ptr %13, i64 %14 ret ptr %15 } declare i32 @__addr_hash(ptr noundef, ptr noundef, i16 noundef zeroext, 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, !9, i64 0} !7 = !{!"net", !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, !14, i64 0} !13 = !{!"TYPE_3__", !14, i64 0, !9, i64 8} !14 = !{!"int", !10, i64 0} !15 = !{!13, !9, i64 8}
fastsocket_kernel_net_xfrm_extr_xfrm_policy.c_policy_hash_direct
; ModuleID = 'AnghaBench/obs-studio/plugins/obs-filters/extr_crop-filter.c_crop_filter_render.c' source_filename = "AnghaBench/obs-studio/plugins/obs-filters/extr_crop-filter.c_crop_filter_render.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.crop_filter_data = type { i32, i32, i32, i32, i32, i32, i32, i32 } @GS_RGBA = dso_local local_unnamed_addr global i32 0, align 4 @OBS_NO_DIRECT_RENDERING = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @crop_filter_render], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @crop_filter_render(ptr noundef %0, ptr noundef %1) #0 { %3 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 3 %4 = load i32, ptr %3, align 4, !tbaa !5 %5 = load i32, ptr @GS_RGBA, align 4, !tbaa !10 %6 = load i32, ptr @OBS_NO_DIRECT_RENDERING, align 4, !tbaa !10 %7 = tail call i32 @obs_source_process_filter_begin(i32 noundef %4, i32 noundef %5, i32 noundef %6) #2 %8 = icmp eq i32 %7, 0 br i1 %8, label %26, label %9 9: ; preds = %2 %10 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 7 %11 = load i32, ptr %10, align 4, !tbaa !11 %12 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 6 %13 = tail call i32 @gs_effect_set_vec2(i32 noundef %11, ptr noundef nonnull %12) #2 %14 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 5 %15 = load i32, ptr %14, align 4, !tbaa !12 %16 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 4 %17 = tail call i32 @gs_effect_set_vec2(i32 noundef %15, ptr noundef nonnull %16) #2 %18 = load i32, ptr %3, align 4, !tbaa !5 %19 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 2 %20 = load i32, ptr %19, align 4, !tbaa !13 %21 = getelementptr inbounds %struct.crop_filter_data, ptr %0, i64 0, i32 1 %22 = load i32, ptr %21, align 4, !tbaa !14 %23 = load i32, ptr %0, align 4, !tbaa !15 %24 = tail call i32 @obs_source_process_filter_end(i32 noundef %18, i32 noundef %20, i32 noundef %22, i32 noundef %23) #2 %25 = tail call i32 @UNUSED_PARAMETER(ptr noundef %1) #2 br label %26 26: ; preds = %2, %9 ret void } declare i32 @obs_source_process_filter_begin(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @gs_effect_set_vec2(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @obs_source_process_filter_end(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @UNUSED_PARAMETER(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 12} !6 = !{!"crop_filter_data", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12, !7, i64 16, !7, i64 20, !7, i64 24, !7, i64 28} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!7, !7, i64 0} !11 = !{!6, !7, i64 28} !12 = !{!6, !7, i64 20} !13 = !{!6, !7, i64 8} !14 = !{!6, !7, i64 4} !15 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/obs-studio/plugins/obs-filters/extr_crop-filter.c_crop_filter_render.c' source_filename = "AnghaBench/obs-studio/plugins/obs-filters/extr_crop-filter.c_crop_filter_render.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @GS_RGBA = common local_unnamed_addr global i32 0, align 4 @OBS_NO_DIRECT_RENDERING = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @crop_filter_render], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @crop_filter_render(ptr noundef %0, ptr noundef %1) #0 { %3 = getelementptr inbounds i8, ptr %0, i64 12 %4 = load i32, ptr %3, align 4, !tbaa !6 %5 = load i32, ptr @GS_RGBA, align 4, !tbaa !11 %6 = load i32, ptr @OBS_NO_DIRECT_RENDERING, align 4, !tbaa !11 %7 = tail call i32 @obs_source_process_filter_begin(i32 noundef %4, i32 noundef %5, i32 noundef %6) #2 %8 = icmp eq i32 %7, 0 br i1 %8, label %26, label %9 9: ; preds = %2 %10 = getelementptr inbounds i8, ptr %0, i64 28 %11 = load i32, ptr %10, align 4, !tbaa !12 %12 = getelementptr inbounds i8, ptr %0, i64 24 %13 = tail call i32 @gs_effect_set_vec2(i32 noundef %11, ptr noundef nonnull %12) #2 %14 = getelementptr inbounds i8, ptr %0, i64 20 %15 = load i32, ptr %14, align 4, !tbaa !13 %16 = getelementptr inbounds i8, ptr %0, i64 16 %17 = tail call i32 @gs_effect_set_vec2(i32 noundef %15, ptr noundef nonnull %16) #2 %18 = load i32, ptr %3, align 4, !tbaa !6 %19 = getelementptr inbounds i8, ptr %0, i64 8 %20 = load i32, ptr %19, align 4, !tbaa !14 %21 = getelementptr inbounds i8, ptr %0, i64 4 %22 = load i32, ptr %21, align 4, !tbaa !15 %23 = load i32, ptr %0, align 4, !tbaa !16 %24 = tail call i32 @obs_source_process_filter_end(i32 noundef %18, i32 noundef %20, i32 noundef %22, i32 noundef %23) #2 %25 = tail call i32 @UNUSED_PARAMETER(ptr noundef %1) #2 br label %26 26: ; preds = %2, %9 ret void } declare i32 @obs_source_process_filter_begin(i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @gs_effect_set_vec2(i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @obs_source_process_filter_end(i32 noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @UNUSED_PARAMETER(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 12} !7 = !{!"crop_filter_data", !8, i64 0, !8, i64 4, !8, i64 8, !8, i64 12, !8, i64 16, !8, i64 20, !8, i64 24, !8, i64 28} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!8, !8, i64 0} !12 = !{!7, !8, i64 28} !13 = !{!7, !8, i64 20} !14 = !{!7, !8, i64 8} !15 = !{!7, !8, i64 4} !16 = !{!7, !8, i64 0}
obs-studio_plugins_obs-filters_extr_crop-filter.c_crop_filter_render
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/src/common/extr_wpa_helpers.c_add_cred.c' source_filename = "AnghaBench/freebsd/contrib/wpa/src/common/extr_wpa_helpers.c_add_cred.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"ADD_CRED\00", align 1 ; Function Attrs: nounwind uwtable define dso_local i32 @add_cred(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca [30 x i8], align 16 call void @llvm.lifetime.start.p0(i64 30, ptr nonnull %2) #4 %3 = call i64 @wpa_command_resp(ptr noundef %0, ptr noundef nonnull @.str, ptr noundef nonnull %2, i32 noundef 30) #4 %4 = icmp slt i64 %3, 0 br i1 %4, label %7, label %5 5: ; preds = %1 %6 = call i32 @atoi(ptr nocapture noundef nonnull %2) br label %7 7: ; preds = %1, %5 %8 = phi i32 [ %6, %5 ], [ -1, %1 ] call void @llvm.lifetime.end.p0(i64 30, ptr nonnull %2) #4 ret i32 %8 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i64 @wpa_command_resp(ptr noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nofree nounwind willreturn memory(read) declare i32 @atoi(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 = { 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)"}
; ModuleID = 'AnghaBench/freebsd/contrib/wpa/src/common/extr_wpa_helpers.c_add_cred.c' source_filename = "AnghaBench/freebsd/contrib/wpa/src/common/extr_wpa_helpers.c_add_cred.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"ADD_CRED\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @add_cred(ptr noundef %0) local_unnamed_addr #0 { %2 = alloca [30 x i8], align 1 call void @llvm.lifetime.start.p0(i64 30, ptr nonnull %2) #4 %3 = call i64 @wpa_command_resp(ptr noundef %0, ptr noundef nonnull @.str, ptr noundef nonnull %2, i32 noundef 30) #4 %4 = icmp slt i64 %3, 0 br i1 %4, label %7, label %5 5: ; preds = %1 %6 = call i32 @atoi(ptr nocapture noundef nonnull %2) br label %7 7: ; preds = %1, %5 %8 = phi i32 [ %6, %5 ], [ -1, %1 ] call void @llvm.lifetime.end.p0(i64 30, ptr nonnull %2) #4 ret i32 %8 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare i64 @wpa_command_resp(ptr noundef, ptr noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nofree nounwind willreturn memory(read) declare i32 @atoi(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 = { 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)"}
freebsd_contrib_wpa_src_common_extr_wpa_helpers.c_add_cred
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/nouveau/extr_nouveau_bo.c_nouveau_bo_unmap.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/nouveau/extr_nouveau_bo.c_nouveau_bo_unmap.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 @nouveau_bo_unmap(ptr noundef %0) local_unnamed_addr #0 { %2 = icmp eq ptr %0, null br i1 %2, label %5, label %3 3: ; preds = %1 %4 = tail call i32 @ttm_bo_kunmap(ptr noundef nonnull %0) #2 br label %5 5: ; preds = %1, %3 ret void } declare i32 @ttm_bo_kunmap(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/nouveau/extr_nouveau_bo.c_nouveau_bo_unmap.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/nouveau/extr_nouveau_bo.c_nouveau_bo_unmap.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 @nouveau_bo_unmap(ptr noundef %0) local_unnamed_addr #0 { %2 = icmp eq ptr %0, null br i1 %2, label %5, label %3 3: ; preds = %1 %4 = tail call i32 @ttm_bo_kunmap(ptr noundef nonnull %0) #2 br label %5 5: ; preds = %1, %3 ret void } declare i32 @ttm_bo_kunmap(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_drivers_gpu_drm_nouveau_extr_nouveau_bo.c_nouveau_bo_unmap
; ModuleID = 'AnghaBench/linux/drivers/staging/wilc1000/extr_wilc_hif.c_wilc_add_wep_key_bss_sta.c' source_filename = "AnghaBench/linux/drivers/staging/wilc1000/extr_wilc_hif.c_wilc_add_wep_key_bss_sta.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.wid = type { ptr, ptr, i32, i32 } %struct.wilc_wep_key = type { i32, ptr, ptr } @WID_ADD_WEP_KEY = dso_local local_unnamed_addr global i32 0, align 4 @WID_STR = 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 @WILC_SET_CFG = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [37 x i8] c"Failed to add wep key config packet\0A\00", align 1 ; Function Attrs: nounwind uwtable define dso_local i32 @wilc_add_wep_key_bss_sta(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) local_unnamed_addr #0 { %5 = alloca %struct.wid, align 8 call void @llvm.lifetime.start.p0(i64 24, ptr nonnull %5) #3 %6 = load i32, ptr @WID_ADD_WEP_KEY, align 4, !tbaa !5 %7 = getelementptr inbounds %struct.wid, ptr %5, i64 0, i32 3 store i32 %6, ptr %7, align 4, !tbaa !9 %8 = load i32, ptr @WID_STR, align 4, !tbaa !5 %9 = getelementptr inbounds %struct.wid, ptr %5, i64 0, i32 2 store i32 %8, ptr %9, align 8, !tbaa !12 %10 = getelementptr inbounds i8, ptr %2, i64 24 %11 = getelementptr inbounds %struct.wid, ptr %5, i64 0, i32 1 store ptr %10, ptr %11, align 8, !tbaa !13 %12 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !5 %13 = tail call ptr @kzalloc(ptr noundef nonnull %10, i32 noundef %12) #3 %14 = icmp eq ptr %13, null br i1 %14, label %15, label %18 15: ; preds = %4 %16 = load i32, ptr @ENOMEM, align 4, !tbaa !5 %17 = sub nsw i32 0, %16 br label %31 18: ; preds = %4 store ptr %13, ptr %5, align 8, !tbaa !14 %19 = getelementptr inbounds %struct.wilc_wep_key, ptr %13, i64 0, i32 2 store ptr %3, ptr %19, align 8, !tbaa !15 %20 = getelementptr inbounds %struct.wilc_wep_key, ptr %13, i64 0, i32 1 store ptr %2, ptr %20, align 8, !tbaa !17 %21 = load i32, ptr %13, align 8, !tbaa !18 %22 = tail call i32 @memcpy(i32 noundef %21, ptr noundef %1, ptr noundef %2) #3 %23 = load i32, ptr @WILC_SET_CFG, align 4, !tbaa !5 %24 = call i32 @wilc_send_config_pkt(ptr noundef %0, i32 noundef %23, ptr noundef nonnull %5, i32 noundef 1) #3 %25 = icmp eq i32 %24, 0 br i1 %25, label %29, label %26 26: ; preds = %18 %27 = load i32, ptr %0, align 4, !tbaa !19 %28 = call i32 @netdev_err(i32 noundef %27, ptr noundef nonnull @.str) #3 br label %29 29: ; preds = %26, %18 %30 = call i32 @kfree(ptr noundef nonnull %13) #3 br label %31 31: ; preds = %29, %15 %32 = phi i32 [ %24, %29 ], [ %17, %15 ] call void @llvm.lifetime.end.p0(i64 24, ptr nonnull %5) #3 ret i32 %32 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @kzalloc(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @memcpy(i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @wilc_send_config_pkt(ptr noundef, i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @netdev_err(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @kfree(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 20} !10 = !{!"wid", !11, i64 0, !11, i64 8, !6, i64 16, !6, i64 20} !11 = !{!"any pointer", !7, i64 0} !12 = !{!10, !6, i64 16} !13 = !{!10, !11, i64 8} !14 = !{!10, !11, i64 0} !15 = !{!16, !11, i64 16} !16 = !{!"wilc_wep_key", !6, i64 0, !11, i64 8, !11, i64 16} !17 = !{!16, !11, i64 8} !18 = !{!16, !6, i64 0} !19 = !{!20, !6, i64 0} !20 = !{!"wilc_vif", !6, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/staging/wilc1000/extr_wilc_hif.c_wilc_add_wep_key_bss_sta.c' source_filename = "AnghaBench/linux/drivers/staging/wilc1000/extr_wilc_hif.c_wilc_add_wep_key_bss_sta.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.wid = type { ptr, ptr, i32, i32 } @WID_ADD_WEP_KEY = common local_unnamed_addr global i32 0, align 4 @WID_STR = 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 @WILC_SET_CFG = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [37 x i8] c"Failed to add wep key config packet\0A\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @wilc_add_wep_key_bss_sta(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) local_unnamed_addr #0 { %5 = alloca %struct.wid, align 8 call void @llvm.lifetime.start.p0(i64 24, ptr nonnull %5) #3 %6 = load i32, ptr @WID_ADD_WEP_KEY, align 4, !tbaa !6 %7 = getelementptr inbounds i8, ptr %5, i64 20 store i32 %6, ptr %7, align 4, !tbaa !10 %8 = load i32, ptr @WID_STR, align 4, !tbaa !6 %9 = getelementptr inbounds i8, ptr %5, i64 16 store i32 %8, ptr %9, align 8, !tbaa !13 %10 = getelementptr inbounds i8, ptr %2, i64 24 %11 = getelementptr inbounds i8, ptr %5, i64 8 store ptr %10, ptr %11, align 8, !tbaa !14 %12 = load i32, ptr @GFP_KERNEL, align 4, !tbaa !6 %13 = tail call ptr @kzalloc(ptr noundef nonnull %10, i32 noundef %12) #3 %14 = icmp eq ptr %13, null br i1 %14, label %15, label %18 15: ; preds = %4 %16 = load i32, ptr @ENOMEM, align 4, !tbaa !6 %17 = sub nsw i32 0, %16 br label %31 18: ; preds = %4 store ptr %13, ptr %5, align 8, !tbaa !15 %19 = getelementptr inbounds i8, ptr %13, i64 16 store ptr %3, ptr %19, align 8, !tbaa !16 %20 = getelementptr inbounds i8, ptr %13, i64 8 store ptr %2, ptr %20, align 8, !tbaa !18 %21 = load i32, ptr %13, align 8, !tbaa !19 %22 = tail call i32 @memcpy(i32 noundef %21, ptr noundef %1, ptr noundef %2) #3 %23 = load i32, ptr @WILC_SET_CFG, align 4, !tbaa !6 %24 = call i32 @wilc_send_config_pkt(ptr noundef %0, i32 noundef %23, ptr noundef nonnull %5, i32 noundef 1) #3 %25 = icmp eq i32 %24, 0 br i1 %25, label %29, label %26 26: ; preds = %18 %27 = load i32, ptr %0, align 4, !tbaa !20 %28 = call i32 @netdev_err(i32 noundef %27, ptr noundef nonnull @.str) #3 br label %29 29: ; preds = %26, %18 %30 = call i32 @kfree(ptr noundef nonnull %13) #3 br label %31 31: ; preds = %29, %15 %32 = phi i32 [ %24, %29 ], [ %17, %15 ] call void @llvm.lifetime.end.p0(i64 24, ptr nonnull %5) #3 ret i32 %32 } ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1 declare ptr @kzalloc(ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @memcpy(i32 noundef, ptr noundef, ptr noundef) local_unnamed_addr #2 declare i32 @wilc_send_config_pkt(ptr noundef, i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #2 declare i32 @netdev_err(i32 noundef, ptr noundef) local_unnamed_addr #2 declare i32 @kfree(ptr noundef) local_unnamed_addr #2 ; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 20} !11 = !{!"wid", !12, i64 0, !12, i64 8, !7, i64 16, !7, i64 20} !12 = !{!"any pointer", !8, i64 0} !13 = !{!11, !7, i64 16} !14 = !{!11, !12, i64 8} !15 = !{!11, !12, i64 0} !16 = !{!17, !12, i64 16} !17 = !{!"wilc_wep_key", !7, i64 0, !12, i64 8, !12, i64 16} !18 = !{!17, !12, i64 8} !19 = !{!17, !7, i64 0} !20 = !{!21, !7, i64 0} !21 = !{!"wilc_vif", !7, i64 0}
linux_drivers_staging_wilc1000_extr_wilc_hif.c_wilc_add_wep_key_bss_sta
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/sti/extr_sti_hqvdp.c_sti_hqvdp_create.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/sti/extr_sti_hqvdp.c_sti_hqvdp_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.TYPE_2__ = type { i32, %struct.drm_plane, i32 } %struct.drm_plane = type { i32 } @STI_PLANE_DISABLED = dso_local local_unnamed_addr global i32 0, align 4 @sti_hqvdp_plane_helpers_funcs = dso_local global i32 0, align 4 @hqvdp_supported_formats = dso_local local_unnamed_addr global i32 0, align 4 @DRM_PLANE_TYPE_OVERLAY = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [38 x i8] c"Failed to initialize universal plane\0A\00", align 1 @sti_hqvdp_helpers_funcs = dso_local global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @sti_hqvdp_create], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal ptr @sti_hqvdp_create(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = tail call ptr @dev_get_drvdata(ptr noundef %1) #2 store i32 %2, ptr %4, align 4, !tbaa !5 %5 = load i32, ptr @STI_PLANE_DISABLED, align 4, !tbaa !12 %6 = getelementptr inbounds %struct.TYPE_2__, ptr %4, i64 0, i32 2 store i32 %5, ptr %6, align 4, !tbaa !13 %7 = tail call i32 @sti_hqvdp_init(ptr noundef nonnull %4) #2 %8 = getelementptr inbounds %struct.TYPE_2__, ptr %4, i64 0, i32 1 %9 = load i32, ptr @hqvdp_supported_formats, align 4, !tbaa !12 %10 = tail call i32 @ARRAY_SIZE(i32 noundef %9) #2 %11 = load i32, ptr @DRM_PLANE_TYPE_OVERLAY, align 4, !tbaa !12 %12 = tail call i32 @drm_universal_plane_init(ptr noundef %0, ptr noundef nonnull %8, i32 noundef 1, ptr noundef nonnull @sti_hqvdp_plane_helpers_funcs, i32 noundef %9, i32 noundef %10, ptr noundef null, i32 noundef %11, ptr noundef null) #2 %13 = icmp eq i32 %12, 0 br i1 %13, label %16, label %14 14: ; preds = %3 %15 = tail call i32 @DRM_ERROR(ptr noundef nonnull @.str) #2 br label %20 16: ; preds = %3 %17 = tail call i32 @drm_plane_helper_add(ptr noundef nonnull %8, ptr noundef nonnull @sti_hqvdp_helpers_funcs) #2 %18 = load i32, ptr @DRM_PLANE_TYPE_OVERLAY, align 4, !tbaa !12 %19 = tail call i32 @sti_plane_init_property(ptr noundef nonnull %4, i32 noundef %18) #2 br label %20 20: ; preds = %16, %14 %21 = phi ptr [ null, %14 ], [ %8, %16 ] ret ptr %21 } declare ptr @dev_get_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @sti_hqvdp_init(ptr noundef) local_unnamed_addr #1 declare i32 @drm_universal_plane_init(ptr noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ARRAY_SIZE(i32 noundef) local_unnamed_addr #1 declare i32 @DRM_ERROR(ptr noundef) local_unnamed_addr #1 declare i32 @drm_plane_helper_add(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @sti_plane_init_property(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, !8, i64 0} !6 = !{!"sti_hqvdp", !7, i64 0} !7 = !{!"TYPE_2__", !8, i64 0, !11, i64 4, !8, i64 8} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!"drm_plane", !8, i64 0} !12 = !{!8, !8, i64 0} !13 = !{!6, !8, i64 8}
; ModuleID = 'AnghaBench/linux/drivers/gpu/drm/sti/extr_sti_hqvdp.c_sti_hqvdp_create.c' source_filename = "AnghaBench/linux/drivers/gpu/drm/sti/extr_sti_hqvdp.c_sti_hqvdp_create.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @STI_PLANE_DISABLED = common local_unnamed_addr global i32 0, align 4 @sti_hqvdp_plane_helpers_funcs = common global i32 0, align 4 @hqvdp_supported_formats = common local_unnamed_addr global i32 0, align 4 @DRM_PLANE_TYPE_OVERLAY = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [38 x i8] c"Failed to initialize universal plane\0A\00", align 1 @sti_hqvdp_helpers_funcs = common global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @sti_hqvdp_create], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal ptr @sti_hqvdp_create(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = tail call ptr @dev_get_drvdata(ptr noundef %1) #2 store i32 %2, ptr %4, align 4, !tbaa !6 %5 = load i32, ptr @STI_PLANE_DISABLED, align 4, !tbaa !13 %6 = getelementptr inbounds i8, ptr %4, i64 8 store i32 %5, ptr %6, align 4, !tbaa !14 %7 = tail call i32 @sti_hqvdp_init(ptr noundef nonnull %4) #2 %8 = getelementptr inbounds i8, ptr %4, i64 4 %9 = load i32, ptr @hqvdp_supported_formats, align 4, !tbaa !13 %10 = tail call i32 @ARRAY_SIZE(i32 noundef %9) #2 %11 = load i32, ptr @DRM_PLANE_TYPE_OVERLAY, align 4, !tbaa !13 %12 = tail call i32 @drm_universal_plane_init(ptr noundef %0, ptr noundef nonnull %8, i32 noundef 1, ptr noundef nonnull @sti_hqvdp_plane_helpers_funcs, i32 noundef %9, i32 noundef %10, ptr noundef null, i32 noundef %11, ptr noundef null) #2 %13 = icmp eq i32 %12, 0 br i1 %13, label %16, label %14 14: ; preds = %3 %15 = tail call i32 @DRM_ERROR(ptr noundef nonnull @.str) #2 br label %20 16: ; preds = %3 %17 = tail call i32 @drm_plane_helper_add(ptr noundef nonnull %8, ptr noundef nonnull @sti_hqvdp_helpers_funcs) #2 %18 = load i32, ptr @DRM_PLANE_TYPE_OVERLAY, align 4, !tbaa !13 %19 = tail call i32 @sti_plane_init_property(ptr noundef nonnull %4, i32 noundef %18) #2 br label %20 20: ; preds = %16, %14 %21 = phi ptr [ null, %14 ], [ %8, %16 ] ret ptr %21 } declare ptr @dev_get_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @sti_hqvdp_init(ptr noundef) local_unnamed_addr #1 declare i32 @drm_universal_plane_init(ptr noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef) local_unnamed_addr #1 declare i32 @ARRAY_SIZE(i32 noundef) local_unnamed_addr #1 declare i32 @DRM_ERROR(ptr noundef) local_unnamed_addr #1 declare i32 @drm_plane_helper_add(ptr noundef, ptr noundef) local_unnamed_addr #1 declare i32 @sti_plane_init_property(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, !9, i64 0} !7 = !{!"sti_hqvdp", !8, i64 0} !8 = !{!"TYPE_2__", !9, i64 0, !12, i64 4, !9, i64 8} !9 = !{!"int", !10, i64 0} !10 = !{!"omnipotent char", !11, i64 0} !11 = !{!"Simple C/C++ TBAA"} !12 = !{!"drm_plane", !9, i64 0} !13 = !{!9, !9, i64 0} !14 = !{!7, !9, i64 8}
linux_drivers_gpu_drm_sti_extr_sti_hqvdp.c_sti_hqvdp_create
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/marvell/extr_pxa168_eth.c_eth_port_start.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/marvell/extr_pxa168_eth.c_eth_port_start.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.pxa168_eth_private = type { i32, i32, i64, i64 } @ETH_C_TX_DESC_1 = dso_local local_unnamed_addr global i32 0, align 4 @ETH_C_RX_DESC_0 = dso_local local_unnamed_addr global i32 0, align 4 @ETH_F_RX_DESC_0 = dso_local local_unnamed_addr global i32 0, align 4 @INT_CAUSE = dso_local local_unnamed_addr global i32 0, align 4 @INT_MASK = dso_local local_unnamed_addr global i32 0, align 4 @ALL_INTS = dso_local local_unnamed_addr global i32 0, align 4 @PORT_CONFIG = dso_local local_unnamed_addr global i32 0, align 4 @PCR_EN = dso_local local_unnamed_addr global i32 0, align 4 @SDMA_CMD = dso_local local_unnamed_addr global i32 0, align 4 @SDMA_CMD_ERD = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @eth_port_start], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @eth_port_start(ptr noundef %0) #0 { %2 = tail call ptr @netdev_priv(ptr noundef %0) #2 %3 = load i32, ptr %0, align 4, !tbaa !5 %4 = tail call i32 @phy_start(i32 noundef %3) #2 %5 = load i32, ptr %2, align 8, !tbaa !10 %6 = load i32, ptr @ETH_C_TX_DESC_1, align 4, !tbaa !13 %7 = getelementptr inbounds %struct.pxa168_eth_private, ptr %2, i64 0, i32 3 %8 = load i64, ptr %7, align 8, !tbaa !14 %9 = sext i32 %5 to i64 %10 = shl nsw i64 %9, 2 %11 = add i64 %8, %10 %12 = trunc i64 %11 to i32 %13 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %6, i32 noundef %12) #2 %14 = getelementptr inbounds %struct.pxa168_eth_private, ptr %2, i64 0, i32 1 %15 = load i32, ptr %14, align 4, !tbaa !15 %16 = load i32, ptr @ETH_C_RX_DESC_0, align 4, !tbaa !13 %17 = getelementptr inbounds %struct.pxa168_eth_private, ptr %2, i64 0, i32 2 %18 = load i64, ptr %17, align 8, !tbaa !16 %19 = sext i32 %15 to i64 %20 = shl nsw i64 %19, 2 %21 = add i64 %18, %20 %22 = trunc i64 %21 to i32 %23 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %16, i32 noundef %22) #2 %24 = load i32, ptr @ETH_F_RX_DESC_0, align 4, !tbaa !13 %25 = load i64, ptr %17, align 8, !tbaa !16 %26 = add i64 %25, %20 %27 = trunc i64 %26 to i32 %28 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %24, i32 noundef %27) #2 %29 = load i32, ptr @INT_CAUSE, align 4, !tbaa !13 %30 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %29, i32 noundef 0) #2 %31 = load i32, ptr @INT_MASK, align 4, !tbaa !13 %32 = load i32, ptr @ALL_INTS, align 4, !tbaa !13 %33 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %31, i32 noundef %32) #2 %34 = load i32, ptr @PORT_CONFIG, align 4, !tbaa !13 %35 = tail call i32 @rdl(ptr noundef nonnull %2, i32 noundef %34) #2 %36 = load i32, ptr @PCR_EN, align 4, !tbaa !13 %37 = or i32 %36, %35 %38 = load i32, ptr @PORT_CONFIG, align 4, !tbaa !13 %39 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %38, i32 noundef %37) #2 %40 = load i32, ptr @SDMA_CMD, align 4, !tbaa !13 %41 = tail call i32 @rdl(ptr noundef nonnull %2, i32 noundef %40) #2 %42 = load i32, ptr @SDMA_CMD_ERD, align 4, !tbaa !13 %43 = or i32 %42, %41 %44 = load i32, ptr @SDMA_CMD, align 4, !tbaa !13 %45 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %44, i32 noundef %43) #2 ret void } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @phy_start(i32 noundef) local_unnamed_addr #1 declare i32 @wrl(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @rdl(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 = !{!"net_device", !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 = !{!"pxa168_eth_private", !7, i64 0, !7, i64 4, !12, i64 8, !12, i64 16} !12 = !{!"long", !8, i64 0} !13 = !{!7, !7, i64 0} !14 = !{!11, !12, i64 16} !15 = !{!11, !7, i64 4} !16 = !{!11, !12, i64 8}
; ModuleID = 'AnghaBench/linux/drivers/net/ethernet/marvell/extr_pxa168_eth.c_eth_port_start.c' source_filename = "AnghaBench/linux/drivers/net/ethernet/marvell/extr_pxa168_eth.c_eth_port_start.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ETH_C_TX_DESC_1 = common local_unnamed_addr global i32 0, align 4 @ETH_C_RX_DESC_0 = common local_unnamed_addr global i32 0, align 4 @ETH_F_RX_DESC_0 = common local_unnamed_addr global i32 0, align 4 @INT_CAUSE = common local_unnamed_addr global i32 0, align 4 @INT_MASK = common local_unnamed_addr global i32 0, align 4 @ALL_INTS = common local_unnamed_addr global i32 0, align 4 @PORT_CONFIG = common local_unnamed_addr global i32 0, align 4 @PCR_EN = common local_unnamed_addr global i32 0, align 4 @SDMA_CMD = common local_unnamed_addr global i32 0, align 4 @SDMA_CMD_ERD = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @eth_port_start], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @eth_port_start(ptr noundef %0) #0 { %2 = tail call ptr @netdev_priv(ptr noundef %0) #2 %3 = load i32, ptr %0, align 4, !tbaa !6 %4 = tail call i32 @phy_start(i32 noundef %3) #2 %5 = load i32, ptr %2, align 8, !tbaa !11 %6 = load i32, ptr @ETH_C_TX_DESC_1, align 4, !tbaa !14 %7 = getelementptr inbounds i8, ptr %2, i64 16 %8 = load i64, ptr %7, align 8, !tbaa !15 %9 = sext i32 %5 to i64 %10 = shl nsw i64 %9, 2 %11 = add i64 %8, %10 %12 = trunc i64 %11 to i32 %13 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %6, i32 noundef %12) #2 %14 = getelementptr inbounds i8, ptr %2, i64 4 %15 = load i32, ptr %14, align 4, !tbaa !16 %16 = load i32, ptr @ETH_C_RX_DESC_0, align 4, !tbaa !14 %17 = getelementptr inbounds i8, ptr %2, i64 8 %18 = load i64, ptr %17, align 8, !tbaa !17 %19 = sext i32 %15 to i64 %20 = shl nsw i64 %19, 2 %21 = add i64 %18, %20 %22 = trunc i64 %21 to i32 %23 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %16, i32 noundef %22) #2 %24 = load i32, ptr @ETH_F_RX_DESC_0, align 4, !tbaa !14 %25 = load i64, ptr %17, align 8, !tbaa !17 %26 = add i64 %25, %20 %27 = trunc i64 %26 to i32 %28 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %24, i32 noundef %27) #2 %29 = load i32, ptr @INT_CAUSE, align 4, !tbaa !14 %30 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %29, i32 noundef 0) #2 %31 = load i32, ptr @INT_MASK, align 4, !tbaa !14 %32 = load i32, ptr @ALL_INTS, align 4, !tbaa !14 %33 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %31, i32 noundef %32) #2 %34 = load i32, ptr @PORT_CONFIG, align 4, !tbaa !14 %35 = tail call i32 @rdl(ptr noundef nonnull %2, i32 noundef %34) #2 %36 = load i32, ptr @PCR_EN, align 4, !tbaa !14 %37 = or i32 %36, %35 %38 = load i32, ptr @PORT_CONFIG, align 4, !tbaa !14 %39 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %38, i32 noundef %37) #2 %40 = load i32, ptr @SDMA_CMD, align 4, !tbaa !14 %41 = tail call i32 @rdl(ptr noundef nonnull %2, i32 noundef %40) #2 %42 = load i32, ptr @SDMA_CMD_ERD, align 4, !tbaa !14 %43 = or i32 %42, %41 %44 = load i32, ptr @SDMA_CMD, align 4, !tbaa !14 %45 = tail call i32 @wrl(ptr noundef nonnull %2, i32 noundef %44, i32 noundef %43) #2 ret void } declare ptr @netdev_priv(ptr noundef) local_unnamed_addr #1 declare i32 @phy_start(i32 noundef) local_unnamed_addr #1 declare i32 @wrl(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @rdl(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 = !{!"net_device", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"} !11 = !{!12, !8, i64 0} !12 = !{!"pxa168_eth_private", !8, i64 0, !8, i64 4, !13, i64 8, !13, i64 16} !13 = !{!"long", !9, i64 0} !14 = !{!8, !8, i64 0} !15 = !{!12, !13, i64 16} !16 = !{!12, !8, i64 4} !17 = !{!12, !13, i64 8}
linux_drivers_net_ethernet_marvell_extr_pxa168_eth.c_eth_port_start
; ModuleID = 'AnghaBench/linux/drivers/clk/at91/extr_clk-utmi.c_clk_utmi_is_prepared.c' source_filename = "AnghaBench/linux/drivers/clk/at91/extr_clk-utmi.c_clk_utmi_is_prepared.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 @clk_utmi_is_prepared], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @clk_utmi_is_prepared(ptr noundef %0) #0 { %2 = tail call ptr @to_clk_utmi(ptr noundef %0) #2 %3 = load i32, ptr %2, align 4, !tbaa !5 %4 = tail call i32 @clk_utmi_ready(i32 noundef %3) #2 ret i32 %4 } declare ptr @to_clk_utmi(ptr noundef) local_unnamed_addr #1 declare i32 @clk_utmi_ready(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 = !{!"clk_utmi", !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/linux/drivers/clk/at91/extr_clk-utmi.c_clk_utmi_is_prepared.c' source_filename = "AnghaBench/linux/drivers/clk/at91/extr_clk-utmi.c_clk_utmi_is_prepared.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 @clk_utmi_is_prepared], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @clk_utmi_is_prepared(ptr noundef %0) #0 { %2 = tail call ptr @to_clk_utmi(ptr noundef %0) #2 %3 = load i32, ptr %2, align 4, !tbaa !6 %4 = tail call i32 @clk_utmi_ready(i32 noundef %3) #2 ret i32 %4 } declare ptr @to_clk_utmi(ptr noundef) local_unnamed_addr #1 declare i32 @clk_utmi_ready(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 = !{!"clk_utmi", !8, i64 0} !8 = !{!"int", !9, i64 0} !9 = !{!"omnipotent char", !10, i64 0} !10 = !{!"Simple C/C++ TBAA"}
linux_drivers_clk_at91_extr_clk-utmi.c_clk_utmi_is_prepared
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_tree-ssa-dom.c_get_lhs_or_phi_result.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_tree-ssa-dom.c_get_lhs_or_phi_result.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" @PHI_NODE = dso_local local_unnamed_addr global i64 0, align 8 @MODIFY_EXPR = dso_local local_unnamed_addr global i64 0, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @get_lhs_or_phi_result], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @get_lhs_or_phi_result(i32 noundef %0) #0 { %2 = tail call i64 @TREE_CODE(i32 noundef %0) #2 %3 = load i64, ptr @PHI_NODE, align 8, !tbaa !5 %4 = icmp eq i64 %2, %3 br i1 %4, label %5, label %7 5: ; preds = %1 %6 = tail call i32 @PHI_RESULT(i32 noundef %0) #2 br label %15 7: ; preds = %1 %8 = tail call i64 @TREE_CODE(i32 noundef %0) #2 %9 = load i64, ptr @MODIFY_EXPR, align 8, !tbaa !5 %10 = icmp eq i64 %8, %9 br i1 %10, label %11, label %13 11: ; preds = %7 %12 = tail call i32 @TREE_OPERAND(i32 noundef %0, i32 noundef 0) #2 br label %15 13: ; preds = %7 %14 = tail call i32 (...) @gcc_unreachable() #2 br label %15 15: ; preds = %13, %11, %5 %16 = phi i32 [ %6, %5 ], [ %12, %11 ], [ undef, %13 ] ret i32 %16 } declare i64 @TREE_CODE(i32 noundef) local_unnamed_addr #1 declare i32 @PHI_RESULT(i32 noundef) local_unnamed_addr #1 declare i32 @TREE_OPERAND(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @gcc_unreachable(...) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_tree-ssa-dom.c_get_lhs_or_phi_result.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_tree-ssa-dom.c_get_lhs_or_phi_result.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @PHI_NODE = common local_unnamed_addr global i64 0, align 8 @MODIFY_EXPR = common local_unnamed_addr global i64 0, align 8 @llvm.used = appending global [1 x ptr] [ptr @get_lhs_or_phi_result], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @get_lhs_or_phi_result(i32 noundef %0) #0 { %2 = tail call i64 @TREE_CODE(i32 noundef %0) #2 %3 = load i64, ptr @PHI_NODE, align 8, !tbaa !6 %4 = icmp eq i64 %2, %3 br i1 %4, label %5, label %7 5: ; preds = %1 %6 = tail call i32 @PHI_RESULT(i32 noundef %0) #2 br label %15 7: ; preds = %1 %8 = tail call i64 @TREE_CODE(i32 noundef %0) #2 %9 = load i64, ptr @MODIFY_EXPR, align 8, !tbaa !6 %10 = icmp eq i64 %8, %9 br i1 %10, label %11, label %13 11: ; preds = %7 %12 = tail call i32 @TREE_OPERAND(i32 noundef %0, i32 noundef 0) #2 br label %15 13: ; preds = %7 %14 = tail call i32 @gcc_unreachable() #2 br label %15 15: ; preds = %13, %11, %5 %16 = phi i32 [ %6, %5 ], [ %12, %11 ], [ undef, %13 ] ret i32 %16 } declare i64 @TREE_CODE(i32 noundef) local_unnamed_addr #1 declare i32 @PHI_RESULT(i32 noundef) local_unnamed_addr #1 declare i32 @TREE_OPERAND(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @gcc_unreachable(...) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
freebsd_contrib_gcc_extr_tree-ssa-dom.c_get_lhs_or_phi_result
; ModuleID = 'AnghaBench/qmk_firmware/drivers/haptic/extr_haptic.c_haptic_set_buzz.c' source_filename = "AnghaBench/qmk_firmware/drivers/haptic/extr_haptic.c_haptic_set_buzz.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.TYPE_2__ = type { i32, i32 } @haptic_config = dso_local local_unnamed_addr global %struct.TYPE_2__ zeroinitializer, align 4 @.str = private unnamed_addr constant [25 x i8] c"haptic_config.buzz = %u\0A\00", align 1 ; Function Attrs: nounwind uwtable define dso_local void @haptic_set_buzz(i32 noundef %0) local_unnamed_addr #0 { store i32 %0, ptr @haptic_config, align 4, !tbaa !5 %2 = load i32, ptr getelementptr inbounds (%struct.TYPE_2__, ptr @haptic_config, i64 0, i32 1), align 4, !tbaa !10 %3 = tail call i32 @eeconfig_update_haptic(i32 noundef %2) #2 %4 = load i32, ptr @haptic_config, align 4, !tbaa !5 %5 = tail call i32 @xprintf(ptr noundef nonnull @.str, i32 noundef %4) #2 ret void } declare i32 @eeconfig_update_haptic(i32 noundef) local_unnamed_addr #1 declare i32 @xprintf(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_2__", !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 4}
; ModuleID = 'AnghaBench/qmk_firmware/drivers/haptic/extr_haptic.c_haptic_set_buzz.c' source_filename = "AnghaBench/qmk_firmware/drivers/haptic/extr_haptic.c_haptic_set_buzz.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, i32 } @haptic_config = common local_unnamed_addr global %struct.TYPE_2__ zeroinitializer, align 4 @.str = private unnamed_addr constant [25 x i8] c"haptic_config.buzz = %u\0A\00", align 1 ; Function Attrs: nounwind ssp uwtable(sync) define void @haptic_set_buzz(i32 noundef %0) local_unnamed_addr #0 { store i32 %0, ptr @haptic_config, align 4, !tbaa !6 %2 = load i32, ptr getelementptr inbounds (i8, ptr @haptic_config, i64 4), align 4, !tbaa !11 %3 = tail call i32 @eeconfig_update_haptic(i32 noundef %2) #2 %4 = load i32, ptr @haptic_config, align 4, !tbaa !6 %5 = tail call i32 @xprintf(ptr noundef nonnull @.str, i32 noundef %4) #2 ret void } declare i32 @eeconfig_update_haptic(i32 noundef) local_unnamed_addr #1 declare i32 @xprintf(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_2__", !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 4}
qmk_firmware_drivers_haptic_extr_haptic.c_haptic_set_buzz
; ModuleID = 'AnghaBench/reactos/sdk/lib/crt/startup/extr_gccmain.c___do_global_dtors.c' source_filename = "AnghaBench/reactos/sdk/lib/crt/startup/extr_gccmain.c___do_global_dtors.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" @__do_global_dtors.p = internal unnamed_addr global ptr getelementptr (i8, ptr @__DTOR_LIST__, i64 1), align 8 ; Function Attrs: nounwind uwtable define dso_local void @__do_global_dtors() local_unnamed_addr #0 { %1 = load ptr, ptr @__do_global_dtors.p, align 8, !tbaa !5 %2 = load ptr, ptr %1, align 8, !tbaa !5 %3 = icmp eq ptr %2, null br i1 %3, label %11, label %4 4: ; preds = %0, %4 %5 = phi ptr [ %9, %4 ], [ %2, %0 ] %6 = tail call i32 (...) %5() #2 %7 = load ptr, ptr @__do_global_dtors.p, align 8, !tbaa !5 %8 = getelementptr inbounds ptr, ptr %7, i64 1 store ptr %8, ptr @__do_global_dtors.p, align 8, !tbaa !5 %9 = load ptr, ptr %8, align 8, !tbaa !5 %10 = icmp eq ptr %9, null br i1 %10, label %11, label %4, !llvm.loop !9 11: ; preds = %4, %0 ret void } declare i32 @__DTOR_LIST__(...) #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 = distinct !{!9, !10} !10 = !{!"llvm.loop.mustprogress"}
; ModuleID = 'AnghaBench/reactos/sdk/lib/crt/startup/extr_gccmain.c___do_global_dtors.c' source_filename = "AnghaBench/reactos/sdk/lib/crt/startup/extr_gccmain.c___do_global_dtors.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @__do_global_dtors.p = internal unnamed_addr global ptr getelementptr (i8, ptr @__DTOR_LIST__, i64 1), align 8 ; Function Attrs: nounwind ssp uwtable(sync) define void @__do_global_dtors() local_unnamed_addr #0 { %1 = load ptr, ptr @__do_global_dtors.p, align 8, !tbaa !6 %2 = load ptr, ptr %1, align 8, !tbaa !6 %3 = icmp eq ptr %2, null br i1 %3, label %11, label %4 4: ; preds = %0, %4 %5 = phi ptr [ %9, %4 ], [ %2, %0 ] %6 = tail call i32 %5() #2 %7 = load ptr, ptr @__do_global_dtors.p, align 8, !tbaa !6 %8 = getelementptr inbounds i8, ptr %7, i64 8 store ptr %8, ptr @__do_global_dtors.p, align 8, !tbaa !6 %9 = load ptr, ptr %8, align 8, !tbaa !6 %10 = icmp eq ptr %9, null br i1 %10, label %11, label %4, !llvm.loop !10 11: ; preds = %4, %0 ret void } declare i32 @__DTOR_LIST__(...) #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 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"}
reactos_sdk_lib_crt_startup_extr_gccmain.c___do_global_dtors
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/md/extr_dm-snap.c_get_origin_minimum_chunksize.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/md/extr_dm-snap.c_get_origin_minimum_chunksize.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" @_origins_lock = dso_local global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @get_origin_minimum_chunksize], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @get_origin_minimum_chunksize(ptr noundef %0) #0 { %2 = tail call i32 @down_read(ptr noundef nonnull @_origins_lock) #2 %3 = tail call i32 @__lookup_origin(ptr noundef %0) #2 %4 = tail call i32 @__minimum_chunk_size(i32 noundef %3) #2 %5 = tail call i32 @up_read(ptr noundef nonnull @_origins_lock) #2 ret i32 %4 } declare i32 @down_read(ptr noundef) local_unnamed_addr #1 declare i32 @__minimum_chunk_size(i32 noundef) local_unnamed_addr #1 declare i32 @__lookup_origin(ptr noundef) local_unnamed_addr #1 declare i32 @up_read(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/md/extr_dm-snap.c_get_origin_minimum_chunksize.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/md/extr_dm-snap.c_get_origin_minimum_chunksize.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @_origins_lock = common global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @get_origin_minimum_chunksize], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @get_origin_minimum_chunksize(ptr noundef %0) #0 { %2 = tail call i32 @down_read(ptr noundef nonnull @_origins_lock) #2 %3 = tail call i32 @__lookup_origin(ptr noundef %0) #2 %4 = tail call i32 @__minimum_chunk_size(i32 noundef %3) #2 %5 = tail call i32 @up_read(ptr noundef nonnull @_origins_lock) #2 ret i32 %4 } declare i32 @down_read(ptr noundef) local_unnamed_addr #1 declare i32 @__minimum_chunk_size(i32 noundef) local_unnamed_addr #1 declare i32 @__lookup_origin(ptr noundef) local_unnamed_addr #1 declare i32 @up_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)"}
fastsocket_kernel_drivers_md_extr_dm-snap.c_get_origin_minimum_chunksize
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/wireless/b43/extr_lo.c_lo_read_power_vector.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wireless/b43/extr_lo.c_lo_read_power_vector.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" @B43_SHM_SHARED = dso_local local_unnamed_addr global i32 0, align 4 @jiffies = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @lo_read_power_vector], section "llvm.metadata" ; Function Attrs: noreturn nounwind uwtable define internal void @lo_read_power_vector(ptr noundef %0) #0 { %2 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %3 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %2, i32 noundef 784) #2 %4 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %5 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %4, i32 noundef 784, i32 noundef 0) #2 %6 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %7 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %6, i32 noundef 786) #2 %8 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %9 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %8, i32 noundef 786, i32 noundef 0) #2 %10 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %11 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %10, i32 noundef 788) #2 %12 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %13 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %12, i32 noundef 788, i32 noundef 0) #2 %14 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %15 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %14, i32 noundef 790) #2 %16 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !5 %17 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %16, i32 noundef 790, i32 noundef 0) #2 unreachable } declare i32 @b43_shm_read16(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @b43_shm_write16(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { noreturn nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/drivers/net/wireless/b43/extr_lo.c_lo_read_power_vector.c' source_filename = "AnghaBench/fastsocket/kernel/drivers/net/wireless/b43/extr_lo.c_lo_read_power_vector.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @B43_SHM_SHARED = common local_unnamed_addr global i32 0, align 4 @jiffies = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @lo_read_power_vector], section "llvm.metadata" ; Function Attrs: noreturn nounwind ssp uwtable(sync) define internal void @lo_read_power_vector(ptr noundef %0) #0 { %2 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %3 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %2, i32 noundef 784) #2 %4 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %5 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %4, i32 noundef 784, i32 noundef 0) #2 %6 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %7 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %6, i32 noundef 786) #2 %8 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %9 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %8, i32 noundef 786, i32 noundef 0) #2 %10 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %11 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %10, i32 noundef 788) #2 %12 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %13 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %12, i32 noundef 788, i32 noundef 0) #2 %14 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %15 = tail call i32 @b43_shm_read16(ptr noundef nonnull %0, i32 noundef %14, i32 noundef 790) #2 %16 = load i32, ptr @B43_SHM_SHARED, align 4, !tbaa !6 %17 = tail call i32 @b43_shm_write16(ptr noundef nonnull %0, i32 noundef %16, i32 noundef 790, i32 noundef 0) #2 unreachable } declare i32 @b43_shm_read16(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @b43_shm_write16(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { noreturn nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_drivers_net_wireless_b43_extr_lo.c_lo_read_power_vector
; ModuleID = 'AnghaBench/linux/drivers/pinctrl/extr_pinctrl-mcp23s08.c_mcp_pinconf_set.c' source_filename = "AnghaBench/linux/drivers/pinctrl/extr_pinctrl-mcp23s08.c_mcp_pinconf_set.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" @MCP_GPPU = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [27 x i8] c"Invalid config param %04x\0A\00", align 1 @ENOTSUPP = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @mcp_pinconf_set], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @mcp_pinconf_set(ptr noundef %0, i32 noundef %1, ptr nocapture noundef readonly %2, i32 noundef %3) #0 { %5 = tail call ptr @pinctrl_dev_get_drvdata(ptr noundef %0) #2 %6 = icmp eq i32 %3, 0 br i1 %6, label %27, label %7 7: ; preds = %4 %8 = zext i32 %3 to i64 br label %9 9: ; preds = %7, %17 %10 = phi i64 [ 0, %7 ], [ %20, %17 ] %11 = getelementptr inbounds i64, ptr %2, i64 %10 %12 = load i64, ptr %11, align 8, !tbaa !5 %13 = tail call i32 @pinconf_to_config_param(i64 noundef %12) #2 %14 = load i64, ptr %11, align 8, !tbaa !5 %15 = tail call i32 @pinconf_to_config_argument(i64 noundef %14) #2 %16 = icmp eq i32 %13, 128 br i1 %16, label %17, label %22 17: ; preds = %9 %18 = load i32, ptr @MCP_GPPU, align 4, !tbaa !9 %19 = tail call i32 @mcp_set_bit(ptr noundef %5, i32 noundef %18, i32 noundef %1, i32 noundef %15) #2 %20 = add nuw nsw i64 %10, 1 %21 = icmp eq i64 %20, %8 br i1 %21, label %27, label %9, !llvm.loop !11 22: ; preds = %9 %23 = load i32, ptr %5, align 4, !tbaa !13 %24 = tail call i32 @dev_dbg(i32 noundef %23, ptr noundef nonnull @.str, i32 noundef %13) #2 %25 = load i32, ptr @ENOTSUPP, align 4, !tbaa !9 %26 = sub nsw i32 0, %25 br label %27 27: ; preds = %17, %4, %22 %28 = phi i32 [ %26, %22 ], [ 0, %4 ], [ %19, %17 ] ret i32 %28 } declare ptr @pinctrl_dev_get_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @pinconf_to_config_param(i64 noundef) local_unnamed_addr #1 declare i32 @pinconf_to_config_argument(i64 noundef) local_unnamed_addr #1 declare i32 @mcp_set_bit(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_dbg(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"long", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !10, i64 0} !10 = !{!"int", !7, i64 0} !11 = distinct !{!11, !12} !12 = !{!"llvm.loop.mustprogress"} !13 = !{!14, !10, i64 0} !14 = !{!"mcp23s08", !10, i64 0}
; ModuleID = 'AnghaBench/linux/drivers/pinctrl/extr_pinctrl-mcp23s08.c_mcp_pinconf_set.c' source_filename = "AnghaBench/linux/drivers/pinctrl/extr_pinctrl-mcp23s08.c_mcp_pinconf_set.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @MCP_GPPU = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [27 x i8] c"Invalid config param %04x\0A\00", align 1 @ENOTSUPP = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @mcp_pinconf_set], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @mcp_pinconf_set(ptr noundef %0, i32 noundef %1, ptr nocapture noundef readonly %2, i32 noundef %3) #0 { %5 = tail call ptr @pinctrl_dev_get_drvdata(ptr noundef %0) #2 %6 = icmp eq i32 %3, 0 br i1 %6, label %27, label %7 7: ; preds = %4 %8 = zext i32 %3 to i64 br label %9 9: ; preds = %7, %17 %10 = phi i64 [ 0, %7 ], [ %20, %17 ] %11 = getelementptr inbounds i64, ptr %2, i64 %10 %12 = load i64, ptr %11, align 8, !tbaa !6 %13 = tail call i32 @pinconf_to_config_param(i64 noundef %12) #2 %14 = load i64, ptr %11, align 8, !tbaa !6 %15 = tail call i32 @pinconf_to_config_argument(i64 noundef %14) #2 %16 = icmp eq i32 %13, 128 br i1 %16, label %17, label %22 17: ; preds = %9 %18 = load i32, ptr @MCP_GPPU, align 4, !tbaa !10 %19 = tail call i32 @mcp_set_bit(ptr noundef %5, i32 noundef %18, i32 noundef %1, i32 noundef %15) #2 %20 = add nuw nsw i64 %10, 1 %21 = icmp eq i64 %20, %8 br i1 %21, label %27, label %9, !llvm.loop !12 22: ; preds = %9 %23 = load i32, ptr %5, align 4, !tbaa !14 %24 = tail call i32 @dev_dbg(i32 noundef %23, ptr noundef nonnull @.str, i32 noundef %13) #2 %25 = load i32, ptr @ENOTSUPP, align 4, !tbaa !10 %26 = sub nsw i32 0, %25 br label %27 27: ; preds = %17, %4, %22 %28 = phi i32 [ %26, %22 ], [ 0, %4 ], [ %19, %17 ] ret i32 %28 } declare ptr @pinctrl_dev_get_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @pinconf_to_config_param(i64 noundef) local_unnamed_addr #1 declare i32 @pinconf_to_config_argument(i64 noundef) local_unnamed_addr #1 declare i32 @mcp_set_bit(ptr noundef, i32 noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @dev_dbg(i32 noundef, ptr noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"long", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !11, i64 0} !11 = !{!"int", !8, i64 0} !12 = distinct !{!12, !13} !13 = !{!"llvm.loop.mustprogress"} !14 = !{!15, !11, i64 0} !15 = !{!"mcp23s08", !11, i64 0}
linux_drivers_pinctrl_extr_pinctrl-mcp23s08.c_mcp_pinconf_set
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/pci/cs46xx/extr_cs46xx_lib.c_snd_cs46xx_set_play_sample_rate.c' source_filename = "AnghaBench/fastsocket/kernel/sound/pci/cs46xx/extr_cs46xx_lib.c_snd_cs46xx_set_play_sample_rate.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" @GOF_PER_SEC = dso_local local_unnamed_addr global i32 0, align 4 @BA1_PSRC = dso_local local_unnamed_addr global i32 0, align 4 @BA1_PPI = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @snd_cs46xx_set_play_sample_rate], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal void @snd_cs46xx_set_play_sample_rate(ptr noundef %0, i32 noundef %1) #0 { %3 = shl i32 %1, 16 %4 = udiv i32 %3, 48000 %5 = mul i32 %4, 4146304 %6 = add i32 %5, %3 %7 = shl i32 %6, 10 %8 = shl nuw nsw i32 %4, 10 %9 = udiv i32 %7, 48000 %10 = add nuw nsw i32 %9, %8 %11 = mul i32 %9, -48000 %12 = add i32 %11, %7 %13 = load i32, ptr @GOF_PER_SEC, align 4, !tbaa !5 %14 = udiv i32 %12, %13 %15 = mul i32 %14, %13 %16 = sub i32 %11, %15 %17 = tail call i32 @spin_lock_irqsave(ptr noundef %0, i64 noundef undef) #2 %18 = load i32, ptr @BA1_PSRC, align 4, !tbaa !5 %19 = shl i32 %16, 16 %20 = and i32 %14, 65535 %21 = or disjoint i32 %19, %20 %22 = tail call i32 @snd_cs46xx_poke(ptr noundef %0, i32 noundef %18, i32 noundef %21) #2 %23 = load i32, ptr @BA1_PPI, align 4, !tbaa !5 %24 = tail call i32 @snd_cs46xx_poke(ptr noundef %0, i32 noundef %23, i32 noundef %10) #2 %25 = tail call i32 @spin_unlock_irqrestore(ptr noundef %0, i64 noundef undef) #2 ret void } declare i32 @spin_lock_irqsave(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @snd_cs46xx_poke(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irqrestore(ptr 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 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"}
; ModuleID = 'AnghaBench/fastsocket/kernel/sound/pci/cs46xx/extr_cs46xx_lib.c_snd_cs46xx_set_play_sample_rate.c' source_filename = "AnghaBench/fastsocket/kernel/sound/pci/cs46xx/extr_cs46xx_lib.c_snd_cs46xx_set_play_sample_rate.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @GOF_PER_SEC = common local_unnamed_addr global i32 0, align 4 @BA1_PSRC = common local_unnamed_addr global i32 0, align 4 @BA1_PPI = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @snd_cs46xx_set_play_sample_rate], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal void @snd_cs46xx_set_play_sample_rate(ptr noundef %0, i32 noundef %1) #0 { %3 = shl i32 %1, 16 %4 = udiv i32 %3, 48000 %5 = mul i32 %4, 4146304 %6 = add i32 %5, %3 %7 = shl i32 %6, 10 %8 = shl nuw nsw i32 %4, 10 %9 = udiv i32 %7, 48000 %10 = add nuw nsw i32 %9, %8 %11 = mul i32 %9, -48000 %12 = add i32 %11, %7 %13 = load i32, ptr @GOF_PER_SEC, align 4, !tbaa !6 %14 = udiv i32 %12, %13 %15 = mul i32 %14, %13 %16 = sub i32 %11, %15 %17 = tail call i32 @spin_lock_irqsave(ptr noundef %0, i64 noundef undef) #2 %18 = load i32, ptr @BA1_PSRC, align 4, !tbaa !6 %19 = shl i32 %16, 16 %20 = and i32 %14, 65535 %21 = or disjoint i32 %19, %20 %22 = tail call i32 @snd_cs46xx_poke(ptr noundef %0, i32 noundef %18, i32 noundef %21) #2 %23 = load i32, ptr @BA1_PPI, align 4, !tbaa !6 %24 = tail call i32 @snd_cs46xx_poke(ptr noundef %0, i32 noundef %23, i32 noundef %10) #2 %25 = tail call i32 @spin_unlock_irqrestore(ptr noundef %0, i64 noundef undef) #2 ret void } declare i32 @spin_lock_irqsave(ptr noundef, i64 noundef) local_unnamed_addr #1 declare i32 @snd_cs46xx_poke(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @spin_unlock_irqrestore(ptr 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 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"}
fastsocket_kernel_sound_pci_cs46xx_extr_cs46xx_lib.c_snd_cs46xx_set_play_sample_rate
; ModuleID = 'AnghaBench/openssl/apps/extr_s_client.c_ssl_servername_cb.c' source_filename = "AnghaBench/openssl/apps/extr_s_client.c_ssl_servername_cb.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" @TLSEXT_NAMETYPE_host_name = dso_local local_unnamed_addr global i32 0, align 4 @bio_err = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [30 x i8] c"Can't use SSL_get_servername\0A\00", align 1 @SSL_TLSEXT_ERR_OK = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @ssl_servername_cb], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @ssl_servername_cb(ptr noundef %0, ptr nocapture readnone %1, ptr nocapture noundef writeonly %2) #0 { %4 = load i32, ptr @TLSEXT_NAMETYPE_host_name, align 4, !tbaa !5 %5 = tail call ptr @SSL_get_servername(ptr noundef %0, i32 noundef %4) #2 %6 = tail call i32 @SSL_get_servername_type(ptr noundef %0) #2 %7 = icmp eq i32 %6, -1 br i1 %7, label %14, label %8 8: ; preds = %3 %9 = tail call i32 @SSL_session_reused(ptr noundef %0) #2 %10 = icmp eq i32 %9, 0 %11 = icmp ne ptr %5, null %12 = select i1 %10, i1 %11, i1 false %13 = zext i1 %12 to i32 store i32 %13, ptr %2, align 4, !tbaa !9 br label %17 14: ; preds = %3 %15 = load i32, ptr @bio_err, align 4, !tbaa !5 %16 = tail call i32 @BIO_printf(i32 noundef %15, ptr noundef nonnull @.str) #2 br label %17 17: ; preds = %14, %8 %18 = load i32, ptr @SSL_TLSEXT_ERR_OK, align 4, !tbaa !5 ret i32 %18 } declare ptr @SSL_get_servername(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SSL_get_servername_type(ptr noundef) local_unnamed_addr #1 declare i32 @SSL_session_reused(ptr noundef) local_unnamed_addr #1 declare i32 @BIO_printf(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"} !9 = !{!10, !6, i64 0} !10 = !{!"TYPE_2__", !6, i64 0}
; ModuleID = 'AnghaBench/openssl/apps/extr_s_client.c_ssl_servername_cb.c' source_filename = "AnghaBench/openssl/apps/extr_s_client.c_ssl_servername_cb.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @TLSEXT_NAMETYPE_host_name = common local_unnamed_addr global i32 0, align 4 @bio_err = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [30 x i8] c"Can't use SSL_get_servername\0A\00", align 1 @SSL_TLSEXT_ERR_OK = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @ssl_servername_cb], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @ssl_servername_cb(ptr noundef %0, ptr nocapture readnone %1, ptr nocapture noundef writeonly %2) #0 { %4 = load i32, ptr @TLSEXT_NAMETYPE_host_name, align 4, !tbaa !6 %5 = tail call ptr @SSL_get_servername(ptr noundef %0, i32 noundef %4) #2 %6 = tail call i32 @SSL_get_servername_type(ptr noundef %0) #2 %7 = icmp eq i32 %6, -1 br i1 %7, label %14, label %8 8: ; preds = %3 %9 = tail call i32 @SSL_session_reused(ptr noundef %0) #2 %10 = icmp eq i32 %9, 0 %11 = icmp ne ptr %5, null %12 = select i1 %10, i1 %11, i1 false %13 = zext i1 %12 to i32 store i32 %13, ptr %2, align 4, !tbaa !10 br label %17 14: ; preds = %3 %15 = load i32, ptr @bio_err, align 4, !tbaa !6 %16 = tail call i32 @BIO_printf(i32 noundef %15, ptr noundef nonnull @.str) #2 br label %17 17: ; preds = %14, %8 %18 = load i32, ptr @SSL_TLSEXT_ERR_OK, align 4, !tbaa !6 ret i32 %18 } declare ptr @SSL_get_servername(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @SSL_get_servername_type(ptr noundef) local_unnamed_addr #1 declare i32 @SSL_session_reused(ptr noundef) local_unnamed_addr #1 declare i32 @BIO_printf(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"} !10 = !{!11, !7, i64 0} !11 = !{!"TYPE_2__", !7, i64 0}
openssl_apps_extr_s_client.c_ssl_servername_cb
; ModuleID = 'AnghaBench/sumatrapdf/ext/lcms2/src/extr_cmsgamma.c__cmsRegisterParametricCurvesPlugin.c' source_filename = "AnghaBench/sumatrapdf/ext/lcms2/src/extr_cmsgamma.c__cmsRegisterParametricCurvesPlugin.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 { i32, i32, i32, i32 } %struct.TYPE_5__ = type { i32, ptr, i32, i32, i32 } @CurvesPlugin = dso_local local_unnamed_addr global i32 0, align 4 @TRUE = dso_local local_unnamed_addr global i32 0, align 4 @FALSE = dso_local local_unnamed_addr global i32 0, align 4 @MAX_TYPES_IN_LCMS_PLUGIN = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local i32 @_cmsRegisterParametricCurvesPlugin(i32 noundef %0, ptr noundef readonly %1) local_unnamed_addr #0 { %3 = load i32, ptr @CurvesPlugin, align 4, !tbaa !5 %4 = tail call i64 @_cmsContextGetClientChunk(i32 noundef %0, i32 noundef %3) #3 %5 = inttoptr i64 %4 to ptr %6 = icmp eq ptr %1, null br i1 %6, label %33, label %7 7: ; preds = %2 %8 = tail call i64 @_cmsPluginMalloc(i32 noundef %0, i32 noundef 32) #3 %9 = icmp eq i64 %8, 0 br i1 %9, label %35, label %10 10: ; preds = %7 %11 = inttoptr i64 %8 to ptr %12 = getelementptr inbounds %struct.TYPE_4__, ptr %1, i64 0, i32 3 %13 = load i32, ptr %12, align 4, !tbaa !9 %14 = getelementptr inbounds %struct.TYPE_5__, ptr %11, i64 0, i32 4 store i32 %13, ptr %14, align 8, !tbaa !11 %15 = load i32, ptr %1, align 4, !tbaa !14 store i32 %15, ptr %11, align 8, !tbaa !15 %16 = load i32, ptr @MAX_TYPES_IN_LCMS_PLUGIN, align 4, !tbaa !5 %17 = tail call i32 @llvm.smin.i32(i32 %15, i32 %16) store i32 %17, ptr %11, align 8 %18 = getelementptr inbounds %struct.TYPE_5__, ptr %11, i64 0, i32 3 %19 = load i32, ptr %18, align 4, !tbaa !16 %20 = getelementptr inbounds %struct.TYPE_4__, ptr %1, i64 0, i32 2 %21 = load i32, ptr %20, align 4, !tbaa !17 %22 = shl i32 %17, 2 %23 = tail call i32 @memmove(i32 noundef %19, i32 noundef %21, i32 noundef %22) #3 %24 = getelementptr inbounds %struct.TYPE_5__, ptr %11, i64 0, i32 2 %25 = load i32, ptr %24, align 8, !tbaa !18 %26 = getelementptr inbounds %struct.TYPE_4__, ptr %1, i64 0, i32 1 %27 = load i32, ptr %26, align 4, !tbaa !19 %28 = load i32, ptr %11, align 8, !tbaa !15 %29 = shl i32 %28, 2 %30 = tail call i32 @memmove(i32 noundef %25, i32 noundef %27, i32 noundef %29) #3 %31 = load ptr, ptr %5, align 8, !tbaa !20 %32 = getelementptr inbounds %struct.TYPE_5__, ptr %11, i64 0, i32 1 store ptr %31, ptr %32, align 8, !tbaa !22 br label %33 33: ; preds = %2, %10 %34 = phi ptr [ %11, %10 ], [ null, %2 ] store ptr %34, ptr %5, align 8, !tbaa !20 br label %35 35: ; preds = %33, %7 %36 = phi ptr [ @FALSE, %7 ], [ @TRUE, %33 ] %37 = load i32, ptr %36, align 4, !tbaa !5 ret i32 %37 } declare i64 @_cmsContextGetClientChunk(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @_cmsPluginMalloc(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @memmove(i32 noundef, i32 noundef, i32 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 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 12} !10 = !{!"TYPE_4__", !6, i64 0, !6, i64 4, !6, i64 8, !6, i64 12} !11 = !{!12, !6, i64 24} !12 = !{!"TYPE_5__", !6, i64 0, !13, i64 8, !6, i64 16, !6, i64 20, !6, i64 24} !13 = !{!"any pointer", !7, i64 0} !14 = !{!10, !6, i64 0} !15 = !{!12, !6, i64 0} !16 = !{!12, !6, i64 20} !17 = !{!10, !6, i64 8} !18 = !{!12, !6, i64 16} !19 = !{!10, !6, i64 4} !20 = !{!21, !13, i64 0} !21 = !{!"TYPE_6__", !13, i64 0} !22 = !{!12, !13, i64 8}
; ModuleID = 'AnghaBench/sumatrapdf/ext/lcms2/src/extr_cmsgamma.c__cmsRegisterParametricCurvesPlugin.c' source_filename = "AnghaBench/sumatrapdf/ext/lcms2/src/extr_cmsgamma.c__cmsRegisterParametricCurvesPlugin.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @CurvesPlugin = common local_unnamed_addr global i32 0, align 4 @TRUE = common local_unnamed_addr global i32 0, align 4 @FALSE = common local_unnamed_addr global i32 0, align 4 @MAX_TYPES_IN_LCMS_PLUGIN = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define i32 @_cmsRegisterParametricCurvesPlugin(i32 noundef %0, ptr noundef readonly %1) local_unnamed_addr #0 { %3 = load i32, ptr @CurvesPlugin, align 4, !tbaa !6 %4 = tail call i64 @_cmsContextGetClientChunk(i32 noundef %0, i32 noundef %3) #3 %5 = inttoptr i64 %4 to ptr %6 = icmp eq ptr %1, null br i1 %6, label %33, label %7 7: ; preds = %2 %8 = tail call i64 @_cmsPluginMalloc(i32 noundef %0, i32 noundef 32) #3 %9 = icmp eq i64 %8, 0 br i1 %9, label %35, label %10 10: ; preds = %7 %11 = inttoptr i64 %8 to ptr %12 = getelementptr inbounds i8, ptr %1, i64 12 %13 = load i32, ptr %12, align 4, !tbaa !10 %14 = getelementptr inbounds i8, ptr %11, i64 24 store i32 %13, ptr %14, align 8, !tbaa !12 %15 = load i32, ptr %1, align 4, !tbaa !15 store i32 %15, ptr %11, align 8, !tbaa !16 %16 = load i32, ptr @MAX_TYPES_IN_LCMS_PLUGIN, align 4, !tbaa !6 %17 = tail call i32 @llvm.smin.i32(i32 %15, i32 %16) store i32 %17, ptr %11, align 8 %18 = getelementptr inbounds i8, ptr %11, i64 20 %19 = load i32, ptr %18, align 4, !tbaa !17 %20 = getelementptr inbounds i8, ptr %1, i64 8 %21 = load i32, ptr %20, align 4, !tbaa !18 %22 = shl i32 %17, 2 %23 = tail call i32 @memmove(i32 noundef %19, i32 noundef %21, i32 noundef %22) #3 %24 = getelementptr inbounds i8, ptr %11, i64 16 %25 = load i32, ptr %24, align 8, !tbaa !19 %26 = getelementptr inbounds i8, ptr %1, i64 4 %27 = load i32, ptr %26, align 4, !tbaa !20 %28 = load i32, ptr %11, align 8, !tbaa !16 %29 = shl i32 %28, 2 %30 = tail call i32 @memmove(i32 noundef %25, i32 noundef %27, i32 noundef %29) #3 %31 = load ptr, ptr %5, align 8, !tbaa !21 %32 = getelementptr inbounds i8, ptr %11, i64 8 store ptr %31, ptr %32, align 8, !tbaa !23 br label %33 33: ; preds = %2, %10 %34 = phi ptr [ %11, %10 ], [ null, %2 ] store ptr %34, ptr %5, align 8, !tbaa !21 br label %35 35: ; preds = %33, %7 %36 = phi ptr [ @FALSE, %7 ], [ @TRUE, %33 ] %37 = load i32, ptr %36, align 4, !tbaa !6 ret i32 %37 } declare i64 @_cmsContextGetClientChunk(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i64 @_cmsPluginMalloc(i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @memmove(i32 noundef, i32 noundef, i32 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 = !{!11, !7, i64 12} !11 = !{!"TYPE_4__", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12} !12 = !{!13, !7, i64 24} !13 = !{!"TYPE_5__", !7, i64 0, !14, i64 8, !7, i64 16, !7, i64 20, !7, i64 24} !14 = !{!"any pointer", !8, i64 0} !15 = !{!11, !7, i64 0} !16 = !{!13, !7, i64 0} !17 = !{!13, !7, i64 20} !18 = !{!11, !7, i64 8} !19 = !{!13, !7, i64 16} !20 = !{!11, !7, i64 4} !21 = !{!22, !14, i64 0} !22 = !{!"TYPE_6__", !14, i64 0} !23 = !{!13, !14, i64 8}
sumatrapdf_ext_lcms2_src_extr_cmsgamma.c__cmsRegisterParametricCurvesPlugin
; ModuleID = 'AnghaBench/linux/drivers/watchdog/extr_lpc18xx_wdt.c_lpc18xx_wdt_stop.c' source_filename = "AnghaBench/linux/drivers/watchdog/extr_lpc18xx_wdt.c_lpc18xx_wdt_stop.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 @lpc18xx_wdt_stop], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal noundef i32 @lpc18xx_wdt_stop(ptr noundef %0) #0 { %2 = tail call ptr @watchdog_get_drvdata(ptr noundef %0) #2 %3 = tail call i32 @lpc18xx_wdt_timer_feed(ptr noundef %2) #2 ret i32 0 } declare ptr @watchdog_get_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @lpc18xx_wdt_timer_feed(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"}
; ModuleID = 'AnghaBench/linux/drivers/watchdog/extr_lpc18xx_wdt.c_lpc18xx_wdt_stop.c' source_filename = "AnghaBench/linux/drivers/watchdog/extr_lpc18xx_wdt.c_lpc18xx_wdt_stop.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 @lpc18xx_wdt_stop], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal noundef i32 @lpc18xx_wdt_stop(ptr noundef %0) #0 { %2 = tail call ptr @watchdog_get_drvdata(ptr noundef %0) #2 %3 = tail call i32 @lpc18xx_wdt_timer_feed(ptr noundef %2) #2 ret i32 0 } declare ptr @watchdog_get_drvdata(ptr noundef) local_unnamed_addr #1 declare i32 @lpc18xx_wdt_timer_feed(ptr noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"}
linux_drivers_watchdog_extr_lpc18xx_wdt.c_lpc18xx_wdt_stop
; ModuleID = 'AnghaBench/linux/drivers/infiniband/hw/ocrdma/extr_ocrdma_stats.c_ocrdma_init_debugfs.c' source_filename = "AnghaBench/linux/drivers/infiniband/hw/ocrdma/extr_ocrdma_stats.c_ocrdma_init_debugfs.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 [7 x i8] c"ocrdma\00", align 1 @ocrdma_dbgfs_dir = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @ocrdma_init_debugfs() local_unnamed_addr #0 { %1 = tail call i32 @debugfs_create_dir(ptr noundef nonnull @.str, ptr noundef null) #2 store i32 %1, ptr @ocrdma_dbgfs_dir, align 4, !tbaa !5 ret void } declare i32 @debugfs_create_dir(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/linux/drivers/infiniband/hw/ocrdma/extr_ocrdma_stats.c_ocrdma_init_debugfs.c' source_filename = "AnghaBench/linux/drivers/infiniband/hw/ocrdma/extr_ocrdma_stats.c_ocrdma_init_debugfs.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 [7 x i8] c"ocrdma\00", align 1 @ocrdma_dbgfs_dir = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @ocrdma_init_debugfs() local_unnamed_addr #0 { %1 = tail call i32 @debugfs_create_dir(ptr noundef nonnull @.str, ptr noundef null) #2 store i32 %1, ptr @ocrdma_dbgfs_dir, align 4, !tbaa !6 ret void } declare i32 @debugfs_create_dir(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"}
linux_drivers_infiniband_hw_ocrdma_extr_ocrdma_stats.c_ocrdma_init_debugfs
; ModuleID = 'AnghaBench/lab/q3map2/libs/picomodel/extr_picomodules.c_PicoModuleList.c' source_filename = "AnghaBench/lab/q3map2/libs/picomodel/extr_picomodules.c_PicoModuleList.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" @picoModules = dso_local local_unnamed_addr global ptr null, align 8 ; Function Attrs: nofree norecurse nosync nounwind memory(read, argmem: readwrite, inaccessiblemem: none) uwtable define dso_local ptr @PicoModuleList(ptr noundef writeonly %0) local_unnamed_addr #0 { %2 = icmp eq ptr %0, null %3 = load ptr, ptr @picoModules, align 8, !tbaa !5 br i1 %2, label %12, label %4 4: ; preds = %1, %4 %5 = phi i64 [ %9, %4 ], [ 0, %1 ] %6 = getelementptr inbounds ptr, ptr %3, i64 %5 %7 = load ptr, ptr %6, align 8, !tbaa !5 %8 = icmp eq ptr %7, null %9 = add nuw i64 %5, 1 br i1 %8, label %10, label %4, !llvm.loop !9 10: ; preds = %4 %11 = trunc i64 %5 to i32 store i32 %11, ptr %0, align 4, !tbaa !11 br label %12 12: ; preds = %10, %1 ret ptr %3 } 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, !6, i64 0} !6 = !{!"any pointer", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = distinct !{!9, !10} !10 = !{!"llvm.loop.mustprogress"} !11 = !{!12, !12, i64 0} !12 = !{!"int", !7, i64 0}
; ModuleID = 'AnghaBench/lab/q3map2/libs/picomodel/extr_picomodules.c_PicoModuleList.c' source_filename = "AnghaBench/lab/q3map2/libs/picomodel/extr_picomodules.c_PicoModuleList.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @picoModules = common local_unnamed_addr global ptr null, align 8 ; Function Attrs: nofree norecurse nosync nounwind ssp memory(read, argmem: readwrite, inaccessiblemem: none) uwtable(sync) define ptr @PicoModuleList(ptr noundef writeonly %0) local_unnamed_addr #0 { %2 = icmp eq ptr %0, null %3 = load ptr, ptr @picoModules, align 8, !tbaa !6 br i1 %2, label %12, label %4 4: ; preds = %1, %4 %5 = phi i64 [ %9, %4 ], [ 0, %1 ] %6 = getelementptr inbounds ptr, ptr %3, i64 %5 %7 = load ptr, ptr %6, align 8, !tbaa !6 %8 = icmp eq ptr %7, null %9 = add nuw nsw i64 %5, 1 br i1 %8, label %10, label %4, !llvm.loop !10 10: ; preds = %4 %11 = trunc nuw nsw i64 %5 to i32 store i32 %11, ptr %0, align 4, !tbaa !12 br label %12 12: ; preds = %10, %1 ret ptr %3 } 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, !7, i64 0} !7 = !{!"any pointer", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = distinct !{!10, !11} !11 = !{!"llvm.loop.mustprogress"} !12 = !{!13, !13, i64 0} !13 = !{!"int", !8, i64 0}
lab_q3map2_libs_picomodel_extr_picomodules.c_PicoModuleList
; ModuleID = 'AnghaBench/php-src/ext/xmlrpc/libxmlrpc/extr_xmlrpc.c_XMLRPC_SetValueDouble.c' source_filename = "AnghaBench/php-src/ext/xmlrpc/libxmlrpc/extr_xmlrpc.c_XMLRPC_SetValueDouble.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 { double, i32 } @xmlrpc_double = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable define dso_local void @XMLRPC_SetValueDouble(ptr noundef writeonly %0, double noundef %1) local_unnamed_addr #0 { %3 = icmp eq ptr %0, null br i1 %3, label %7, label %4 4: ; preds = %2 %5 = load i32, ptr @xmlrpc_double, align 4, !tbaa !5 %6 = getelementptr inbounds %struct.TYPE_3__, ptr %0, i64 0, i32 1 store i32 %5, ptr %6, align 8, !tbaa !9 store double %1, ptr %0, align 8, !tbaa !12 br label %7 7: ; preds = %4, %2 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 8} !10 = !{!"TYPE_3__", !11, i64 0, !6, i64 8} !11 = !{!"double", !7, i64 0} !12 = !{!10, !11, i64 0}
; ModuleID = 'AnghaBench/php-src/ext/xmlrpc/libxmlrpc/extr_xmlrpc.c_XMLRPC_SetValueDouble.c' source_filename = "AnghaBench/php-src/ext/xmlrpc/libxmlrpc/extr_xmlrpc.c_XMLRPC_SetValueDouble.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @xmlrpc_double = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable(sync) define void @XMLRPC_SetValueDouble(ptr noundef writeonly %0, double noundef %1) local_unnamed_addr #0 { %3 = icmp eq ptr %0, null br i1 %3, label %7, label %4 4: ; preds = %2 %5 = load i32, ptr @xmlrpc_double, align 4, !tbaa !6 %6 = getelementptr inbounds i8, ptr %0, i64 8 store i32 %5, ptr %6, align 8, !tbaa !10 store double %1, ptr %0, align 8, !tbaa !13 br label %7 7: ; preds = %4, %2 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: write, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 8} !11 = !{!"TYPE_3__", !12, i64 0, !7, i64 8} !12 = !{!"double", !8, i64 0} !13 = !{!11, !12, i64 0}
php-src_ext_xmlrpc_libxmlrpc_extr_xmlrpc.c_XMLRPC_SetValueDouble
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_tree-eh.c_lower_try_finally_fallthru_label.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_tree-eh.c_lower_try_finally_fallthru_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" %struct.leh_tf_state = type { ptr, i64 } @llvm.compiler.used = appending global [1 x ptr] [ptr @lower_try_finally_fallthru_label], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i64 @lower_try_finally_fallthru_label(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds %struct.leh_tf_state, ptr %0, i64 0, i32 1 %3 = load i64, ptr %2, align 8, !tbaa !5 %4 = icmp eq i64 %3, 0 br i1 %4, label %5, label %13 5: ; preds = %1 %6 = tail call i64 (...) @create_artificial_label() #2 store i64 %6, ptr %2, align 8, !tbaa !5 %7 = load ptr, ptr %0, align 8, !tbaa !11 %8 = load ptr, ptr %7, align 8, !tbaa !12 %9 = icmp eq ptr %8, null br i1 %9, label %13, label %10 10: ; preds = %5 %11 = load i32, ptr %8, align 4, !tbaa !14 %12 = tail call i32 @record_in_finally_tree(i64 noundef %6, i32 noundef %11) #2 br label %13 13: ; preds = %5, %10, %1 %14 = phi i64 [ %3, %1 ], [ %6, %10 ], [ %6, %5 ] ret i64 %14 } declare i64 @create_artificial_label(...) local_unnamed_addr #1 declare i32 @record_in_finally_tree(i64 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !10, i64 8} !6 = !{!"leh_tf_state", !7, i64 0, !10, i64 8} !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 0} !12 = !{!13, !7, i64 0} !13 = !{!"TYPE_4__", !7, i64 0} !14 = !{!15, !16, i64 0} !15 = !{!"TYPE_3__", !16, i64 0} !16 = !{!"int", !8, i64 0}
; ModuleID = 'AnghaBench/freebsd/contrib/gcc/extr_tree-eh.c_lower_try_finally_fallthru_label.c' source_filename = "AnghaBench/freebsd/contrib/gcc/extr_tree-eh.c_lower_try_finally_fallthru_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 @lower_try_finally_fallthru_label], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i64 @lower_try_finally_fallthru_label(ptr nocapture noundef %0) #0 { %2 = getelementptr inbounds i8, ptr %0, i64 8 %3 = load i64, ptr %2, align 8, !tbaa !6 %4 = icmp eq i64 %3, 0 br i1 %4, label %5, label %13 5: ; preds = %1 %6 = tail call i64 @create_artificial_label() #2 store i64 %6, ptr %2, align 8, !tbaa !6 %7 = load ptr, ptr %0, align 8, !tbaa !12 %8 = load ptr, ptr %7, align 8, !tbaa !13 %9 = icmp eq ptr %8, null br i1 %9, label %13, label %10 10: ; preds = %5 %11 = load i32, ptr %8, align 4, !tbaa !15 %12 = tail call i32 @record_in_finally_tree(i64 noundef %6, i32 noundef %11) #2 br label %13 13: ; preds = %5, %10, %1 %14 = phi i64 [ %3, %1 ], [ %6, %10 ], [ %6, %5 ] ret i64 %14 } declare i64 @create_artificial_label(...) local_unnamed_addr #1 declare i32 @record_in_finally_tree(i64 noundef, i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !11, i64 8} !7 = !{!"leh_tf_state", !8, i64 0, !11, i64 8} !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 0} !13 = !{!14, !8, i64 0} !14 = !{!"TYPE_4__", !8, i64 0} !15 = !{!16, !17, i64 0} !16 = !{!"TYPE_3__", !17, i64 0} !17 = !{!"int", !9, i64 0}
freebsd_contrib_gcc_extr_tree-eh.c_lower_try_finally_fallthru_label
; ModuleID = 'AnghaBench/linux/fs/nfs/extr_nfs4xdr.c_decode_restorefh.c' source_filename = "AnghaBench/linux/fs/nfs/extr_nfs4xdr.c_decode_restorefh.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" @OP_RESTOREFH = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @decode_restorefh], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i32 @decode_restorefh(ptr noundef %0) #0 { %2 = load i32, ptr @OP_RESTOREFH, align 4, !tbaa !5 %3 = tail call i32 @decode_op_hdr(ptr noundef %0, i32 noundef %2) #2 ret i32 %3 } declare i32 @decode_op_hdr(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/fs/nfs/extr_nfs4xdr.c_decode_restorefh.c' source_filename = "AnghaBench/linux/fs/nfs/extr_nfs4xdr.c_decode_restorefh.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @OP_RESTOREFH = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @decode_restorefh], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i32 @decode_restorefh(ptr noundef %0) #0 { %2 = load i32, ptr @OP_RESTOREFH, align 4, !tbaa !6 %3 = tail call i32 @decode_op_hdr(ptr noundef %0, i32 noundef %2) #2 ret i32 %3 } declare i32 @decode_op_hdr(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_fs_nfs_extr_nfs4xdr.c_decode_restorefh
; ModuleID = 'AnghaBench/linux/net/netfilter/ipset/extr_ip_set_hash_netnet.c_hash_netnet4_init.c' source_filename = "AnghaBench/linux/net/netfilter/ipset/extr_ip_set_hash_netnet.c_hash_netnet4_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" @HOST_MASK = dso_local local_unnamed_addr global ptr null, align 8 @llvm.compiler.used = appending global [1 x ptr] [ptr @hash_netnet4_init], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(readwrite, inaccessiblemem: none) uwtable define internal void @hash_netnet4_init(ptr nocapture noundef readonly %0) #0 { %2 = load ptr, ptr @HOST_MASK, align 8, !tbaa !5 %3 = load ptr, ptr %0, align 8, !tbaa !9 store ptr %2, ptr %3, align 8, !tbaa !5 %4 = load ptr, ptr %0, align 8, !tbaa !9 %5 = getelementptr inbounds ptr, ptr %4, i64 1 store ptr %2, ptr %5, align 8, !tbaa !5 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind willreturn 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, !6, i64 0} !10 = !{!"hash_netnet4_elem", !6, i64 0}
; ModuleID = 'AnghaBench/linux/net/netfilter/ipset/extr_ip_set_hash_netnet.c_hash_netnet4_init.c' source_filename = "AnghaBench/linux/net/netfilter/ipset/extr_ip_set_hash_netnet.c_hash_netnet4_init.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @HOST_MASK = common local_unnamed_addr global ptr null, align 8 @llvm.used = appending global [1 x ptr] [ptr @hash_netnet4_init], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(readwrite, inaccessiblemem: none) uwtable(sync) define internal void @hash_netnet4_init(ptr nocapture noundef readonly %0) #0 { %2 = load ptr, ptr @HOST_MASK, align 8, !tbaa !6 %3 = load ptr, ptr %0, align 8, !tbaa !10 store ptr %2, ptr %3, align 8, !tbaa !6 %4 = load ptr, ptr %0, align 8, !tbaa !10 %5 = getelementptr inbounds i8, ptr %4, i64 8 store ptr %2, ptr %5, align 8, !tbaa !6 ret void } attributes #0 = { mustprogress nofree norecurse nosync nounwind ssp willreturn 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, !7, i64 0} !11 = !{!"hash_netnet4_elem", !7, i64 0}
linux_net_netfilter_ipset_extr_ip_set_hash_netnet.c_hash_netnet4_init
; ModuleID = 'AnghaBench/esp-idf/components/bt/host/bluedroid/bta/hf_ag/extr_bta_ag_main.c_bta_ag_scb_dealloc.c' source_filename = "AnghaBench/esp-idf/components/bt/host/bluedroid/bta/hf_ag/extr_bta_ag_main.c_bta_ag_scb_dealloc.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 } %struct.TYPE_8__ = type { i32, i32, i32, i32 } %struct.TYPE_7__ = type { i64 } @FALSE = dso_local local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [22 x i8] c"bta_ag_scb_dealloc %d\00", align 1 @BTM_INVALID_SCO_INDEX = dso_local local_unnamed_addr global i32 0, align 4 @BTA_ID_AG = dso_local local_unnamed_addr global i32 0, align 4 @BTA_AG_NUM_SCB = dso_local local_unnamed_addr global i64 0, align 8 @bta_ag_cb = dso_local local_unnamed_addr global %struct.TYPE_9__ zeroinitializer, align 8 @TRUE = dso_local local_unnamed_addr global i32 0, align 4 @BTA_AG_DISABLE_EVT = dso_local local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind uwtable define dso_local void @bta_ag_scb_dealloc(ptr noundef %0) local_unnamed_addr #0 { %2 = load i32, ptr @FALSE, align 4, !tbaa !5 %3 = tail call i32 @bta_ag_scb_to_idx(ptr noundef %0) #2 %4 = tail call i32 @APPL_TRACE_DEBUG(ptr noundef nonnull @.str, i32 noundef %3) #2 %5 = getelementptr inbounds %struct.TYPE_8__, ptr %0, i64 0, i32 3 %6 = tail call i32 @bta_sys_stop_timer(ptr noundef nonnull %5) #2 %7 = getelementptr inbounds %struct.TYPE_8__, ptr %0, i64 0, i32 2 %8 = tail call i32 @bta_sys_stop_timer(ptr noundef nonnull %7) #2 %9 = getelementptr inbounds %struct.TYPE_8__, ptr %0, i64 0, i32 1 %10 = tail call i32 @bta_sys_stop_timer(ptr noundef nonnull %9) #2 %11 = tail call i32 @memset(ptr noundef %0, i32 noundef 0, i32 noundef 16) #2 %12 = load i32, ptr @BTM_INVALID_SCO_INDEX, align 4, !tbaa !5 store i32 %12, ptr %0, align 4, !tbaa !9 %13 = load i32, ptr @BTA_ID_AG, align 4, !tbaa !5 %14 = tail call i32 @bta_sys_is_register(i32 noundef %13) #2 %15 = icmp eq i32 %14, 0 br i1 %15, label %16, label %38 16: ; preds = %1 %17 = load i64, ptr @BTA_AG_NUM_SCB, align 8, !tbaa !11 %18 = icmp eq i64 %17, 0 br i1 %18, label %31, label %19 19: ; preds = %16 %20 = load ptr, ptr getelementptr inbounds (%struct.TYPE_9__, ptr @bta_ag_cb, i64 0, i32 1), align 8, !tbaa !13 br label %24 21: ; preds = %24 %22 = add nuw i64 %25, 1 %23 = icmp eq i64 %22, %17 br i1 %23, label %31, label %24, !llvm.loop !16 24: ; preds = %19, %21 %25 = phi i64 [ 0, %19 ], [ %22, %21 ] %26 = getelementptr inbounds %struct.TYPE_7__, ptr %20, i64 %25 %27 = load i64, ptr %26, align 8, !tbaa !18 %28 = icmp eq i64 %27, 0 br i1 %28, label %21, label %29 29: ; preds = %24 %30 = load i32, ptr @TRUE, align 4, !tbaa !5 br label %31 31: ; preds = %21, %16, %29 %32 = phi i32 [ %30, %29 ], [ %2, %16 ], [ %2, %21 ] %33 = icmp eq i32 %32, 0 br i1 %33, label %34, label %38 34: ; preds = %31 %35 = load ptr, ptr @bta_ag_cb, align 8, !tbaa !20 %36 = load i32, ptr @BTA_AG_DISABLE_EVT, align 4, !tbaa !5 %37 = tail call i32 %35(i32 noundef %36, ptr noundef null) #2 br label %38 38: ; preds = %31, %34, %1 ret void } declare i32 @APPL_TRACE_DEBUG(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @bta_ag_scb_to_idx(ptr noundef) local_unnamed_addr #1 declare i32 @bta_sys_stop_timer(ptr noundef) local_unnamed_addr #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @bta_sys_is_register(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !6, i64 0} !6 = !{!"int", !7, i64 0} !7 = !{!"omnipotent char", !8, i64 0} !8 = !{!"Simple C/C++ TBAA"} !9 = !{!10, !6, i64 0} !10 = !{!"TYPE_8__", !6, i64 0, !6, i64 4, !6, i64 8, !6, i64 12} !11 = !{!12, !12, i64 0} !12 = !{!"long", !7, i64 0} !13 = !{!14, !15, i64 8} !14 = !{!"TYPE_9__", !15, i64 0, !15, i64 8} !15 = !{!"any pointer", !7, i64 0} !16 = distinct !{!16, !17} !17 = !{!"llvm.loop.mustprogress"} !18 = !{!19, !12, i64 0} !19 = !{!"TYPE_7__", !12, i64 0} !20 = !{!14, !15, i64 0}
; ModuleID = 'AnghaBench/esp-idf/components/bt/host/bluedroid/bta/hf_ag/extr_bta_ag_main.c_bta_ag_scb_dealloc.c' source_filename = "AnghaBench/esp-idf/components/bt/host/bluedroid/bta/hf_ag/extr_bta_ag_main.c_bta_ag_scb_dealloc.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" %struct.TYPE_9__ = type { ptr, ptr } %struct.TYPE_7__ = type { i64 } @FALSE = common local_unnamed_addr global i32 0, align 4 @.str = private unnamed_addr constant [22 x i8] c"bta_ag_scb_dealloc %d\00", align 1 @BTM_INVALID_SCO_INDEX = common local_unnamed_addr global i32 0, align 4 @BTA_ID_AG = common local_unnamed_addr global i32 0, align 4 @BTA_AG_NUM_SCB = common local_unnamed_addr global i64 0, align 8 @bta_ag_cb = common local_unnamed_addr global %struct.TYPE_9__ zeroinitializer, align 8 @TRUE = common local_unnamed_addr global i32 0, align 4 @BTA_AG_DISABLE_EVT = common local_unnamed_addr global i32 0, align 4 ; Function Attrs: nounwind ssp uwtable(sync) define void @bta_ag_scb_dealloc(ptr noundef %0) local_unnamed_addr #0 { %2 = load i32, ptr @FALSE, align 4, !tbaa !6 %3 = tail call i32 @bta_ag_scb_to_idx(ptr noundef %0) #2 %4 = tail call i32 @APPL_TRACE_DEBUG(ptr noundef nonnull @.str, i32 noundef %3) #2 %5 = getelementptr inbounds i8, ptr %0, i64 12 %6 = tail call i32 @bta_sys_stop_timer(ptr noundef nonnull %5) #2 %7 = getelementptr inbounds i8, ptr %0, i64 8 %8 = tail call i32 @bta_sys_stop_timer(ptr noundef nonnull %7) #2 %9 = getelementptr inbounds i8, ptr %0, i64 4 %10 = tail call i32 @bta_sys_stop_timer(ptr noundef nonnull %9) #2 %11 = tail call i32 @memset(ptr noundef %0, i32 noundef 0, i32 noundef 16) #2 %12 = load i32, ptr @BTM_INVALID_SCO_INDEX, align 4, !tbaa !6 store i32 %12, ptr %0, align 4, !tbaa !10 %13 = load i32, ptr @BTA_ID_AG, align 4, !tbaa !6 %14 = tail call i32 @bta_sys_is_register(i32 noundef %13) #2 %15 = icmp eq i32 %14, 0 br i1 %15, label %16, label %38 16: ; preds = %1 %17 = load i64, ptr @BTA_AG_NUM_SCB, align 8, !tbaa !12 %18 = icmp eq i64 %17, 0 br i1 %18, label %31, label %19 19: ; preds = %16 %20 = load ptr, ptr getelementptr inbounds (i8, ptr @bta_ag_cb, i64 8), align 8, !tbaa !14 br label %24 21: ; preds = %24 %22 = add nuw i64 %25, 1 %23 = icmp eq i64 %22, %17 br i1 %23, label %31, label %24, !llvm.loop !17 24: ; preds = %19, %21 %25 = phi i64 [ 0, %19 ], [ %22, %21 ] %26 = getelementptr inbounds %struct.TYPE_7__, ptr %20, i64 %25 %27 = load i64, ptr %26, align 8, !tbaa !19 %28 = icmp eq i64 %27, 0 br i1 %28, label %21, label %29 29: ; preds = %24 %30 = load i32, ptr @TRUE, align 4, !tbaa !6 br label %31 31: ; preds = %21, %16, %29 %32 = phi i32 [ %30, %29 ], [ %2, %16 ], [ %2, %21 ] %33 = icmp eq i32 %32, 0 br i1 %33, label %34, label %38 34: ; preds = %31 %35 = load ptr, ptr @bta_ag_cb, align 8, !tbaa !21 %36 = load i32, ptr @BTA_AG_DISABLE_EVT, align 4, !tbaa !6 %37 = tail call i32 %35(i32 noundef %36, ptr noundef null) #2 br label %38 38: ; preds = %31, %34, %1 ret void } declare i32 @APPL_TRACE_DEBUG(ptr noundef, i32 noundef) local_unnamed_addr #1 declare i32 @bta_ag_scb_to_idx(ptr noundef) local_unnamed_addr #1 declare i32 @bta_sys_stop_timer(ptr noundef) local_unnamed_addr #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) local_unnamed_addr #1 declare i32 @bta_sys_is_register(i32 noundef) local_unnamed_addr #1 attributes #0 = { nounwind ssp uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #1 = { "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !7, i64 0} !7 = !{!"int", !8, i64 0} !8 = !{!"omnipotent char", !9, i64 0} !9 = !{!"Simple C/C++ TBAA"} !10 = !{!11, !7, i64 0} !11 = !{!"TYPE_8__", !7, i64 0, !7, i64 4, !7, i64 8, !7, i64 12} !12 = !{!13, !13, i64 0} !13 = !{!"long", !8, i64 0} !14 = !{!15, !16, i64 8} !15 = !{!"TYPE_9__", !16, i64 0, !16, i64 8} !16 = !{!"any pointer", !8, i64 0} !17 = distinct !{!17, !18} !18 = !{!"llvm.loop.mustprogress"} !19 = !{!20, !13, i64 0} !20 = !{!"TYPE_7__", !13, i64 0} !21 = !{!15, !16, i64 0}
esp-idf_components_bt_host_bluedroid_bta_hf_ag_extr_bta_ag_main.c_bta_ag_scb_dealloc
; ModuleID = 'AnghaBench/RetroArch/gfx/extr_video_thread_wrapper.c_thread_load_texture.c' source_filename = "AnghaBench/RetroArch/gfx/extr_video_thread_wrapper.c_thread_load_texture.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 { i32, ptr } @llvm.compiler.used = appending global [1 x ptr] [ptr @thread_load_texture], section "llvm.metadata" ; Function Attrs: nounwind uwtable define internal i64 @thread_load_texture(ptr noundef readonly %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = icmp eq ptr %0, null br i1 %5, label %16, label %6 6: ; preds = %4 %7 = getelementptr inbounds %struct.TYPE_4__, ptr %0, i64 0, i32 1 %8 = load ptr, ptr %7, align 8, !tbaa !5 %9 = icmp eq ptr %8, null br i1 %9, label %16, label %10 10: ; preds = %6 %11 = load ptr, ptr %8, align 8, !tbaa !11 %12 = icmp eq ptr %11, null br i1 %12, label %16, label %13 13: ; preds = %10 %14 = load i32, ptr %0, align 8, !tbaa !13 %15 = tail call i64 %11(i32 noundef %14, ptr noundef %1, i32 noundef %2, i32 noundef %3) #1 br label %16 16: ; preds = %4, %6, %10, %13 %17 = phi i64 [ %15, %13 ], [ 0, %10 ], [ 0, %6 ], [ 0, %4 ] ret i64 %17 } 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 = !{!"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_3__", !10, i64 0} !13 = !{!6, !7, i64 0}
; ModuleID = 'AnghaBench/RetroArch/gfx/extr_video_thread_wrapper.c_thread_load_texture.c' source_filename = "AnghaBench/RetroArch/gfx/extr_video_thread_wrapper.c_thread_load_texture.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 @thread_load_texture], section "llvm.metadata" ; Function Attrs: nounwind ssp uwtable(sync) define internal i64 @thread_load_texture(ptr noundef readonly %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = icmp eq ptr %0, null br i1 %5, label %16, label %6 6: ; preds = %4 %7 = getelementptr inbounds i8, ptr %0, i64 8 %8 = load ptr, ptr %7, align 8, !tbaa !6 %9 = icmp eq ptr %8, null br i1 %9, label %16, label %10 10: ; preds = %6 %11 = load ptr, ptr %8, align 8, !tbaa !12 %12 = icmp eq ptr %11, null br i1 %12, label %16, label %13 13: ; preds = %10 %14 = load i32, ptr %0, align 8, !tbaa !14 %15 = tail call i64 %11(i32 noundef %14, ptr noundef %1, i32 noundef %2, i32 noundef %3) #1 br label %16 16: ; preds = %4, %6, %10, %13 %17 = phi i64 [ %15, %13 ], [ 0, %10 ], [ 0, %6 ], [ 0, %4 ] ret i64 %17 } 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 = !{!"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_3__", !11, i64 0} !14 = !{!7, !8, i64 0}
RetroArch_gfx_extr_video_thread_wrapper.c_thread_load_texture
; ModuleID = 'AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx.c_ahd_update_neg_request.c' source_filename = "AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx.c_ahd_update_neg_request.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.ahd_initiator_tinfo = type { %struct.TYPE_4__, %struct.TYPE_3__ } %struct.TYPE_4__ = type { i64, i64, i64, i64 } %struct.TYPE_3__ = type { i64, i64, i64, i64 } @AHD_NEG_ALWAYS = dso_local local_unnamed_addr global i64 0, align 8 @AHD_WIDE = dso_local local_unnamed_addr global i32 0, align 4 @AHD_WIDTH_UNKNOWN = dso_local local_unnamed_addr global i64 0, align 8 @AHD_PERIOD_UNKNOWN = dso_local local_unnamed_addr global i64 0, align 8 @AHD_OFFSET_UNKNOWN = dso_local local_unnamed_addr global i64 0, align 8 @AHD_NEG_IF_NON_ASYNC = dso_local local_unnamed_addr global i64 0, align 8 @MSG_EXT_WDTR_BUS_8_BIT = dso_local local_unnamed_addr global i64 0, align 8 ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(read, argmem: readwrite, inaccessiblemem: none) uwtable define dso_local i32 @ahd_update_neg_request(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1, ptr nocapture noundef %2, ptr nocapture noundef %3, i64 noundef %4) local_unnamed_addr #0 { %6 = load i32, ptr %2, align 4, !tbaa !5 %7 = load i64, ptr @AHD_NEG_ALWAYS, align 8, !tbaa !10 %8 = icmp eq i64 %7, %4 br i1 %8, label %12, label %9 9: ; preds = %5 %10 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1, i32 1 %11 = load i64, ptr %10, align 8, !tbaa !12 br label %25 12: ; preds = %5 %13 = load i32, ptr %0, align 4, !tbaa !16 %14 = load i32, ptr @AHD_WIDE, align 4, !tbaa !18 %15 = and i32 %14, %13 %16 = icmp eq i32 %15, 0 br i1 %16, label %20, label %17 17: ; preds = %12 %18 = load i64, ptr @AHD_WIDTH_UNKNOWN, align 8, !tbaa !10 %19 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1 store i64 %18, ptr %19, align 8, !tbaa !19 br label %20 20: ; preds = %17, %12 %21 = load i64, ptr @AHD_PERIOD_UNKNOWN, align 8, !tbaa !10 %22 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1, i32 1 store i64 %21, ptr %22, align 8, !tbaa !12 %23 = load i64, ptr @AHD_OFFSET_UNKNOWN, align 8, !tbaa !10 %24 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1, i32 2 store i64 %23, ptr %24, align 8, !tbaa !20 br label %25 25: ; preds = %9, %20 %26 = phi i64 [ %11, %9 ], [ %21, %20 ] %27 = load i64, ptr %3, align 8, !tbaa !21 %28 = icmp eq i64 %26, %27 br i1 %28, label %29, label %57 29: ; preds = %25 %30 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1 %31 = load i64, ptr %30, align 8, !tbaa !19 %32 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i64 0, i32 1 %33 = load i64, ptr %32, align 8, !tbaa !22 %34 = icmp eq i64 %31, %33 br i1 %34, label %35, label %57 35: ; preds = %29 %36 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1, i32 2 %37 = load i64, ptr %36, align 8, !tbaa !20 %38 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i64 0, i32 2 %39 = load i64, ptr %38, align 8, !tbaa !23 %40 = icmp eq i64 %37, %39 br i1 %40, label %41, label %57 41: ; preds = %35 %42 = getelementptr inbounds %struct.ahd_initiator_tinfo, ptr %3, i64 0, i32 1, i32 3 %43 = load i64, ptr %42, align 8, !tbaa !24 %44 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i64 0, i32 3 %45 = load i64, ptr %44, align 8, !tbaa !25 %46 = icmp eq i64 %43, %45 br i1 %46, label %47, label %57 47: ; preds = %41 %48 = load i64, ptr @AHD_NEG_IF_NON_ASYNC, align 8, !tbaa !10 %49 = icmp eq i64 %48, %4 br i1 %49, label %50, label %60 50: ; preds = %47 %51 = icmp eq i64 %37, 0 %52 = load i64, ptr @MSG_EXT_WDTR_BUS_8_BIT, align 8 %53 = icmp eq i64 %31, %52 %54 = select i1 %51, i1 %53, i1 false %55 = icmp eq i64 %43, 0 %56 = and i1 %55, %54 br i1 %56, label %60, label %57 57: ; preds = %50, %41, %35, %29, %25 %58 = load i32, ptr %1, align 4, !tbaa !26 %59 = or i32 %58, %6 br label %64 60: ; preds = %50, %47 %61 = load i32, ptr %1, align 4, !tbaa !26 %62 = xor i32 %61, -1 %63 = and i32 %6, %62 br label %64 64: ; preds = %60, %57 %65 = phi i32 [ %63, %60 ], [ %59, %57 ] store i32 %65, ptr %2, align 4, !tbaa !5 %66 = icmp ne i32 %6, %65 %67 = zext i1 %66 to i32 ret i32 %67 } 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, !7, i64 0} !6 = !{!"ahd_tmode_tstate", !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 = !{!"long", !8, i64 0} !12 = !{!13, !11, i64 40} !13 = !{!"ahd_initiator_tinfo", !14, i64 0, !15, i64 32} !14 = !{!"TYPE_4__", !11, i64 0, !11, i64 8, !11, i64 16, !11, i64 24} !15 = !{!"TYPE_3__", !11, i64 0, !11, i64 8, !11, i64 16, !11, i64 24} !16 = !{!17, !7, i64 0} !17 = !{!"ahd_softc", !7, i64 0} !18 = !{!7, !7, i64 0} !19 = !{!13, !11, i64 32} !20 = !{!13, !11, i64 48} !21 = !{!13, !11, i64 0} !22 = !{!13, !11, i64 8} !23 = !{!13, !11, i64 16} !24 = !{!13, !11, i64 56} !25 = !{!13, !11, i64 24} !26 = !{!27, !7, i64 0} !27 = !{!"ahd_devinfo", !7, i64 0}
; ModuleID = 'AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx.c_ahd_update_neg_request.c' source_filename = "AnghaBench/freebsd/sys/dev/aic7xxx/extr_aic79xx.c_ahd_update_neg_request.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @AHD_NEG_ALWAYS = common local_unnamed_addr global i64 0, align 8 @AHD_WIDE = common local_unnamed_addr global i32 0, align 4 @AHD_WIDTH_UNKNOWN = common local_unnamed_addr global i64 0, align 8 @AHD_PERIOD_UNKNOWN = common local_unnamed_addr global i64 0, align 8 @AHD_OFFSET_UNKNOWN = common local_unnamed_addr global i64 0, align 8 @AHD_NEG_IF_NON_ASYNC = common local_unnamed_addr global i64 0, align 8 @MSG_EXT_WDTR_BUS_8_BIT = common local_unnamed_addr global i64 0, align 8 ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, argmem: readwrite, inaccessiblemem: none) uwtable(sync) define range(i32 0, 2) i32 @ahd_update_neg_request(ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1, ptr nocapture noundef %2, ptr nocapture noundef %3, i64 noundef %4) local_unnamed_addr #0 { %6 = load i32, ptr %2, align 4, !tbaa !6 %7 = load i64, ptr @AHD_NEG_ALWAYS, align 8, !tbaa !11 %8 = icmp eq i64 %7, %4 br i1 %8, label %12, label %9 9: ; preds = %5 %10 = getelementptr inbounds i8, ptr %3, i64 40 %11 = load i64, ptr %10, align 8, !tbaa !13 br label %25 12: ; preds = %5 %13 = load i32, ptr %0, align 4, !tbaa !17 %14 = load i32, ptr @AHD_WIDE, align 4, !tbaa !19 %15 = and i32 %14, %13 %16 = icmp eq i32 %15, 0 br i1 %16, label %20, label %17 17: ; preds = %12 %18 = load i64, ptr @AHD_WIDTH_UNKNOWN, align 8, !tbaa !11 %19 = getelementptr inbounds i8, ptr %3, i64 32 store i64 %18, ptr %19, align 8, !tbaa !20 br label %20 20: ; preds = %17, %12 %21 = load i64, ptr @AHD_PERIOD_UNKNOWN, align 8, !tbaa !11 %22 = getelementptr inbounds i8, ptr %3, i64 40 store i64 %21, ptr %22, align 8, !tbaa !13 %23 = load i64, ptr @AHD_OFFSET_UNKNOWN, align 8, !tbaa !11 %24 = getelementptr inbounds i8, ptr %3, i64 48 store i64 %23, ptr %24, align 8, !tbaa !21 br label %25 25: ; preds = %9, %20 %26 = phi i64 [ %11, %9 ], [ %21, %20 ] %27 = load i64, ptr %3, align 8, !tbaa !22 %28 = icmp eq i64 %26, %27 br i1 %28, label %29, label %57 29: ; preds = %25 %30 = getelementptr inbounds i8, ptr %3, i64 32 %31 = load i64, ptr %30, align 8, !tbaa !20 %32 = getelementptr inbounds i8, ptr %3, i64 8 %33 = load i64, ptr %32, align 8, !tbaa !23 %34 = icmp eq i64 %31, %33 br i1 %34, label %35, label %57 35: ; preds = %29 %36 = getelementptr inbounds i8, ptr %3, i64 48 %37 = load i64, ptr %36, align 8, !tbaa !21 %38 = getelementptr inbounds i8, ptr %3, i64 16 %39 = load i64, ptr %38, align 8, !tbaa !24 %40 = icmp eq i64 %37, %39 br i1 %40, label %41, label %57 41: ; preds = %35 %42 = getelementptr inbounds i8, ptr %3, i64 56 %43 = load i64, ptr %42, align 8, !tbaa !25 %44 = getelementptr inbounds i8, ptr %3, i64 24 %45 = load i64, ptr %44, align 8, !tbaa !26 %46 = icmp eq i64 %43, %45 br i1 %46, label %47, label %57 47: ; preds = %41 %48 = load i64, ptr @AHD_NEG_IF_NON_ASYNC, align 8, !tbaa !11 %49 = icmp eq i64 %48, %4 br i1 %49, label %50, label %60 50: ; preds = %47 %51 = icmp eq i64 %37, 0 %52 = load i64, ptr @MSG_EXT_WDTR_BUS_8_BIT, align 8 %53 = icmp eq i64 %31, %52 %54 = select i1 %51, i1 %53, i1 false %55 = icmp eq i64 %43, 0 %56 = and i1 %55, %54 br i1 %56, label %60, label %57 57: ; preds = %50, %41, %35, %29, %25 %58 = load i32, ptr %1, align 4, !tbaa !27 %59 = or i32 %58, %6 br label %64 60: ; preds = %50, %47 %61 = load i32, ptr %1, align 4, !tbaa !27 %62 = xor i32 %61, -1 %63 = and i32 %6, %62 br label %64 64: ; preds = %60, %57 %65 = phi i32 [ %63, %60 ], [ %59, %57 ] store i32 %65, ptr %2, align 4, !tbaa !6 %66 = icmp ne i32 %6, %65 %67 = zext i1 %66 to i32 ret i32 %67 } 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, !8, i64 0} !7 = !{!"ahd_tmode_tstate", !8, i64 0} !8 = !{!"int", !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, !12, i64 40} !14 = !{!"ahd_initiator_tinfo", !15, i64 0, !16, i64 32} !15 = !{!"TYPE_4__", !12, i64 0, !12, i64 8, !12, i64 16, !12, i64 24} !16 = !{!"TYPE_3__", !12, i64 0, !12, i64 8, !12, i64 16, !12, i64 24} !17 = !{!18, !8, i64 0} !18 = !{!"ahd_softc", !8, i64 0} !19 = !{!8, !8, i64 0} !20 = !{!14, !12, i64 32} !21 = !{!14, !12, i64 48} !22 = !{!14, !12, i64 0} !23 = !{!14, !12, i64 8} !24 = !{!14, !12, i64 16} !25 = !{!14, !12, i64 56} !26 = !{!14, !12, i64 24} !27 = !{!28, !8, i64 0} !28 = !{!"ahd_devinfo", !8, i64 0}
freebsd_sys_dev_aic7xxx_extr_aic79xx.c_ahd_update_neg_request
; ModuleID = 'AnghaBench/linux/drivers/scsi/qedf/extr_qedf_main.c_qedf_fcp_cleanup.c' source_filename = "AnghaBench/linux/drivers/scsi/qedf/extr_qedf_main.c_qedf_fcp_cleanup.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @llvm.compiler.used = appending global [1 x ptr] [ptr @qedf_fcp_cleanup], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) uwtable define internal void @qedf_fcp_cleanup(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/scsi/qedf/extr_qedf_main.c_qedf_fcp_cleanup.c' source_filename = "AnghaBench/linux/drivers/scsi/qedf/extr_qedf_main.c_qedf_fcp_cleanup.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @llvm.used = appending global [1 x ptr] [ptr @qedf_fcp_cleanup], section "llvm.metadata" ; Function Attrs: mustprogress nofree norecurse nosync nounwind ssp willreturn memory(none) uwtable(sync) define internal void @qedf_fcp_cleanup(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_scsi_qedf_extr_qedf_main.c_qedf_fcp_cleanup
; ModuleID = 'AnghaBench/freebsd/sys/contrib/ena-com/extr_ena_defsena_eth_io_defs.h_get_ena_eth_io_intr_reg_rx_intr_delay.c' source_filename = "AnghaBench/freebsd/sys/contrib/ena-com/extr_ena_defsena_eth_io_defs.h_get_ena_eth_io_intr_reg_rx_intr_delay.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" @ENA_ETH_IO_INTR_REG_RX_INTR_DELAY_MASK = dso_local local_unnamed_addr global i32 0, align 4 @llvm.compiler.used = appending global [1 x ptr] [ptr @get_ena_eth_io_intr_reg_rx_intr_delay], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(read, inaccessiblemem: none) uwtable define internal i32 @get_ena_eth_io_intr_reg_rx_intr_delay(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !5 %3 = load i32, ptr @ENA_ETH_IO_INTR_REG_RX_INTR_DELAY_MASK, align 4, !tbaa !10 %4 = and i32 %3, %2 ret i32 %4 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind willreturn memory(read, inaccessiblemem: none) uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.ident = !{!4} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{!"clang version 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)"} !5 = !{!6, !7, i64 0} !6 = !{!"ena_eth_io_intr_reg", !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/sys/contrib/ena-com/extr_ena_defsena_eth_io_defs.h_get_ena_eth_io_intr_reg_rx_intr_delay.c' source_filename = "AnghaBench/freebsd/sys/contrib/ena-com/extr_ena_defsena_eth_io_defs.h_get_ena_eth_io_intr_reg_rx_intr_delay.c" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128-Fn32" target triple = "arm64-apple-macosx15.0.0" @ENA_ETH_IO_INTR_REG_RX_INTR_DELAY_MASK = common local_unnamed_addr global i32 0, align 4 @llvm.used = appending global [1 x ptr] [ptr @get_ena_eth_io_intr_reg_rx_intr_delay], section "llvm.metadata" ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, inaccessiblemem: none) uwtable(sync) define internal i32 @get_ena_eth_io_intr_reg_rx_intr_delay(ptr nocapture noundef readonly %0) #0 { %2 = load i32, ptr %0, align 4, !tbaa !6 %3 = load i32, ptr @ENA_ETH_IO_INTR_REG_RX_INTR_DELAY_MASK, align 4, !tbaa !11 %4 = and i32 %3, %2 ret i32 %4 } attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind ssp willreturn memory(read, inaccessiblemem: none) uwtable(sync) "frame-pointer"="non-leaf" "no-trapping-math"="true" "probe-stack"="__chkstk_darwin" "stack-protector-buffer-size"="8" "target-cpu"="apple-m1" "target-features"="+aes,+altnzcv,+bti,+ccdp,+ccidx,+complxnum,+crc,+dit,+dotprod,+flagm,+fp-armv8,+fp16fml,+fptoint,+fullfp16,+jsconv,+lse,+neon,+pauth,+perfmon,+predres,+ras,+rcpc,+rdm,+sb,+sha2,+sha3,+specrestrict,+ssbs,+v8.1a,+v8.2a,+v8.3a,+v8.4a,+v8.5a,+v8a,+zcm,+zcz" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 2, !"SDK Version", [2 x i32] [i32 15, i32 5]} !1 = !{i32 1, !"wchar_size", i32 4} !2 = !{i32 8, !"PIC Level", i32 2} !3 = !{i32 7, !"uwtable", i32 1} !4 = !{i32 7, !"frame-pointer", i32 1} !5 = !{!"Apple clang version 17.0.0 (clang-1700.0.13.5)"} !6 = !{!7, !8, i64 0} !7 = !{!"ena_eth_io_intr_reg", !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_sys_contrib_ena-com_extr_ena_defsena_eth_io_defs.h_get_ena_eth_io_intr_reg_rx_intr_delay