/external/llvm/test/Transforms/GlobalDCE/ |
2003-10-09-PreserveWeakGlobals.ll | 1 ; Weak variables should be preserved by global DCE!
|
/external/antlr/antlr-3.4/runtime/C/ |
C.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "C", "C.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|Win3 [all...] |
Cvs2005.sln | 3 Project("{8BC9CEB8-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|Win3 [all...] |
/external/kernel-headers/original/linux/hdlc/ |
ioctl.h | 29 unsigned short dce; /* 1 for DCE (network side) operation */ member in struct:__anon19952
|
/external/llvm/test/Transforms/Reassociate/ |
2002-05-15-AgressiveSubMove.ll | 1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
|
2002-05-15-SubReassociate.ll | 3 ; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | not grep add
|
2002-05-15-SubReassociate2.ll | 3 ; RUN: opt < %s -reassociate -constprop -dce -S | not grep 12
|
/frameworks/opt/telephony/tools/ |
tdi | 45 dce) dc_errors "$@";; 47 *) echo 'Broadcast telephony debug intents'; echo 'usage: tdi [dce]'; echo ' dce=DC errors';;
|
/external/iproute2/include/linux/hdlc/ |
ioctl.h | 9 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ 62 unsigned short dce; /* 1 for DCE (network side) operation */ member in struct:__anon19230
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 9 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ 62 unsigned short dce; /* 1 for DCE (network side) operation */ member in struct:__anon37561
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 9 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ 62 unsigned short dce; /* 1 for DCE (network side) operation */ member in struct:__anon39152
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 9 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ 62 unsigned short dce; /* 1 for DCE (network side) operation */ member in struct:__anon40666
|
/external/llvm/lib/Transforms/Scalar/ |
CMakeLists.txt | 7 DCE.cpp
|
DCE.cpp | 1 //===- DCE.cpp - Code to perform dead code elimination --------------------===// 19 #define DEBUG_TYPE "dce" 74 struct DCE : public FunctionPass { 76 DCE() : FunctionPass(ID) { 88 char DCE::ID = 0; 89 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false) 91 bool DCE::runOnFunction(Function &F) { 132 return new DCE();
|
/external/e2fsprogs/lib/uuid/ |
uuid.3.in | 34 uuid \- DCE compatible Universally Unique Identifier library 41 Foundation (OSF) Distributed Computing Environment (DCE) utility 50 OSF DCE 1.1
|
/development/ndk/platforms/android-3/include/linux/hdlc/ |
ioctl.h | 40 unsigned short dce; member in struct:__anon1058
|
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/ |
strsrchperf.vcxproj.filters | 9 <UniqueIdentifier>{1290a308-d398-4dce-bb72-bd78364b6b89}</UniqueIdentifier>
|
/external/e2fsprogs/ |
SHLIBS | 30 Description: DCE Universally Unique ID (UUID) library
|
/external/icu4c/test/perf/strsrchperf/ |
strsrchperf.vcxproj.filters | 9 <UniqueIdentifier>{1290a308-d398-4dce-bb72-bd78364b6b89}</UniqueIdentifier>
|
/external/llvm/test/Analysis/BasicAA/ |
2007-10-24-ArgumentsGlobals.ll | 1 ; RUN: opt < %s -basicaa -gvn -dce -S | FileCheck %s
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr_simple.ll | 3 ; RUN: opt < %s -indvars -dce -S | not grep mul
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
label3.cpp | 1 // Bug: we were removing the p = q assignment in dce, and then reinserting
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
label3.cpp | 1 // Bug: we were removing the p = q assignment in dce, and then reinserting
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 40 unsigned short dce; member in struct:__anon41519
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 40 unsigned short dce; member in struct:__anon41873
|