/external/llvm/lib/Transforms/Scalar/ |
D | GlobalMerge.cpp | 87 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 146 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() argument 156 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD)); in doMerge() 160 for (size_t i = 0, e = Globals.size(); i != e; ) { in doMerge() 166 Type *Ty = Globals[j]->getType()->getElementType(); in doMerge() 172 Inits.push_back(Globals[j]->getInitializer()); in doMerge() 188 Globals[k]->replaceAllUsesWith(GEP); in doMerge() 189 Globals[k]->eraseFromParent(); in doMerge() 240 DenseMap<unsigned, SmallVector<GlobalVariable*, 16> > Globals, ConstGlobals, in doInitialization() local 283 Globals[AddressSpace].push_back(I); in doInitialization() [all …]
|
/external/chromium/chrome/browser/ |
D | io_thread.h | 51 struct Globals { struct 52 Globals(); 53 ~Globals(); 88 Globals* globals(); argument 179 Globals* globals_;
|
D | io_thread.cc | 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, in ConstructProxyScriptFetcherContext() 222 ConstructSystemRequestContext(IOThread::Globals* globals, in ConstructSystemRequestContext() 286 IOThread::Globals::Globals() {} in Globals() function in IOThread::Globals 288 IOThread::Globals::~Globals() {} in ~Globals() 328 IOThread::Globals* IOThread::globals() { in globals() 423 globals_ = new Globals; in Init()
|
/external/clang/test/CodeGen/ |
D | 2003-06-26-CFECrash.c | 8 typedef struct Globals { struct
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2010-10-19-WeakOdr.ll | 3 ; PR8389: Globals with weak_odr linkage type must not be modified
|
/external/llvm/lib/IR/ |
D | Android.mk | 18 Globals.cpp \
|
D | CMakeLists.txt | 17 Globals.cpp
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 14 // Globals
|
/external/llvm/test/Linker/ |
D | testlink1.ll | 64 ; Globals linked from testlink2.
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 76 DenseSet<GlobalVariable*> &Globals) { in DiscoverDependentGlobals() argument 78 Globals.insert(GV); in DiscoverDependentGlobals() 82 DiscoverDependentGlobals(U->getOperand(i), Globals); in DiscoverDependentGlobals() 929 SmallVector<GlobalVariable*,8> Globals; in doInitialization() local 936 VisitGlobalVariableForEmission(I, Globals, GVVisited, GVVisiting); in doInitialization() 943 for (unsigned i = 0, e = Globals.size(); i != e; ++i) in doInitialization() 944 printModuleLevelGV(Globals[i], OS2); in doInitialization()
|
/external/chromium/chrome/browser/profiles/ |
D | off_the_record_profile_io_data.cc | 125 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
|
D | profile_io_data.cc | 278 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitialize()
|
D | profile_impl_io_data.cc | 171 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
D | SDL_syscdrom.c | 28 #pragma mark -- Globals --
|
D | CDPlayer.c | 54 #pragma mark -- Globals --
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_proj.sh | 553 tag Globals
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 2129 const StringMap<DIE*> &Globals = TheCU->getGlobalNames(); in emitDebugPubnames() local 2131 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) { in emitDebugPubnames() 2180 const StringMap<DIE*> &Globals = TheCU->getGlobalTypes(); in emitDebugPubTypes() local 2182 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) { in emitDebugPubTypes()
|
/external/e2fsprogs/ext2ed/ |
D | README | 57 Globals diffs between version 0.1 and 0.2 is stored in file :
|
/external/mdnsresponder/mDNSPosix/ |
D | Responder.c | 45 #pragma mark ***** Globals
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 673 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() local 691 Globals.insert(GV, NGV); in SRAGlobal() 724 Globals.insert(GV, NGV); in SRAGlobal() 786 Globals.erase(GV); in SRAGlobal() 795 Globals.erase(NewGlobals[i]); in SRAGlobal()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 95 **Module Globals Bytes**
|
/external/grub/netboot/ |
D | 3c90x.txt | 264 D. Globals
|
/external/openssl/crypto/bn/asm/ |
D | pa-risc2.s | 69 ; Globals used in some routines
|
D | pa-risc2W.s | 61 ; Globals used in some routines
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 524 * Globals, stack allocations, and heap allocations never alias the null pointer.
|