Home
last modified time | relevance | path

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

12345678

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp45 ++Info.Statements; in TraverseStmt()
115 unsigned Statements = 0; member
164 if (FI.Statements == 0) in check()
178 if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold || in check()
194 if (FI.Statements > StatementThreshold) { in check()
197 << FI.Statements << StatementThreshold; in check()
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dfull-function.ll7 ; FULL: Statements {
25 ; WITHOUT-FULL: Statements {
36 ; WITHOUT-FULL: Statements {
H A Dlicm_potential_store.ll22 ; LICM: Statements
23 ; NOLICM: Statements
84 ; 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 Ddebug_call.ll31 ; CHECK: Statements {
H A Dunprofitable_scalar-accs.ll49 ; CHECK: Statements {
97 ; HEURISTIC-NOT: Statements
H A Dmultidim_single_and_multidim_array.ll29 ; NONAFFINE: Statements {
46 ; DELIN: Statements {
H A Dschedule-constuction-endless-loop1.ll5 ; CHECK-NOT: Statements
H A Dschedule-constuction-endless-loop2.ll5 ; CHECK-NOT: Statements
H A Dbranch-references-loop-scev-with-unknown-iterations-2.ll10 ; SCOP: Statements {
H A Dexit-phi-2.ll32 ; CHECK: Statements {
H A Dsimple_loop_1.ll35 ; CHECK: Statements {
H A Dstmt_split_no_after_split.ll3 ; CHECK: Statements {
H A Dnested-loops.ll31 ; CHECK: Statements {
H A Dinvariant_load_branch_condition.ll10 ; CHECK: Statements {
/llvm-project-15.0.7/polly/test/ScopInfo/NonAffine/
H A Dnon_affine_but_srem.ll14 ; CHECK: Statements {
26 ; CHECK: Statements {
H A Dnon-affine-loop-condition-dependent-access_1.ll25 ; SCALAR-NEXT: Statements {
39 ; PROFIT-NOT: Statements
H A Dnon_affine_loop_condition.ll33 ; CHECK-NEXT: Statements {
47 ; 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-15.0.7/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