Home
last modified time | relevance | path

Searched refs:RETURN (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dreg-copy.mir9 ; CHECK-NEXT: RETURN
12 RETURN implicit-def $arguments
20 ; CHECK-NEXT: RETURN
23 RETURN implicit-def $arguments
31 ; CHECK-NEXT: RETURN
34 RETURN implicit-def $arguments
42 ; CHECK-NEXT: RETURN
45 RETURN implicit-def $arguments
53 ; CHECK-NEXT: RETURN
56 RETURN implicit-def $arguments
[all …]
Dreg-argument.mir14 RETURN implicit-def $arguments
25 RETURN implicit-def $arguments
36 RETURN implicit-def $arguments
47 RETURN implicit-def $arguments
58 RETURN implicit-def $arguments
/external/bzip2/
Ddecompress.c40 #define RETURN(rrr) \ macro
54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
79 RETURN(BZ_DATA_ERROR); \
92 RETURN(BZ_DATA_ERROR); \
100 RETURN(BZ_DATA_ERROR); \
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
208 s->blockSize100k > (BZ_HDR_0 + 9)) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_sock_fields_kern.c133 #define RETURN { \ macro
154 RETURN; in egress_read_sock_fields()
159 RETURN; in egress_read_sock_fields()
163 RETURN; in egress_read_sock_fields()
168 RETURN; in egress_read_sock_fields()
175 RETURN; in egress_read_sock_fields()
180 RETURN; in egress_read_sock_fields()
200 RETURN; in egress_read_sock_fields()
211 RETURN; in egress_read_sock_fields()
227 RETURN; in ingress_read_sock_fields()
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodSanitizerTest.java47 sanitizer.visitInsn(Opcodes.RETURN); in testLocalVariablePositive()
56 expected.visitInsn(Opcodes.RETURN); in testLocalVariablePositive()
70 sanitizer.visitInsn(Opcodes.RETURN); in testLocalVariableNegative1()
77 expected.visitInsn(Opcodes.RETURN); in testLocalVariableNegative1()
91 sanitizer.visitInsn(Opcodes.RETURN); in testLocalVariableNegative2()
98 expected.visitInsn(Opcodes.RETURN); in testLocalVariableNegative2()
111 sanitizer.visitInsn(Opcodes.RETURN); in testLineNumberPositive()
118 expected.visitInsn(Opcodes.RETURN); in testLineNumberPositive()
130 sanitizer.visitInsn(Opcodes.RETURN); in testLineNumberNegative()
134 expected.visitInsn(Opcodes.RETURN); in testLineNumberNegative()
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
DForwardSwitchConditionToPHI.ll17 ; NO_FWD-NEXT: i32 0, label [[RETURN:%.*]]
23 ; NO_FWD-NEXT: br label [[RETURN]]
25 ; NO_FWD-NEXT: br label [[RETURN]]
27 ; NO_FWD-NEXT: br label [[RETURN]]
29 ; NO_FWD-NEXT: br label [[RETURN]]
76 ; NO_FWD-NEXT: i32 17, label [[RETURN:%.*]]
81 ; NO_FWD-NEXT: br label [[RETURN]]
83 ; NO_FWD-NEXT: br label [[RETURN]]
85 ; NO_FWD-NEXT: br label [[RETURN]]
93 ; FWD-NEXT: i32 17, label [[RETURN:%.*]]
[all …]
/external/selinux/libselinux/src/
Daudit2why.c305 #define RETURN(X) \ macro
337 RETURN(NOPOLICY) in analyze()
341 RETURN(BADSCON) in analyze()
345 RETURN(BADTCON) in analyze()
349 RETURN(BADTCLASS) in analyze()
371 RETURN(BADPERM) in analyze()
379 RETURN(BADCOMPUTE) in analyze()
382 RETURN(ALLOW) in analyze()
391 RETURN(DONTAUDIT) in analyze()
393 RETURN(TERULE) in analyze()
[all …]
/external/llvm-project/llvm/test/Transforms/Attributor/
Dlvi-for-ashr.ll15 ; IS__TUNIT____-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[CHK0:%.*]]
18 ; IS__TUNIT____-NEXT: br i1 [[CMP]], label [[RETURN]], label [[BB_IF:%.*]]
22 ; IS__TUNIT____-NEXT: br i1 [[CMP2]], label [[BB_THEN:%.*]], label [[RETURN]]
26 ; IS__TUNIT____-NEXT: br label [[RETURN]]
36 ; IS__CGSCC____-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[CHK0:%.*]]
39 ; IS__CGSCC____-NEXT: br i1 [[CMP]], label [[RETURN]], label [[BB_IF:%.*]]
43 ; IS__CGSCC____-NEXT: br i1 [[CMP2]], label [[BB_THEN:%.*]], label [[RETURN]]
47 ; IS__CGSCC____-NEXT: br label [[RETURN]]
/external/mesa3d/src/amd/common/
Dac_shadowed_regs.c823 #define RETURN(array) \ in ac_get_reg_ranges() macro
835 RETURN(Gfx103UserConfigShadowRange); in ac_get_reg_ranges()
837 RETURN(Nv10UserConfigShadowRange); in ac_get_reg_ranges()
839 RETURN(Gfx9UserConfigShadowRange); in ac_get_reg_ranges()
843 RETURN(Gfx103ContextShadowRange); in ac_get_reg_ranges()
845 RETURN(Nv10ContextShadowRange); in ac_get_reg_ranges()
847 RETURN(Gfx9ContextShadowRange); in ac_get_reg_ranges()
851 RETURN(Gfx10ShShadowRange); in ac_get_reg_ranges()
853 RETURN(Gfx9ShShadowRangeRaven2); in ac_get_reg_ranges()
855 RETURN(Gfx9ShShadowRange); in ac_get_reg_ranges()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DRETURN.java26 public class RETURN extends ReturnInstruction { class
28 public RETURN() { in RETURN() method in RETURN
29 super(org.apache.bcel.Const.RETURN); in RETURN()
/external/llvm/test/Transforms/GCOVProfiling/
Dreturn-block.ll7 …cov -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-LAST %s
11 …v -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-SECOND %s
16 …cov -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-LAST %s
20 …v -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-SECOND %s
77 ; RETURN-LAST: Destination Edges
78 ; RETURN-SECOND-NOT: Destination Edges
81 ; RETURN-LAST-NOT: Destination Edges
82 ; RETURN-SECOND: Destination Edges
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/X86/
Ddisable-lookup-table.ll11 ; CHECK-NEXT: i32 42, label [[RETURN:%.*]]
17 ; CHECK-NEXT: br label [[RETURN]]
19 ; CHECK-NEXT: br label [[RETURN]]
21 ; CHECK-NEXT: br label [[RETURN]]
23 ; CHECK-NEXT: br label [[RETURN]]
51 ; CHECK-NEXT: br i1 [[TMP0]], label [[SWITCH_LOOKUP:%.*]], label [[RETURN:%.*]]
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/
Dphi-common-val.ll9 ; CHECK-NEXT: br i1 [[ISNULL]], label [[RETURN:%.*]], label [[ELSE:%.*]]
14 ; CHECK-NEXT: br label [[RETURN]]
37 ; CHECK-NEXT: br i1 [[ISNULL]], label [[RETURN:%.*]], label [[ELSE:%.*]]
42 ; CHECK-NEXT: br label [[RETURN]]
65 ; CHECK-NEXT: br i1 [[IS0]], label [[RETURN:%.*]], label [[ELSE1:%.*]]
68 ; CHECK-NEXT: br i1 [[IS42]], label [[RETURN]], label [[ELSE2:%.*]]
73 ; CHECK-NEXT: br label [[RETURN]]
101 ; CHECK-NEXT: br i1 [[ISNULL]], label [[RETURN:%.*]], label [[ELSE:%.*]]
106 ; CHECK-NEXT: br label [[RETURN]]
/external/rust/crates/bstr/src/unicode/data/
DGraphemeBreakTest.txt27 ÷ 0020 ÷ 000D ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
28 … (Other) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
59 ÷ 000D ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] SPACE (Other) ÷ [0.3]
60 ÷ 000D ÷ 0308 ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
61 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
62 …8 ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷…
63 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
64 ÷ 000D ÷ 0308 ÷ 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
65 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3]
66 ÷ 000D ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
[all …]
DSentenceBreakTest.txt27 ÷ 0001 × 000D ÷ # ÷ [0.2] <START OF HEADING> (Other) × [998.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
28 …DING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
55 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Other) ÷ [0.3]
56 ÷ 000D ÷ 0308 × 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
57 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
58 …308 × 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998…
59 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
60 ÷ 000D ÷ 0308 × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
61 ÷ 000D ÷ 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
62 ÷ 000D ÷ 0308 × 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchEcjFilterTest.java91 m.visitInsn(Opcodes.RETURN); in should_filter()
94 m.visitInsn(Opcodes.RETURN); in should_filter()
97 m.visitInsn(Opcodes.RETURN); in should_filter()
100 m.visitInsn(Opcodes.RETURN); in should_filter()
146 m.visitInsn(Opcodes.RETURN); in should_filter_when_default_is_first()
149 m.visitInsn(Opcodes.RETURN); in should_filter_when_default_is_first()
DKotlinWhenStringFilterTest.java89 m.visitInsn(Opcodes.RETURN); in should_filter()
92 m.visitInsn(Opcodes.RETURN); in should_filter()
95 m.visitInsn(Opcodes.RETURN); in should_filter()
98 m.visitInsn(Opcodes.RETURN); in should_filter()
/external/llvm-project/llvm/test/Transforms/Util/PredicateInfo/
Dedge.ll82 ; CHECK-NEXT: br i1 [[CMP]], label [[IF:%.*]], label [[RETURN:%.*]]
85 ; CHECK-NEXT: br label [[RETURN]]
109 ; CHECK-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[ELSE:%.*]]
112 ; CHECK-NEXT: br label [[RETURN]]
136 ; CHECK-NEXT: br i1 [[CMP]], label [[IF:%.*]], label [[RETURN:%.*]]
139 ; CHECK-NEXT: br label [[RETURN]]
163 ; CHECK-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[ELSE:%.*]]
166 ; CHECK-NEXT: br label [[RETURN]]
192 ; CHECK-NEXT: br i1 [[CMP]], label [[IF:%.*]], label [[RETURN:%.*]]
195 ; CHECK-NEXT: br label [[RETURN]]
[all …]
/external/cldr/common/properties/segments/
DGraphemeBreakTest.txt27 ÷ 0020 ÷ 000D ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
28 … (Other) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
63 ÷ 000D ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] SPACE (Other) ÷ [0.3]
64 ÷ 000D ÷ 0308 ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
65 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
66 …8 ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷…
67 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
68 ÷ 000D ÷ 0308 ÷ 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
69 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3]
70 ÷ 000D ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
[all …]
/external/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt27 ÷ 0020 ÷ 000D ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
28 … (Other) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
63 ÷ 000D ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] SPACE (Other) ÷ [0.3]
64 ÷ 000D ÷ 0308 ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
65 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
66 …8 ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷…
67 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
68 ÷ 000D ÷ 0308 ÷ 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
69 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3]
70 ÷ 000D ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_E…
[all …]
DSentenceBreakTest.txt27 ÷ 0001 × 000D ÷ # ÷ [0.2] <START OF HEADING> (Other) × [998.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
28 …DING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
55 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Other) ÷ [0.3]
56 ÷ 000D ÷ 0308 × 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
57 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
58 …308 × 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998…
59 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
60 ÷ 000D ÷ 0308 × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
61 ÷ 000D ÷ 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
62 ÷ 000D ÷ 0308 × 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
[all …]
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ARM/
Dswitch-to-lookup-table-constant-expr.ll22 ; CHECK-NEXT: i32 0, label [[RETURN:%.*]]
27 ; CHECK-NEXT: br label [[RETURN]]
29 ; CHECK-NEXT: br label [[RETURN]]
31 ; CHECK-NEXT: br label [[RETURN]]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td71 multiclass RETURN<WebAssemblyRegClass vt> {
82 defm : RETURN<I32>;
83 defm : RETURN<I64>;
84 defm : RETURN<F32>;
85 defm : RETURN<F64>;
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_bullet.ll88 ; CHECK-NEXT: br i1 undef, label [[RETURN:%.*]], label [[FOR_BODY_LR_PH_I_I1702:%.*]]
127 ; CHECK-NEXT: br i1 undef, label [[RETURN:%.*]], label [[IF_END:%.*]]
129 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END111:%.*]]
131 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END136:%.*]]
133 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END162:%.*]]
135 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END189:%.*]]
137 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END216:%.*]]
143 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END248:%.*]]
145 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END304:%.*]]
147 ; CHECK-NEXT: br i1 undef, label [[RETURN]], label [[IF_END361:%.*]]
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/
Dloop-rotation-vs-common-code-hoisting.ll55 ; HOIST-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[FOR_COND_PREHEADER:%.*]]
66 ; HOIST-NEXT: br label [[RETURN]]
77 ; ROTATED_LATER_OLDPM-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[FOR_COND_PREHEADER:%.*]]
85 ; ROTATED_LATER_OLDPM-NEXT: br label [[RETURN]]
99 ; ROTATED_LATER_NEWPM-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[FOR_COND_PREHEADER:%.*]]
110 ; ROTATED_LATER_NEWPM-NEXT: br label [[RETURN]]
126 ; ROTATE_OLDPM-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[FOR_COND_PREHEADER:%.*]]
136 ; ROTATE_OLDPM-NEXT: br label [[RETURN]]
150 ; ROTATE_NEWPM-NEXT: br i1 [[CMP]], label [[RETURN:%.*]], label [[FOR_COND_PREHEADER:%.*]]
161 ; ROTATE_NEWPM-NEXT: br label [[RETURN]]

12345678910>>...16