/external/antlr/runtime/C/ |
D | C.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "C", "C.vcproj", "{0F0FE03A-78F3-4B34-9DCE-0CDF… 19 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.ActiveCfg = Debug|Win32 20 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.Build.0 = Debug|Win32 21 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.ActiveCfg = Debug|x64 22 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.Build.0 = Debug|x64 23 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 24 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 25 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 26 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.Build.0 = DebugDLL|x64 27 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Deployment|Win32.ActiveCfg = DebugDLL|Win32 [all …]
|
D | Cvs2005.sln | 3 …B8-8B4A-11D0-8D11-00A0C91BC942}") = "C", "Cvs2005.vcproj", "{0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}" 29 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.ActiveCfg = Debug|Win32 30 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.Build.0 = Debug|Win32 31 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.ActiveCfg = Debug|x64 32 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.Build.0 = Debug|x64 33 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 34 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 35 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 36 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.Build.0 = DebugDLL|x64 37 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Deployment|Win32.ActiveCfg = DebugDLL|Win32 [all …]
|
/external/llvm-project/polly/test/DeadCodeElimination/ |
D | null_schedule.ll | 1 …nalysis-type=value-based -polly-dce -polly-ast -analyze < %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);
|
D | chained_iterations.ll | 2 …nalysis-type=value-based -polly-dce -polly-ast -analyze < %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);
|
D | chained_iterations_2.ll | 2 …nalysis-type=value-based -polly-dce -polly-ast -analyze < %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);
|
/external/llvm-project/mlir/test/Transforms/ |
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
|
/external/llvm-project/llvm/test/Transforms/GlobalDCE/ |
D | 2003-10-09-PreserveWeakGlobals.ll | 1 ; Weak variables should be preserved by global DCE!
|
D | crash-assertingvh.ll | 3 ; to assert when global DCE deletes the body of the function.
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2003-10-09-PreserveWeakGlobals.ll | 1 ; Weak variables should be preserved by global DCE!
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | int_sideeffect.ll | 5 ; Don't DCE llvm.sideeffect calls.
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 319 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local 320 DCE.trace(RDFDump); in runOnMachineFunction() 321 Changed |= DCE.run(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 319 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local 320 DCE.trace(RDFDump); in runOnMachineFunction() 321 Changed |= DCE.run(); in runOnMachineFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 307 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local 308 DCE.trace(RDFDump); in runOnMachineFunction() 309 Changed |= DCE.run(); in runOnMachineFunction()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 20 7 . [t] SSA Based DCE 28 15. [t] DCE
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 20 7 . [t] SSA Based DCE 28 15. [t] DCE
|
/external/llvm-project/mlir/test/mlir-reduce/ |
D | dce-test.mlir | 2 // RUN: mlir-reduce %s -test %S/failure-test.sh -pass-test DCE | FileCheck %s
|
/external/llvm-project/llvm/test/Other/ |
D | debugcounter-dce.ll | 3 ;; Test that, with debug counters on, we will skip the first DCE opportunity, perform next 2,
|
/external/scapy/scapy/contrib/ |
D | pnio.uts | 8 + Check DCE/RPC layer
|
/external/e2fsprogs/ |
D | SHLIBS | 30 Description: DCE Universally Unique ID (UUID) library
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/NVPTX/ |
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.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | early_dce_clobbers_callgraph.ll | 4 ; DCE of a call wasn't recognized as changing the IR.
|
/external/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 8 DCE.cpp
|
/external/llvm-project/llvm/test/Feature/OperandBundles/ |
D | adce.ll | 3 ; While it is normally okay to DCE out calls to @readonly_function and
|
/external/llvm/test/Feature/OperandBundles/ |
D | adce.ll | 3 ; While it is normally okay to DCE out calls to @readonly_function and
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.2.rst | 55 - aco: fix DCE of rematerializable phi operands 56 - aco/spill: only prevent rematerializable vars from being DCE'd if they haven't been renamed
|