Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 94) sorted by relevance

1234

/external/llvm/test/Analysis/RegionInfo/
Dcond_loop.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
26 ; STAT: 2 region - The # of regions
27 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_2.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
29 ; STAT: 2 region - The # of regions
30 ; STAT: 1 region - The # of simple regions
Dloop_with_condition.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
35 ; STAT: 4 region - The # of regions
36 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_3.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
43 ; STAT: 3 region - The # of regions
44 ; STAT: 2 region - The # of simple regions
Dinfinite_loop_4.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
41 ; STAT: 2 region - The # of regions
42 ; STAT: 1 region - The # of simple regions
Dmix_1.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
56 ; STAT: 5 region - The # of regions
57 ; STAT: 1 region - The # of simple regions
Dpaper.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
44 ; STAT: 4 region - The # of regions
45 ; STAT: 1 region - The # of simple regions
Dcondition_forward_edge.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
20 ; STAT: 2 region - The # of regions
Dcondition_simple.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
22 ; STAT: 2 region - The # of regions
Dcondition_same_exit.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
23 ; STAT: 3 region - The # of regions
Dexit_in_condition.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
31 ; STAT: 2 region - The # of regions
32 ; STAT: 1 region - The # of simple regions
Dtwo_loops_same_header.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
37 ; STAT: 3 region - The # of regions
38 ; STAT: 1 region - The # of simple regions
Dnested_loops.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
27 ; STAT: 2 region - The # of regions
Dinfinite_loop.ll1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
19 ; STAT: 2 region - The # of regions
20 ; STAT: 1 region - The # of simple regions
Dnext.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
38 ; STAT: 4 region - The # of regions
39 ; STAT: 1 region - The # of simple regions
Dblock_sort.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats -analyze < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
35 ; STAT: 2 region - The # of regions
36 ; STAT: 1 region - The # of simple regions
Dloops_2.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
42 ; STAT: 2 region - The # of regions
43 ; STAT: 1 region - The # of simple regions
Dloops_1.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
34 ; STAT: 2 region - The # of regions
Dcondition_complicated_2.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
36 ; STAT: 3 region - The # of regions
Dcondition_complicated.ll1 ; RUN: opt -regions -analyze < %s | FileCheck %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
3 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
4 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
50 ; STAT: 4 region - The # of regions
Dmultiple_exiting_edge.ll1 ; RUN: opt -regions -print-region-style=bb -analyze < %s |& FileCheck -check-prefix=BBIT %s
2 ; RUN: opt -regions -print-region-style=rn -analyze < %s |& FileCheck -check-prefix=RNIT %s
/external/icu4c/tools/tzcode/
Dtzselect.ksh182 regions=$($AWK -F'\t' \
200 case $regions in
204 select region in $regions
215 region=$regions
/external/sonivox/arm-fm-22k/lib_src/
Deas_fmsndlib.c27 const S_FM_REGION regions[] = variable
1663 regions,
/external/elfutils/src/
Delfcmp.c198 struct region *regions = NULL; in main() local
236 newp->next = regions; in main()
237 regions = newp; in main()
413 phdr_region.next = regions; in main()
415 regions = &ehdr_region; in main()
439 regionsarr[cnt] = *regions; in main()
440 regions = regions->next; in main()
/external/clang/test/Analysis/
Dcasts.m5 // functions with regions?
17 // should we eventually model function pointers using regions?

1234