| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_suppressions.cpp | 127 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 D | sanitizer_posix.cpp | 220 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 D | masks.ll | 17 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 D | max-loop-depth.ll | 28 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 D | code_placement_loop_rotation2.ll | 34 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 D | phielim-split.ll | 4 ; 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 D | rd-mod-wr-eflags.ll | 113 ; 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 D | lexicographical_compare.pass.cpp | 27 …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 D | outline-if-then-else.ll | 22 ; 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 D | thumb2-branch-ranges.s | 13 b.w end2 15 .global end2 16 end2: label
|
| H A D | thumb-branches.s | 24 bl end2 26 .global end2 27 end2: label
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/Windows/ |
| H A D | wineh-tailmerge.ll | 38 i32 0, label %if.end2 47 br label %if.end2 49 if.end2:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | ifcvt-edge-weight.ll | 27 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 D | tst-br.ll | 28 ; CHECK-NEXT: ; %bb.4: ; %end2 57 br i1 %tst3, label %end2, label %end1 59 end2:
|
| H A D | arm64-spill-remarks-treshold-hotness.ll | 16 %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 D | ipsccp-phi-one-pred-dead.ll | 23 br i1 %0, label %end1, label %end2 35 end2:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | exception-pointer-register.ll | 39 ; 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 D | tile_ast_print.cpp | 44 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 D | lpad.ll | 24 invoke void @bar(i1* %p) to label %end2 unwind label %lpad 34 end2:
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 525 , 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 D | prefer-fma.ll | 43 ; 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 D | prefer-fma.ll | 51 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 D | PartialInlinePGOMultiRegion.ll | 83 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 D | spill_p9_setb.ll | 47 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 D | inline_cleanup.ll | 90 br i1 %cmp2, label %then2, label %end2 94 br label %end2 96 end2:
|