| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | devirtualize-5.ll | 1 ; RUN: opt -abort-on-max-devirt-iterations-reached -passes='cgscc(devirt<1>(inline,instcombine))' -… 2 ; RUN: opt -abort-on-max-devirt-iterations-reached -passes='default<O2>' -S < %s | FileCheck %s
|
| H A D | devirtualize-6.ll | 2 ; RUN: opt -abort-on-max-devirt-iterations-reached -passes='cgscc(devirt<0>(inline))' -S < %s | Fil…
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | chain-staticvar-instantiation.cpp | 40 #warning reached main file
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/ |
| H A D | missing-closing-quote.mir | 18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | 2014-03-18-Maxlookup-reached.ll | 5 ; limit was reached).
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-message.m | 16 // so this should not be reached.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | undef-label.ll | 5 ; be reached via fall through and would therefore omit the label.
|
| H A D | ragreedy-last-chance-recoloring.ll | 27 ; CHECK-INTERF: error: register allocation failed: maximum interference for recoloring reached 28 ; CHECK-DEPTH: error: register allocation failed: maximum depth for recoloring reached 29 …STIVE-NOT: error: register allocation failed: maximum {{depth|interference}} for recoloring reached
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __verbose_abort | 35 …__builtin_unreachable(); // never reached, but needed to tell the compiler that the function never…
|
| /llvm-project-15.0.7/polly/test/ForwardOpTree/ |
| H A D | noforward_outofquota.ll | 47 ; STATS: 1 polly-optree - Analyses aborted because max_operations was reached
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | pr21210.ll | 26 ; of the select outside the home block ('bb'), but can be reached from the home
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | cgscc-devirt-iteration.ll | 11 ; RUN: not --crash opt -abort-on-max-devirt-iterations-reached -aa-pipeline=basic-aa -passes='modul… 12 ; RUN: opt -abort-on-max-devirt-iterations-reached -aa-pipeline=basic-aa -passes='module(inferattrs…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | combiner-lts.ll | 6 ; the load's "input chain" is reached via an intervening node (eg. TokenFactor)
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | thinlto-function-summary-refgraph.ll | 53 ; a reference to it when reached while earlier analyzing the phi using its 58 ; a reference to it when reached while analyzing subsequent use of its return
|
| /llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/ |
| H A D | unique-retval-same-vtable.ll | 45 ; vtable. Therefore, if this call is reached, we must select
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | subreg-undef-def-with-other-subreg-defs.mir | 9 # nop. It then didn't see the lanemask when it reached the second
|
| H A D | subreg-split-live-in-error.mir | 4 # a new use (a COPY) which was reached by the undef point. In particular, 5 # there was a subrange of the new register which was reached by an "undef"
|
| H A D | issue48473.mir | 4 # ERR: error: register allocation failed: maximum depth for recoloring reached. Use -fexhaustive-re…
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | DebugChecks.rst | 133 Generate a warning if this line of code gets reached by the analyzer. 147 gets reached by the analyzer during the current analysis. 344 function, such as how many blocks were reached and if the analyzer timed out.
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | DataFlowAnalysis.md | 169 /// Mark the lattice element as having reached a pessimistic fixpoint. This 209 /// reached a pessimistic fixpoint. 246 // all of the results as having reached a pessimistic fixpoint.
|
| /llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/ |
| H A D | fence.ll | 5 ; only if reached through a chain of logic which EarlyCSE is incapable
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_tab.c | 3477 static int reached(struct isl_tab *tab, struct isl_tab_var *var, int sgn, in reached() function 3516 while (!reached(tab, var, sgn, target, tmp)) { in var_reaches() 3551 isl_bool reached; in detect_constant_with_tmp() local 3558 reached = var_reaches(tab, var, -1, *target, tmp); in detect_constant_with_tmp() 3559 if (reached < 0 || reached) in detect_constant_with_tmp() 3560 return isl_bool_not(reached); in detect_constant_with_tmp() 3563 reached = var_reaches(tab, var, 1, *target, tmp); in detect_constant_with_tmp() 3564 if (reached < 0 || reached) in detect_constant_with_tmp() 3565 return isl_bool_not(reached); in detect_constant_with_tmp()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | revectorized_rdx_crash.ll | 8 ; When it reached %i18 it was still failing to match reduction but
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | block-var-layout.m | 37 // to scan (low nibble). A zero byte says that we've reached the end
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVMemoryOps.td | 29 reached by walking the Base’s type hierarchy down to the last provided 40 result, and so on. Once any non-composite type is reached, there must be
|