Home
last modified time | relevance | path

Searched refs:end2 (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp127 const char *end2 = end; in Parse() local
128 while (line != end2 && in Parse()
129 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) in Parse()
130 end2--; in Parse()
145 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse()
146 internal_memcpy(s.templ, line, end2 - line); in Parse()
147 s.templ[end2 - line] = 0; in Parse()
H A Dsanitizer_posix.cpp220 uptr start2, uptr end2) { in IntervalsAreSeparate() argument
222 CHECK(start2 <= end2); in IntervalsAreSeparate()
223 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/llvm-project-15.0.7/llvm/test/Transforms/ConstantHoisting/PowerPC/
H A Dmasks.ll17 br i1 undef, label %if.end167, label %end2
28 br i1 %cmp178, label %end1, label %end2
33 end2:
47 br i1 undef, label %if.end167, label %end2
58 br i1 %cmp178, label %end1, label %end2
63 end2:
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dmax-loop-depth.ll28 br i1 %cmp2, label %for.body2, label %for.end2
41 br i1 %cmp3, label %for.body2, label %for.end2
44 for.end2: ; preds = %for.inc2, %for.body1
48 for.body3: ; preds = %for.end2
49 %i.2 = phi i64 [ 0, %for.end2 ], [ %i.next.2, %for.inc3 ]
61 for.end3: ; preds = %for.inc3, %for.end2
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcode_placement_loop_rotation2.ll34 br label %if.end2
38 br label %if.end2
40 if.end2:
88 br label %if.end2
92 br label %if.end2
94 if.end2:
H A Dphielim-split.ll4 ; The critical edge from for.cond to if.end2 should be split to avoid injecting
17 br i1 %cmp, label %for.cond, label %if.end2
24 br i1 %tobool, label %for.cond, label %if.end2
26 if.end2: ; preds = %for.cond, %entry
H A Drd-mod-wr-eflags.ll113 ; CHECK-NEXT: # %bb.3: # %if.end2
143 br i1 %tobool3, label %if.end2, label %return
146 if.end2:
174 ; CHECK-NEXT: # %bb.3: # %if.end2
204 br i1 %tobool3, label %if.end2, label %return
207 if.end2:
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/
H A Dlexicographical_compare.pass.cpp27 …rator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 end2, in operator ()()
30 const bool expected = std::lexicographical_compare(begin1, end1, begin2, end2, pred); in operator ()()
31 const bool actual = std::lexicographical_compare(exec, begin1, end1, begin2, end2, pred); in operator ()()
37 …rator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 end2) in operator ()()
39 const bool expected = std::lexicographical_compare(begin1, end1, begin2, end2); in operator ()()
40 const bool actual = std::lexicographical_compare(exec, begin1, end1, begin2, end2); in operator ()()
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Doutline-if-then-else.ll22 ; CHECK: br i1 {{.*}}, label %codeRepl, label %if.end2
25 ; CHECK-LABEL: if.end2:
33 br i1 %tobool, label %if.then, label %if.end2
52 if.end2: ; preds = %entry
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dthumb2-branch-ranges.s13 b.w end2
15 .global end2
16 end2: label
H A Dthumb-branches.s24 bl end2
26 .global end2
27 end2: label
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/Windows/
H A Dwineh-tailmerge.ll38 i32 0, label %if.end2
47 br label %if.end2
49 if.end2:
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Difcvt-edge-weight.ll27 br label %if.end2
29 if.end2:
38 br i1 %cmp2, label %if.end2, label %if.else2, !prof !2
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dtst-br.ll28 ; CHECK-NEXT: ; %bb.4: ; %end2
57 br i1 %tst3, label %end2, label %end1
59 end2:
H A Darm64-spill-remarks-treshold-hotness.ll16 %i = phi i32 [ 0, %entry], [ %i.2, %end2 ]
24 br i1 %c2, label %loop2, label %end2
26 end2:
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dipsccp-phi-one-pred-dead.ll23 br i1 %0, label %end1, label %end2
35 end2:
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dexception-pointer-register.ll39 ; RV32I-NEXT: .LBB0_3: # %end2
76 ; RV64I-NEXT: .LBB0_3: # %end2
97 invoke void @bar(i1* %p) to label %end2 unwind label %lpad
107 end2:
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtile_ast_print.cpp44 void foo2(int start1, int start2, int end1, int end2) { in foo2() argument
56 for (int j = start2; j < end2; j += 1) in foo2()
/llvm-project-15.0.7/llvm/test/Transforms/CallSiteSplitting/
H A Dlpad.ll24 invoke void @bar(i1* %p) to label %end2 unwind label %lpad
34 end2:
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h525 , Iter2 start2, Iter2 const end2 in checkCollectionsEqual() argument
528 while (start1 != end1 && start2 != end2) { in checkCollectionsEqual()
534 return (start1 == end1 && start2 == end2); in checkCollectionsEqual()
541 , Iter2 const start2, Iter2 end2 in checkCollectionsEqualBackwards() argument
544 while (start1 != end1 && start2 != end2) { in checkCollectionsEqualBackwards()
545 --end1; --end2; in checkCollectionsEqualBackwards()
546 if (*end1 != *end2) { in checkCollectionsEqualBackwards()
550 return (start1 == end1 && start2 == end2); in checkCollectionsEqualBackwards()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/PowerPC/
H A Dprefer-fma.ll43 ; CHECK: if.end2:
86 br label %if.end2
94 br label %if.end2
96 if.end2: ; preds = %if.else, %if.then
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/AArch64/
H A Dprefer-fma.ll51 br label %if.end2
63 br label %if.end2
65 if.end2: ; preds = %if.else, %if.then
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DPartialInlinePGOMultiRegion.ll83 br label %if.end2
92 br label %if.end2
94 if.end2: ; preds = %if.else2, %if.then2
97 for.inc2: ; preds = %if.end2
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dspill_p9_setb.ll47 br i1 %or, label %if.end2, label %if.then1
52 if.end2: ; preds = %if.end
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline_cleanup.ll90 br i1 %cmp2, label %then2, label %end2
94 br label %end2
96 end2:

12