Home
last modified time | relevance | path

Searched refs:NGV (Results 1 – 2 of 2) 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.cpp497 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false, in SRAGlobal() local
502 NGV->setExternallyInitialized(GV->isExternallyInitialized()); in SRAGlobal()
503 Globals.insert(GV->getIterator(), NGV); in SRAGlobal()
504 NewGlobals.push_back(NGV); in SRAGlobal()
512 NGV->setAlignment(NewAlign); in SRAGlobal()
531 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false, in SRAGlobal() local
536 NGV->setExternallyInitialized(GV->isExternallyInitialized()); in SRAGlobal()
537 Globals.insert(GV->getIterator(), NGV); in SRAGlobal()
538 NewGlobals.push_back(NGV); in SRAGlobal()
545 NGV->setAlignment(NewAlign); in SRAGlobal()
[all …]