Searched refs:NGV (Results 1 – 2 of 2) sorted by relevance
50 GlobalVariable *NGV = in removeGlobalCtors() local53 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()54 NGV->takeName(GCL); in removeGlobalCtors()58 Constant *V = NGV; in removeGlobalCtors()
497 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false, in SRAGlobal() local502 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() local536 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 …]