Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 2573) sorted by relevance

12345678910>>...103

/external/llvm/test/Transforms/LCSSA/
D2006-10-31-UnreachableBlock.ll12 br i1 false, label %then.i, label %loopentry.__skb_dequeue67.exit_crit_edge
15 then.i: ; preds = %loopentry
17 __skb_dequeue67.exit: ; preds = %then.i, %loopentry.__skb_dequeue67.exit_crit_edge
18 br i1 false, label %then.0, label %__skb_dequeue67.exit.endif.0_crit_edge
21 then.0: ; preds = %__skb_dequeue67.exit
26 br i1 false, label %then.0.i, label %endif.0.endif.0.i_crit_edge
29 then.0.i: ; preds = %endif.0
31 endif.0.i: ; preds = %then.0.i, %endif.0.endif.0.i_crit_edge
32 br i1 false, label %then.i.i, label %endif.0.i.skb_bond.exit.i_crit_edge
35 then.i.i: ; preds = %endif.0.i
[all …]
D2006-10-31-UnreachableBlock-2.ll16 br i1 false, label %then.0, label %endif.0
17 then.0: ; preds = %shortcirc_done.1
18 br i1 false, label %then.1, label %endif.1
19 then.1: ; preds = %then.0
23 endif.1: ; preds = %after_ret.0, %then.0
28 br i1 false, label %then.2, label %endif.2
29 then.2: ; preds = %loopentry.0
42 br i1 false, label %then.3, label %endif.3
43 then.3: ; preds = %shortcirc_done.2
52 br i1 false, label %then.4, label %else
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-cmp-imm.ll2 ; registers and with -fast-isel-abort=1 turned on the test case will then fail.
13 br i1 %cmp, label %if.then, label %if.end
15 if.then: ; preds = %entry
19 if.end: ; preds = %if.then, %entry
32 br i1 %cmp, label %if.then, label %if.end
34 if.then: ; preds = %entry
38 if.end: ; preds = %if.then, %entry
49 br i1 %cmp, label %if.then, label %if.end
51 if.then: ; preds = %entry
55 if.end: ; preds = %if.then, %entry
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch-simplify-crash.ll5 br i1 false, label %endif.0, label %then.0
6 then.0: ; preds = %entry
8 shortcirc_next.i: ; preds = %then.0
10 shortcirc_done.i: ; preds = %shortcirc_next.i, %then.0
11 br i1 false, label %then.0.i, label %else.0.i
12 then.0.i: ; preds = %shortcirc_done.i
22 NewBase.exit: ; preds = %endif.0.i, %else.2.i, %then.0.i
40 br i1 false, label %then.1, label %else.1
41 then.1: ; preds = %no_exit.0
48 br i1 false, label %then.2, label %endif.2
[all …]
D2004-12-10-SimplifyCFGCrash.ll5 br i1 undef, label %then.0, label %UnifiedReturnBlock
6 then.0: ; preds = %entry
8 loopentry.1.preheader: ; preds = %then.0
12 loopentry.1: ; preds = %endif.1, %then.4, %then.3, %then.1, %loopentry.1.outer
15 br i1 undef, label %then.1, label %else.0
16 then.1: ; preds = %no_exit.1
19 br i1 undef, label %then.2, label %else.1
20 then.2: ; preds = %else.0
21 br i1 undef, label %then.3, label %endif.1
22 then.3: ; preds = %then.2
[all …]
D2005-06-16-PHICrash.ll11 br i1 %tmp.3, label %else.0, label %then.0
12 then.0: ; preds = %entry
14 br i1 %tmp.5, label %else.1, label %then.1
15 then.1: ; preds = %then.0
17 else.1: ; preds = %then.0
43 br i1 %mem_tmp.0, label %then.2, label %else.2
44 then.2: ; preds = %cond_continue
58 br i1 %tmp.31, label %else.3, label %then.3
59 then.3: ; preds = %no_exit.1
62 br i1 false, label %else.4, label %then.4
[all …]
D2005-08-01-PHIUpdateFail.ll10 br i1 %tmp.9.i.i, label %then.i12.i, label %then.i.i
11 then.i.i: ; preds = %endif.1.i20
13 then.i12.i: ; preds = %endif.1.i20
15 br i1 %tmp.9.i4.i, label %endif.2.i33, label %then.i5.i
16 then.i5.i: ; preds = %then.i12.i
18 endif.2.i33: ; preds = %then.i12.i
45 br i1 %tmp.23, label %endif.1, label %then.1
46 then.1: ; preds = %read_min.exit
47 br i1 false, label %endif.0.i, label %then.0.i
48 then.0.i: ; preds = %then.1
[all …]
Dspeculate-with-offset.ll14 br i1 %c, label %if.then, label %if.end
16 if.then: ; preds = %entry
23 return: ; preds = %if.end, %if.then
24 %storemerge = phi i64* [ undef, %if.then ], [ %tmp5, %if.end ]
36 br i1 %c, label %if.then, label %if.end
38 if.then: ; preds = %entry
45 return: ; preds = %if.end, %if.then
46 %storemerge = phi i64* [ undef, %if.then ], [ %tmp5, %if.end ]
58 br i1 %c, label %if.then, label %if.end
60 if.then: ; preds = %entry
[all …]
/external/v8/test/webkit/fast/js/
DPromise-static-race.js40 Promise.race([p4, p5]).then(function(localResult) {
47 Promise.race([]).then(function(localResult) {
53 Promise.race().then(function(localResult) {
57 }).then(function() {
58 return Promise.race({}).then(function(localResult) {
63 }).then(function() {
64 return Promise.race([p4, p1, p6]).then(function(localResult) {
71 }).then(function() {
72 return Promise.race([p4, p6, p1]).then(function(localResult) {
79 }).then(function() {
[all …]
DPromise-static-all.js40 Promise.all([p1, p2, p5]).then(function(result) {
46 Promise.all().then(function() {
50 return Promise.all([]).then(function(localResult) {
57 }).then(function() {
58 return Promise.all([p1, p2, p3]).then(function(localResult) {
68 }).then(function() {
69 return Promise.all([p1, p6, p5]).then(function(localResult) {
76 }).then(function() {
77 return Promise.all([p9]).then(function(localResult) {
85 }).then(function() {
[all …]
/external/llvm/test/Transforms/ADCE/
D2003-06-24-BadSuccessor.ll8 br i1 false, label %endif.0, label %then.0
10 then.0: ; preds = %entry
14 br i1 false, label %then.11, label %then.4
16 then.4: ; preds = %endif.0
19 then.11: ; preds = %endif.0
22 loopentry.0: ; preds = %loopentry.1, %endif.14, %then.11
28 loopentry.1: ; preds = %then.53, %endif.14
29 %SubArrays.10 = phi i32* [ %SubArrays.8, %then.53 ], [ null, %endif.14 ] ; <i32*> [#uses=3]
39 br i1 false, label %then.43, label %endif.43
41 then.43: ; preds = %label.10
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-cmp-imm.ll12 br i1 %cmp, label %if.then, label %if.end
14 if.then: ; preds = %entry
18 if.end: ; preds = %if.then, %entry
34 br i1 %cmp, label %if.then, label %if.end
36 if.then: ; preds = %entry
40 if.end: ; preds = %if.then, %entry
51 br i1 %cmp, label %if.then, label %if.end
53 if.then: ; preds = %entry
57 if.end: ; preds = %if.then, %entry
71 br i1 %cmp, label %if.then, label %if.end
[all …]
/external/llvm/test/Transforms/Mem2Reg/
D2005-11-28-Crash.ll7 br i1 false, label %then.0, label %endif.0
8 then.0: ; preds = %entry
10 endif.0: ; preds = %then.0, %entry
16 br i1 false, label %then.1, label %endif.1
17 then.1: ; preds = %no_exit
19 shortcirc_next.0: ; preds = %then.1
21 shortcirc_done.0: ; preds = %shortcirc_next.0, %then.1
30 br i1 false, label %then.2, label %endif.2
31 then.2: ; preds = %shortcirc_done.2
33 endif.2: ; preds = %then.2, %shortcirc_done.2
[all …]
/external/e2fsprogs/tests/
Drun_e2fsck1 if [ "$DESCRIPTION"x != x ]; then
4 if [ "$IMAGE"x = x ]; then
8 if [ "$FSCK_OPT"x = x ]; then
12 if [ "$SECOND_FSCK_OPT"x = x ]; then
16 if [ "$OUT1"x = x ]; then
20 if [ "$OUT2"x = x ]; then
24 if [ "$EXP1"x = x ]; then
25 if [ -f $test_dir/expect.1.gz ]; then
33 if [ "$EXP2"x = x ]; then
34 if [ -f $test_dir/expect.2.gz ]; then
[all …]
/external/llvm/test/Transforms/CodeExtractor/
D2004-03-13-LoopExtractorCrash.ll11 br i1 false, label %then.0, label %endif.0
13 then.0: ; preds = %no_exit.0
16 shortcirc_next: ; preds = %then.0
19 shortcirc_done: ; preds = %shortcirc_next, %then.0
20 br i1 false, label %then.1, label %endif.1
22 then.1: ; preds = %shortcirc_done
25 cond_true: ; preds = %then.1
28 cond_false: ; preds = %then.1
44 br i1 false, label %then.2, label %endif.2
46 then.2: ; preds = %loopexit.0
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Dantenv.cmd33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
57 if classes \= '' then classpath = prepend(classpath classes)
59 if classes \= '' then classpath = prepend(classpath classes)
[all …]
Dant.cmd23 if mode\='.' & mode\='..' & mode\='/' then do
28 if antarg = '' then do
37 if _testenv_() = 0 then interpret 'call "' || antenv || '"' '"' || envarg || '"'
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode = '..' then mode = '-r'
48 if _testenv_() = 0 then do
61 if value('ANT_USE_CP',,env) \= '' then do
62 if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';'
66 if lcp\='' then lcp = '-classpath' lcp
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
D2005-09-12-UsesOutOutsideOfLoop.ll6 loopentry.0: ; preds = %then.5, %entry
7 %arg_index.1.ph = phi i32 [ 1, %entry ], [ %arg_index.1.ph.be, %then.5 ] ; <i32> [#uses=1]
11 br i1 false, label %then.i55, label %endif.i61
12 then.i55: ; preds = %no_exit.0
13 br i1 false, label %then.4, label %else.1
16 then.4: ; preds = %then.i55
19 else.1: ; preds = %then.i55
20 br i1 false, label %then.i86, label %loopexit.i97
21 then.i86: ; preds = %else.1
24 br i1 false, label %then.5, label %else.2
[all …]
/external/libxml2/
Dconfigure.ac18 if test -f CVS/Entries ; then
22 then
25 else if test -d .svn ; then
29 then
32 else if test -d .git ; then
36 then
77 dnl then add it
81 if test "$lt_cv_prog_gnu_ld" = yes; then
158 if test "$withval" != "no" -a "$withval" != "yes"; then
194 if test "$withval" != "no" -a "$withval" != "yes"; then
[all …]
/external/llvm/test/Transforms/InstCombine/
Dsign-test-and-or.ll9 br i1 %or.cond, label %if.then, label %if.end
16 if.then:
28 br i1 %or.cond, label %if.then, label %if.end
35 if.then:
47 br i1 %or.cond, label %if.then, label %if.end
54 if.then:
66 br i1 %or.cond, label %if.then, label %if.end
73 if.then:
86 br i1 %or.cond, label %if.then, label %if.end
91 ; CHECK-NEXT: br i1 %2, label %if.then, label %if.end
[all …]
/external/llvm/test/CodeGen/Generic/
D2006-02-12-InsertLibcall.ll9 then.5.i: ; preds = %shortcirc_next.i
20 br i1 %tmp.324.i, label %else.4.i, label %then.11.i37
22 then.11.i37: ; preds = %endif.0
26 br i1 %tmp.362.i, label %else.5.i, label %then.12.i
28 then.12.i: ; preds = %else.4.i
32 br i1 %tmp.324.i, label %then.0.i40, label %then.17.i
34 then.17.i: ; preds = %else.5.i
37 then.0.i40: ; preds = %else.5.i
39 br i1 %tmp.8.i42, label %else.1.i56, label %then.1.i52
41 then.1.i52: ; preds = %then.0.i40
[all …]
/external/dhcpcd/dhcpcd-hooks/
D50-ypbind13 if [ -e "$ypbind_dir/$i" ]; then
27 if [ -n "$new_nis_servers" ]; then
35 # Because this is not an if .. fi then we can use $? below
39 if [ $? = 0 -o "$nd" != "$(domainname)" ]; then
41 if [ -n "$ypbind_restart_cmd" ]; then
54 if [ -z "$nd" ]; then
55 if [ -n "$ypbind_stop_cmd" ]; then
58 elif [ "$nd" != "$(domainname)" ]; then
60 if [ -n "$ypbind_restart_cmd" ]; then
66 if [ "$reason" = PREINIT ]; then
[all …]
/external/libvncserver/
Dconfigure.ac11 if test -z "$CC"; then
42 if test "x$with_24bpp" = "xyes"; then
50 if test ! -z "$with_ffmpeg"; then
63 if test "x$uname_s" = "xHP-UX"; then
65 elif test "x$uname_s" = "xOSF1"; then
67 elif test "x$uname_s" = "xDarwin"; then
75 if test "x$with_crypt" != "xno"; then
77 if test -z "$HAVE_LIBC_CRYPT"; then
95 if test "x$with_crypto" != "xno" -a "x$with_ssl" != "xno"; then
96 if test ! -z "$with_ssl" -a "x$with_ssl" != "xyes"; then
[all …]
/external/harfbuzz_ng/
Dconfigure.ac62 if test "x$enable_gtk_doc" = xyes; then
76 if test "x$GCC" = "xyes"; then
98 if test "x$ac_cv_alignof_struct_char__" != x1; then
119 if test "$hb_os_win32" = no; then
122 if $have_pthread; then
130 if $have_ot; then
136 if $have_fallback; then
148 if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then
151 if test "x$with_glib" = "xyes" -a "x$have_glib" != "xtrue"; then
154 if $have_glib; then
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-vecCmpBr.ll19 br i1 %tobool, label %if.then, label %return
21 if.then: ; preds = %entry
25 return: ; preds = %entry, %if.then
26 %retval.0 = phi i32 [ %call1, %if.then ], [ 0, %entry ]
45 br i1 %tobool, label %if.then, label %return
47 if.then: ; preds = %entry
51 return: ; preds = %entry, %if.then
52 %retval.0 = phi i32 [ %call1, %if.then ], [ 0, %entry ]
69 br i1 %tobool, label %return, label %if.then
71 if.then: ; preds = %entry
[all …]

12345678910>>...103