/external/antlr/runtime/C/ |
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 …]
|
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 …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | DCE.cpp | 72 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/ |
D | Kconfig | 46 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/ |
D | HexagonRDFOpt.cpp | 307 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/ |
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/test/Transforms/GlobalDCE/ |
D | 2003-10-09-PreserveWeakGlobals.ll | 1 ; Weak variables should be preserved by global DCE!
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2003-10-09-PreserveWeakGlobals.ll | 1 ; Weak variables should be preserved by global DCE!
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DCE/ |
D | int_sideeffect.ll | 5 ; Don't DCE llvm.sideeffect calls.
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 20 7 . [t] SSA Based DCE 28 15. [t] DCE
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 20 7 . [t] SSA Based DCE 28 15. [t] DCE
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 20 7 . [t] SSA Based DCE 28 15. [t] DCE
|
/external/swiftshader/third_party/llvm-7.0/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/scapy/scapy/contrib/ |
D | pnio.uts | 8 + Check DCE/RPC layer
|
/external/e2fsprogs/ |
D | SHLIBS | 30 Description: DCE Universally Unique ID (UUID) library
|
/external/swiftshader/third_party/llvm-7.0/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/test/Feature/OperandBundles/ |
D | adce.ll | 3 ; While it is normally okay to DCE out calls to @readonly_function and
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/ |
D | adce.ll | 3 ; While it is normally okay to DCE out calls to @readonly_function and
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 9 DCE.cpp
|
/external/llvm/test/CodeGen/X86/ |
D | targetLoweringGeneric.ll | 31 ; force an output so not DCE'd
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | targetLoweringGeneric.ll | 31 ; force an output so not DCE'd
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | symver-asm.ll | 19 ; llvm.compiler.used so they aren't incorrectly DCE'd during module linking.
|