Searched refs:SKIP1 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | debug-counter.ll | 9 …ug-counter=dse-memoryssa-skip=1,dse-memoryssa-count=1 -S | FileCheck --check-prefix=SKIP1-COUNT1 %s 35 ; SKIP1-COUNT1-LABEL: @test( 36 ; SKIP1-COUNT1-NEXT: store i32 1, i32* [[R:%.*]] 37 ; SKIP1-COUNT1-NEXT: br i1 true, label [[BB1:%.*]], label [[BB2:%.*]] 38 ; SKIP1-COUNT1: bb1: 39 ; SKIP1-COUNT1-NEXT: br label [[BB3:%.*]] 40 ; SKIP1-COUNT1: bb2: 41 ; SKIP1-COUNT1-NEXT: br label [[BB3]] 42 ; SKIP1-COUNT1: bb3: 43 ; SKIP1-COUNT1-NEXT: store i32 0, i32* [[Q:%.*]] [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 34 #define SKIP1 "." macro 60 … if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) { in isFileModTimeLater()
|
/external/clang/test/CodeGenObjC/ |
D | arc-linetable.m | 36 // CHECK: icmp ne {{.*}}!dbg ![[SKIP1:[0-9]+]] 105 // CHECK: ![[SKIP1]] = !DILocation(line: [[@LINE+1]], scope:
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-linetable.m | 36 // CHECK: icmp ne {{.*}}!dbg ![[SKIP1:[0-9]+]] 105 // CHECK: ![[SKIP1]] = !DILocation(line: [[@LINE+1]], scope:
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 956 #define SKIP1 "." macro 993 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()
|