| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 133 #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 D | cond_loop.ll | 4 ; 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 D | loop_with_condition.ll | 4 ; 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 D | infinite_loop_4.ll | 4 ; 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 D | paper.ll | 4 ; 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 D | mix_1.ll | 4 ; 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 D | two_loops_same_header.ll | 4 ; 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 D | exit_in_condition.ll | 4 ; 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 D | infinite_loop.ll | 2 ; RUN: opt -stats -passes='print<regions>' -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT… 16 ; STAT: 1 region - The # of regions
|
| H A D | block_sort.ll | 4 ; 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 D | next.ll | 4 ; 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 D | loops_2.ll | 4 ; 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 D | condition_forward_edge.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 22 ; STAT: 2 region - The # of regions
|
| H A D | condition_simple.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 24 ; STAT: 2 region - The # of regions
|
| H A D | infinite_loop_2.ll | 3 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 30 ; STAT: 1 region - The # of regions
|
| H A D | condition_same_exit.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 25 ; STAT: 3 region - The # of regions
|
| H A D | infinite_loop_3.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 43 ; STAT: 1 region - The # of regions
|
| H A D | nested_loops.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 28 ; STAT: 2 region - The # of regions
|
| H A D | loops_1.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 36 ; STAT: 2 region - The # of regions
|
| H A D | condition_complicated_2.ll | 4 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s 38 ; STAT: 3 region - The # of regions
|
| H A D | condition_complicated.ll | 4 ; 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 D | ExplicitSizeAndOffsets.yaml | 22 - Name: STAT 49 # CHECK-NEXT: - Name: STAT
|
| H A D | OmitSizeAndOffsets.yaml | 20 - Name: STAT 47 # CHECK-NEXT: - Name: STAT
|
| H A D | DXILPart.yaml | 26 - Name: STAT
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | callbr.ll | 2 …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
|