Home
last modified time | relevance | path

Searched refs:NGV (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCtorUtils.cpp50 GlobalVariable *NGV = in removeGlobalCtors() local
53 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
54 NGV->takeName(GCL); in removeGlobalCtors()
58 Constant *V = NGV; in removeGlobalCtors()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp456 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false, in SRAGlobal() local
461 NGV->setExternallyInitialized(GV->isExternallyInitialized()); in SRAGlobal()
462 NGV->copyAttributesFrom(GV); in SRAGlobal()
463 Globals.push_back(NGV); in SRAGlobal()
464 NewGlobals.push_back(NGV); in SRAGlobal()
472 NGV->setAlignment(NewAlign); in SRAGlobal()
491 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false, in SRAGlobal() local
496 NGV->setExternallyInitialized(GV->isExternallyInitialized()); in SRAGlobal()
497 NGV->copyAttributesFrom(GV); in SRAGlobal()
498 Globals.push_back(NGV); in SRAGlobal()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp520 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false, in SRAGlobal() local
525 Globals.insert(GV, NGV); in SRAGlobal()
526 NewGlobals.push_back(NGV); in SRAGlobal()
534 NGV->setAlignment(NewAlign); in SRAGlobal()
554 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false, in SRAGlobal() local
559 Globals.insert(GV, NGV); in SRAGlobal()
560 NewGlobals.push_back(NGV); in SRAGlobal()
567 NGV->setAlignment(NewAlign); in SRAGlobal()
1316 GlobalVariable *NGV = in PerformHeapAllocSRoA() local
1322 FieldGlobals.push_back(NGV); in PerformHeapAllocSRoA()
[all …]