Home
last modified time | relevance | path

Searched refs:SKIP2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Ddebug-counter.ll15 …ug-counter=dse-memoryssa-skip=2,dse-memoryssa-count=1 -S | FileCheck --check-prefix=SKIP2-COUNT1 %s
60 ; SKIP2-COUNT1-LABEL: @test(
61 ; SKIP2-COUNT1-NEXT: store i32 1, i32* [[P:%.*]]
62 ; SKIP2-COUNT1-NEXT: store i32 1, i32* [[R:%.*]]
63 ; SKIP2-COUNT1-NEXT: br i1 true, label [[BB1:%.*]], label [[BB2:%.*]]
64 ; SKIP2-COUNT1: bb1:
65 ; SKIP2-COUNT1-NEXT: br label [[BB3:%.*]]
66 ; SKIP2-COUNT1: bb2:
67 ; SKIP2-COUNT1-NEXT: br label [[BB3]]
68 ; SKIP2-COUNT1: bb3:
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp35 #define SKIP2 ".." macro
60 … if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) { in isFileModTimeLater()
/external/icu/icu4c/source/common/
Dputil.cpp957 #define SKIP2 ".." macro
993 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0 in searchForTZFile()