Home
last modified time | relevance | path

Searched refs:SKIP1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Ddebug-counter.ll9 …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/
Dfiletools.cpp34 #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/
Darc-linetable.m36 // CHECK: icmp ne {{.*}}!dbg ![[SKIP1:[0-9]+]]
105 // CHECK: ![[SKIP1]] = !DILocation(line: [[@LINE+1]], scope:
/external/llvm-project/clang/test/CodeGenObjC/
Darc-linetable.m36 // CHECK: icmp ne {{.*}}!dbg ![[SKIP1:[0-9]+]]
105 // CHECK: ![[SKIP1]] = !DILocation(line: [[@LINE+1]], scope:
/external/icu/icu4c/source/common/
Dputil.cpp956 #define SKIP1 "." macro
993 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()