Lines Matching refs:NGV
497 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()
1295 GlobalVariable *NGV = in PerformHeapAllocSRoA() local
1301 FieldGlobals.push_back(NGV); in PerformHeapAllocSRoA()
1312 new StoreInst(NMI, NGV, CI); in PerformHeapAllocSRoA()