Home
last modified time | relevance | path

Searched refs:STAT (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp133 #define STAT(func, arg, buf) \ macro
137 int stat(const char *path, struct stat *buf) { STAT(stat, path, buf); } in stat()
139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat()
141 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat()
145 STAT(stat, path, buf); in __xstat()
149 STAT(lstat, path, buf); in __lxstat()
152 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
/llvm-project-15.0.7/llvm/test/Analysis/RegionInfo/
H A Dcond_loop.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
28 ; STAT: 2 region - The # of regions
29 ; STAT: 1 region - The # of simple regions
H A Dloop_with_condition.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
36 ; STAT: 4 region - The # of regions
37 ; STAT: 1 region - The # of simple regions
H A Dinfinite_loop_4.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
44 ; STAT: 3 region - The # of regions
45 ; STAT: 1 region - The # of simple regions
H A Dpaper.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
46 ; STAT: 4 region - The # of regions
47 ; STAT: 1 region - The # of simple regions
H A Dmix_1.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
57 ; STAT: 5 region - The # of regions
58 ; STAT: 1 region - The # of simple regions
H A Dtwo_loops_same_header.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
39 ; STAT: 3 region - The # of regions
40 ; STAT: 1 region - The # of simple regions
H A Dexit_in_condition.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
33 ; STAT: 2 region - The # of regions
34 ; STAT: 1 region - The # of simple regions
H A Dinfinite_loop.ll2 ; RUN: opt -stats -passes='print<regions>' -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT
16 ; STAT: 1 region - The # of regions
H A Dblock_sort.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
37 ; STAT: 2 region - The # of regions
38 ; STAT: 1 region - The # of simple regions
H A Dnext.ll4 ; RUN: opt -passes='print<regions>' -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT
40 ; STAT: 4 region - The # of regions
41 ; STAT: 1 region - The # of simple regions
H A Dloops_2.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
44 ; STAT: 2 region - The # of regions
45 ; STAT: 1 region - The # of simple regions
H A Dcondition_forward_edge.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
22 ; STAT: 2 region - The # of regions
H A Dcondition_simple.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
24 ; STAT: 2 region - The # of regions
H A Dinfinite_loop_2.ll3 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
30 ; STAT: 1 region - The # of regions
H A Dcondition_same_exit.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
25 ; STAT: 3 region - The # of regions
H A Dinfinite_loop_3.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
43 ; STAT: 1 region - The # of regions
H A Dnested_loops.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
28 ; STAT: 2 region - The # of regions
H A Dloops_1.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
36 ; STAT: 2 region - The # of regions
H A Dcondition_complicated_2.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
38 ; STAT: 3 region - The # of regions
H A Dcondition_complicated.ll4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
52 ; STAT: 4 region - The # of regions
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/DXContainer/
H A DExplicitSizeAndOffsets.yaml22 - Name: STAT
49 # CHECK-NEXT: - Name: STAT
H A DOmitSizeAndOffsets.yaml20 - Name: STAT
47 # CHECK-NEXT: - Name: STAT
H A DDXILPart.yaml26 - Name: STAT
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dcallbr.ll2 …ures -disable-output -stats < %s 2>&1 | FileCheck %s --check-prefix=STAT
7 ; STAT: 1 polly-detect - Number of rejected regions: Branch from indirect terminator

12