Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dloop-multiexit-succ-cond.ll13 ; CHECK-NEXT: [count1, dobreak, count2] -> { : }
15 ; CHECK-NEXT: [count1, dobreak, count2] -> { : (count1 > 0 and dobreak > 0) or count1 <= 0 or (c…
19 ; CHECK-NEXT: [count1, dobreak, count2] -> { Stmt_loop_enter[] : count1 > 0 };
23 ; CHECK-NEXT: [count1, dobreak, count2] -> { Stmt_loop_break[] : count1 > 0 and dobreak > 0…
27 ; CHECK-NEXT: [count1, dobreak, count2] -> { Stmt_loop_finish[] : count1 > 0 and dobreak <=…
31 ; CHECK-NEXT: [count1, dobreak, count2] -> { Stmt_loop_skip[] : count1 <= 0 };
42 define void @func(i64 %count1, i64 %count2, i32 %dobreak, float* %A) {
48 %cmp6 = icmp sgt i64 %count1, 0
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmove_latch_to_loop_top.ll14 %count1 = phi i32 [0, %entry], [%count4, %latch]
23 %count2 = add i32 %count1, 1
48 %count1 = phi i32 [0, %entry], [%count4, %latch]
57 %count2 = add i32 %count1, 1
61 %count3 = add i32 %count1, 2
116 %count1 = phi i32 [0, %entry], [%count12, %latch]
125 %count2 = add i32 %count1, 1
143 %count7 = add i32 %count1, 2
184 %count1 = phi i32 [0, %entry], [%count4, %latch]
193 %count2 = add i32 %count1, 1
[all …]
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DTimerTest.cpp97 int count1, count2; in TEST() local
102 &seconds1, &total1, &child1, &count1, &seconds2, &count2)) in TEST()
105 EXPECT_EQ(1, count1); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-11.ll10 define void @f1(i32 %count1, i32 %count2) {
19 %array1 = alloca i8, i32 %count1
H A Dbackchain.ll56 define void @f5(i32 %count1, i32 %count2) "backchain" {
78 %array1 = alloca i8, i32 %count1
87 define void @f6(i32 %count1, i32 %count2) #0 {
109 %array1 = alloca i8, i32 %count1
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/
H A Dsort.pass.cpp185 int32_t count1 = KeyCount; in operator ()() local
186 EXPECT_EQ(count0, count1, "key cleanup error"); in operator ()()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp1167 auto count1{CountDummyProcedures(args1)}; in Distinguishable() local
1169 if (count1.notOptional > count2.total || count2.notOptional > count1.total) { in Distinguishable()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2797 const size_t count1 = decl_ctx_1.size(); in DIEDeclContextsMatch() local
2799 if (count1 != count2) in DIEDeclContextsMatch()
2807 for (i = 0; i < count1; i++) { in DIEDeclContextsMatch()
2819 dw_tag_t cu_tag = decl_ctx_1[count1 - 1].Tag(); in DIEDeclContextsMatch()
2826 for (i = 0; i < count1 - 1; i++) { in DIEDeclContextsMatch()