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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp492 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false, local
497 Globals.insert(GV, NGV);
498 NewGlobals.push_back(NGV);
506 NGV->setAlignment(NewAlign);
525 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false, local
530 Globals.insert(GV, NGV);
531 NewGlobals.push_back(NGV);
538 NGV->setAlignment(NewAlign);
1301 GlobalVariable *NGV = local
1307 FieldGlobals.push_back(NGV);
2047 GlobalVariable *NGV = new GlobalVariable(CA->getType(), GCL->isConstant(), local
[all...]

Completed in 49 milliseconds