Home
last modified time | relevance | path

Searched refs:Statements (Results 1 – 25 of 198) sorted by relevance

12345678

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp43 ++Info.Statements; in TraverseStmt()
113 unsigned Statements = 0; member
166 if (FI.Statements == 0) in check()
181 (StatementThreshold && FI.Statements > StatementThreshold) || in check()
198 if (StatementThreshold && FI.Statements > StatementThreshold) { in check()
201 << FI.Statements << StatementThreshold.value(); in check()
/llvm-project/clang/test/Interpreter/
H A Dstmt-serialization.cpp7 module TopLevelStmt { module Statements {} }
10 #pragma clang module begin TopLevelStmt.Statements
17 #pragma clang module import TopLevelStmt.Statements
/llvm-project/polly/test/ScopInfo/
H A Dfull-function.ll7 ; FULL: Statements {
25 ; WITHOUT-FULL: Statements {
36 ; WITHOUT-FULL: Statements {
H A Dlicm_potential_store.ll20 ; LICM: Statements
21 ; NOLICM: Statements
81 ; CHECK: Statements {
H A Dbranch-references-loop-scev-with-unknown-iterations-3.ll7 ; NONAFFINE: Statements {
28 ; NO-NONEAFFINE: Statements {
38 ; NO-NONEAFFINE: Statements {
H A Dgranularity_same_name.ll45 ; IDX: Statements {
48 ; BB: Statements {
H A Dbranch-references-loop-scev-with-unknown-iterations.ll7 ; NONAFFINE-NOT: Statements
9 ; NO-NONEAFFINE: Statements {
H A Dtempscop-printing.ll16 ; CHECK: Statements {
30 ; CHECK: Statements {
H A Deager-binary-and-or-conditions.ll20 ; CHECK: Statements {
34 ; CHECK: Statements {
H A Dmultidim_single_and_multidim_array.ll29 ; NONAFFINE: Statements {
46 ; DELIN: Statements {
H A Ddebug_call.ll31 ; CHECK: Statements {
H A Dunprofitable_scalar-accs.ll49 ; CHECK: Statements {
97 ; HEURISTIC-NOT: Statements
H A Dschedule-constuction-endless-loop1.ll5 ; CHECK-NOT: Statements
H A Dschedule-constuction-endless-loop2.ll5 ; CHECK-NOT: Statements
H A Dnested-loops.ll31 ; CHECK: Statements {
H A Dsimple_loop_1.ll35 ; CHECK: Statements {
H A Dbranch-references-loop-scev-with-unknown-iterations-2.ll10 ; SCOP: Statements {
H A Dstmt_split_no_after_split.ll3 ; CHECK: Statements {
H A Dunnamed_nonaffine.ll19 ; CHECK: Statements {
59 ; UNNAMED: Statements {
/llvm-project/polly/test/ScopInfo/NonAffine/
H A Dnon_affine_but_srem.ll14 ; CHECK: Statements {
26 ; CHECK: Statements {
H A Dnon_affine_loop_condition.ll33 ; CHECK-NEXT: Statements {
47 ; PROFIT-NOT: Statements
H A Dnon-affine-loop-condition-dependent-access_1.ll25 ; SCALAR-NEXT: Statements {
39 ; PROFIT-NOT: Statements
H A Dnon_affine_conditional_surrounding_non_affine_loop.ll53 ; INNERMOST-NEXT: Statements {
91 ; ALL-NEXT: Statements {
105 ; PROFIT-NOT: Statements
/llvm-project/polly/test/ScopDetect/
H A Dindex_from_unpredictable_loop.ll45 ; AFFINE: Statements {
57 ; NONAFFINE: Statements {
H A Dindex_from_unpredictable_loop2.ll62 ; AFFINE: Statements {
75 ; NONAFFINE: Statements {

12345678