Home
last modified time | relevance | path

Searched refs:Globals (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp87 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/
Dio_thread.h51 struct Globals { struct
52 Globals();
53 ~Globals();
88 Globals* globals(); argument
179 Globals* globals_;
Dio_thread.cc200 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/
D2003-06-26-CFECrash.c8 typedef struct Globals { struct
/external/llvm/test/Transforms/GlobalOpt/
D2010-10-19-WeakOdr.ll3 ; PR8389: Globals with weak_odr linkage type must not be modified
/external/llvm/lib/IR/
DAndroid.mk18 Globals.cpp \
DCMakeLists.txt17 Globals.cpp
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-2.m14 // Globals
/external/llvm/test/Linker/
Dtestlink1.ll64 ; Globals linked from testlink2.
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp76 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/
Doff_the_record_profile_io_data.cc125 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
Dprofile_io_data.cc278 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitialize()
Dprofile_impl_io_data.cc171 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DSDL_syscdrom.c28 #pragma mark -- Globals --
DCDPlayer.c54 #pragma mark -- Globals --
/external/libvpx/libvpx/build/make/
Dgen_msvs_proj.sh553 tag Globals
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2129 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/
DREADME57 Globals diffs between version 0.1 and 0.2 is stored in file :
/external/mdnsresponder/mDNSPosix/
DResponder.c45 #pragma mark ***** Globals
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp673 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/
Dllvm-bcanalyzer.rst95 **Module Globals Bytes**
/external/grub/netboot/
D3c90x.txt264 D. Globals
/external/openssl/crypto/bn/asm/
Dpa-risc2.s69 ; Globals used in some routines
Dpa-risc2W.s61 ; Globals used in some routines
/external/llvm/docs/
DAliasAnalysis.rst524 * Globals, stack allocations, and heap allocations never alias the null pointer.

12