Searched refs:next_iter (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-07-17-lftr-undef.ll | 14 %iter = phi i64 [ %next_iter, %block9 ], [ 1, %func_start ] 15 %next_iter = add nsw i64 %iter, 1 16 …ture getelementptr inbounds ([6 x i8], [6 x i8]* @.str3, i64 0, i64 0), i64 %next_iter, i64 %undef) 18 %_tmp_3 = icmp slt i64 %next_iter, 100
|
/external/libchrome/dbus/ |
D | dbus_statistics.cc | 198 StatSet::const_iterator next_iter = ++iter; in GetAsString() local 205 if (next_iter != stats.end() && in GetAsString() 206 (*next_iter)->service == stat->service && in GetAsString() 207 (show < SHOW_INTERFACE || (*next_iter)->interface == stat->interface) && in GetAsString() 208 (show < SHOW_METHOD || (*next_iter)->method == stat->method)) in GetAsString()
|
/external/llvm/test/CodeGen/AArch64/ |
D | machine-sink-kill-flags.ll | 19 %loc = phi i32 [ %next_iter, %.thread ], [ 0, %bb ] 20 %next_iter = lshr i32 %loc, 1
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 224 while.cond: ; preds = %next_iter, %while.cond.outer 225 %count.0 = phi i32 [ %dec, %next_iter ], [ %count.0.ph, %while.cond.outer ] ; <i32> [#uses=2] 255 br i1 undef, label %next_iter, label %if.end111 273 br i1 undef, label %if.then156, label %next_iter 276 br label %next_iter 317 next_iter: ; preds = %if.then156, %do.body145, %if.end72 322 do.body253: ; preds = %next_iter
|