Searched refs:NGV (Results 1 – 2 of 2) sorted by relevance
48 GlobalVariable *NGV = new GlobalVariable( in removeGlobalCtors() local51 GCL->getParent()->insertGlobalVariable(GCL->getIterator(), NGV); in removeGlobalCtors()52 NGV->takeName(GCL); in removeGlobalCtors()56 GCL->replaceAllUsesWith(NGV); in removeGlobalCtors()
444 static void transferSRADebugInfo(GlobalVariable *GV, GlobalVariable *NGV, in transferSRADebugInfo() argument493 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()515 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()578 GlobalVariable *NGV = new GlobalVariable( in SRAGlobal() local583 NGV->copyAttributesFrom(GV); in SRAGlobal()584 NewGlobals.insert({OffsetForTy, NGV}); in SRAGlobal()591 NGV->setAlignment(NewAlign); in SRAGlobal()594 transferSRADebugInfo(GV, NGV, OffsetForTy * 8, in SRAGlobal()623 GlobalVariable *NGV = NewGlobals[Offset.getZExtValue()]; in SRAGlobal() local624 assert(NGV && "Must have replacement global for this offset"); in SRAGlobal()[all …]