Home
last modified time | relevance | path

Searched refs:DCE (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/flang/test/Fir/
H A Dbasic-program.fir21 // 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 DContainerDataPointerCheck.cpp84 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 Dnull_schedule.ll1 …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 Dchained_iterations.ll2 …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 Dchained_iterations_2.ll2 …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 D2003-10-09-PreserveWeakGlobals.ll1 ; Weak variables should be preserved by global DCE!
H A Dcrash-assertingvh.ll3 ; to assert when global DCE deletes the body of the function.
/llvm-project-15.0.7/llvm/test/Transforms/DCE/
H A Dint_sideeffect.ll5 ; Don't DCE llvm.sideeffect calls.
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dtest-symbol-dce.mlir28 // 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 DHexagonRDFOpt.cpp319 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 D2001-06-01-GCCOptimizations.txt20 7 . [t] SSA Based DCE
28 15. [t] DCE
H A D2001-09-18-OptimizeExceptions.txt31 analysis. The DCE factor alone could probably be pretty significant. The
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlifetime-marker-no-dce.mir3 # 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 Ddebugcounter-dce.ll3 ;; 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 Dbypass-slow-div.ll6 ; 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 Dearly_dce_clobbers_callgraph.ll4 ; DCE of a call wasn't recognized as changing the IR.
H A Dcast-set-preserve-signed-dbg-val.ll13 ; Preserve the dbg.value for the DCE'd 32-bit 'and'.
/llvm-project-15.0.7/llvm/test/Feature/OperandBundles/
H A Dadce.ll3 ; While it is normally okay to DCE out calls to @readonly_function and
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dmodule-inlining.ll2 ; 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 Dis_constant.ll6 ; 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 DCMakeLists.txt10 DCE.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn21 "DCE.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DtargetLoweringGeneric.ll31 ; force an output so not DCE'd
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dsymver-asm.ll19 ; llvm.compiler.used so they aren't incorrectly DCE'd during module linking.
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVectorPredication.rst65 - DCE transitional APIs.

123