| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | basic-program.fir | 21 // PASSES-NEXT: (S) 0 num-dce'd - Number of operations DCE'd 32 // PASSES-NEXT: (S) 0 num-dce'd - Number of operations DCE'd 41 // PASSES-NEXT: (S) 0 num-dce'd - Number of operations DCE'd 51 // PASSES-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerDataPointerCheck.cpp | 84 const auto *DCE = Result.Nodes.getNodeAs<Expr>(DerefContainerExprName); in check() local 90 if (DCE && !CE->getType()->isPointerType()) in check() 91 CE = DCE; in check()
|
| /llvm-project-15.0.7/polly/test/DeadCodeElimination/ |
| H A D | null_schedule.ll | 1 …value-based -polly-dce -polly-print-ast -disable-output < %s | FileCheck %s -check-prefix=CHECK-DCE 55 ; CHECK-DCE: for (int c0 = 0; c0 <= 199; c0 += 1) 56 ; CHECK-DCE: Stmt_for_body_2(c0);
|
| H A D | chained_iterations.ll | 2 …value-based -polly-dce -polly-print-ast -disable-output < %s | FileCheck %s -check-prefix=CHECK-DCE 59 ; CHECK-DCE: for (int c0 = 0; c0 <= 199; c0 += 1) 60 ; CHECK-DCE: Stmt_for_body_3(c0);
|
| H A D | chained_iterations_2.ll | 2 …value-based -polly-dce -polly-print-ast -disable-output < %s | FileCheck %s -check-prefix=CHECK-DCE 64 ; CHECK-DCE: for (int c0 = 0; c0 <= 199; c0 += 1) 65 ; CHECK-DCE: Stmt_for_body_3(c0);
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/ |
| H A D | 2003-10-09-PreserveWeakGlobals.ll | 1 ; Weak variables should be preserved by global DCE!
|
| H A D | crash-assertingvh.ll | 3 ; to assert when global DCE deletes the body of the function.
|
| /llvm-project-15.0.7/llvm/test/Transforms/DCE/ |
| H A D | int_sideeffect.ll | 5 ; Don't DCE llvm.sideeffect calls.
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | test-symbol-dce.mlir | 28 // Check that we don't DCE nested symbols if they are used. 50 // Check that we don't DCE symbols if we can't prove that the top-level symbol
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 319 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local 320 DCE.trace(RDFDump); in runOnMachineFunction() 321 Changed |= DCE.run(); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations.txt | 20 7 . [t] SSA Based DCE 28 15. [t] DCE
|
| H A D | 2001-09-18-OptimizeExceptions.txt | 31 analysis. The DCE factor alone could probably be pretty significant. The
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | lifetime-marker-no-dce.mir | 3 # Check that we don't DCE the lifetime markers even though they don't have any users.
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | debugcounter-dce.ll | 3 ;; Test that, with debug counters on, we will skip the first DCE opportunity, perform next 2,
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/NVPTX/ |
| H A D | bypass-slow-div.ll | 6 ; We only use the div instruction -- the rem should be DCE'ed. 18 ; We only use the rem instruction -- the div should be DCE'ed.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | early_dce_clobbers_callgraph.ll | 4 ; DCE of a call wasn't recognized as changing the IR.
|
| H A D | cast-set-preserve-signed-dbg-val.ll | 13 ; Preserve the dbg.value for the DCE'd 32-bit 'and'.
|
| /llvm-project-15.0.7/llvm/test/Feature/OperandBundles/ |
| H A D | adce.ll | 3 ; While it is normally okay to DCE out calls to @readonly_function and
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | module-inlining.ll | 2 ; some trivial DCE would happen, which in this case doesn't modify post-inlined
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | is_constant.ll | 6 ; intrinsic with non-local uses. It could lead to later passes no DCE'ing
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | CMakeLists.txt | 10 DCE.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/ |
| H A D | BUILD.gn | 21 "DCE.cpp",
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | targetLoweringGeneric.ll | 31 ; force an output so not DCE'd
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | symver-asm.ll | 19 ; llvm.compiler.used so they aren't incorrectly DCE'd during module linking.
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VectorPredication.rst | 65 - DCE transitional APIs.
|