Home
last modified time | relevance | path

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

123456

/external/antlr/runtime/C/
DCvs2005.sln3 …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 …]
DC.sln3 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 …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDCE.cpp72 struct DCE : public FunctionPass { struct
74 DCE() : FunctionPass(ID) { in DCE() function
86 char DCE::ID = 0;
87 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
89 bool DCE::runOnFunction(Function &F) { in runOnFunction()
133 return new DCE(); in createDeadCodeEliminationPass()
/external/u-boot/board/toradex/apalis_imx6/
DKconfig46 The UARTs must be used in DCE mode, RTS/CTS are swapped and
48 This option configures DCE mode unconditionally. Whithout this
49 option the config block stating V1.0 HW selects DCE mode,
/external/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp307 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local
308 DCE.trace(RDFDump); in runOnMachineFunction()
309 Changed |= DCE.run(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp319 HexagonDCE DCE(G, *MRI); in runOnMachineFunction() local
320 DCE.trace(RDFDump); in runOnMachineFunction()
321 Changed |= DCE.run(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
D2003-10-09-PreserveWeakGlobals.ll1 ; Weak variables should be preserved by global DCE!
/external/llvm/test/Transforms/GlobalDCE/
D2003-10-09-PreserveWeakGlobals.ll1 ; Weak variables should be preserved by global DCE!
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
D2003-10-09-PreserveWeakGlobals.ll1 ; Weak variables should be preserved by global DCE!
Dcrash-assertingvh.ll3 ; to assert when global DCE deletes the body of the function.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DCE/
Dint_sideeffect.ll5 ; Don't DCE llvm.sideeffect calls.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt20 7 . [t] SSA Based DCE
28 15. [t] DCE
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt20 7 . [t] SSA Based DCE
28 15. [t] DCE
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt20 7 . [t] SSA Based DCE
28 15. [t] DCE
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/NVPTX/
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.
/external/scapy/scapy/contrib/
Dpnio.uts8 + Check DCE/RPC layer
/external/e2fsprogs/
DSHLIBS30 Description: DCE Universally Unique ID (UUID) library
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dearly_dce_clobbers_callgraph.ll4 ; DCE of a call wasn't recognized as changing the IR.
/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt8 DCE.cpp
/external/llvm/test/Feature/OperandBundles/
Dadce.ll3 ; While it is normally okay to DCE out calls to @readonly_function and
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/
Dadce.ll3 ; While it is normally okay to DCE out calls to @readonly_function and
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt9 DCE.cpp
/external/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll31 ; force an output so not DCE'd
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll31 ; force an output so not DCE'd
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dsymver-asm.ll19 ; llvm.compiler.used so they aren't incorrectly DCE'd during module linking.

123456