Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DPartialInlineVarArg.ll9 %stat1 = load i32, i32* @stat, align 4
10 %cmp = icmp slt i32 %stat1, 0
14 %vg1 = add nsw i32 %stat1, 1
39 ; CHECK-NEXT: call void (i32, i8**, i32, ...) @vararg.3.bb1(i32 %stat1.i, i8** %vargs.i, i32 %arg)
49 ; CHECK-NEXT: call void (i32, i8**, i32, ...) @vararg.3.bb1(i32 %stat1.i, i8** %vargs.i, i32 %arg,…
57 %stat1 = load i32, i32* @stat, align 4
58 %cmp = icmp slt i32 %stat1, 0
62 %vg1 = add nsw i32 %stat1, 1
H A DPartialInlineNoInline.ll11 %stat1 = load i32, i32* @stat, align 4
12 %cmp = icmp slt i32 %stat1, 0
16 %vg1 = add nsw i32 %stat1, 1
/llvm-project-15.0.7/flang/test/Semantics/
H A Dio02.f906 integer(kind=1) :: stat1 variable
12 close(unit=unit11, err=9, iomsg=msg, iostat=stat1)
18 close(iostat=stat1)
H A Dio06.f905 integer(1) stat1 variable
12 backspace(10, iomsg=msg1, iostat=stat1, err=9)
24 wait(99, id=id1, end=9, eor=9, err=9, iostat=stat1, iomsg=msg1)
H A Dio05.f906 integer*1 stat1 variable
13 inquire(10, pos=ipos, iomsg=msg, iostat=stat1)
50 inquire(form=c(1), iostat=stat1, form=c(2), file='abc')
H A Dio01.f9026 integer(kind=1) :: stat1 variable
40 open(22, access=access_(2), iostat=stat1, iomsg=msg)
H A Dio03.f9011 integer*1 stat1 variable
80 read(11, pos=ipos, iostat=stat1, iostat=stat2)
H A Dio04.f906 integer*1 stat1, id1 variable