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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp687 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false, local
692 Globals.insert(GV, NGV);
693 NewGlobals.push_back(NGV);
701 NGV->setAlignment(NewAlign);
720 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false, local
725 Globals.insert(GV, NGV);
726 NewGlobals.push_back(NGV);
733 NGV->setAlignment(NewAlign);
1497 GlobalVariable *NGV = local
1503 FieldGlobals.push_back(NGV);
2243 GlobalVariable *NGV = new GlobalVariable(CA->getType(), GCL->isConstant(), local
[all...]

Completed in 877 milliseconds