reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 1635   NewGV->copyAttributesFrom(GV);
 1636   GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV);
 1664           DL.getTypeAllocSizeInBits(NewGV->getType()->getElementType()) / 8;
 1682           DIGlobalVariableExpression::get(NewGV->getContext(), DGV, E);
 1683         NewGV->addDebugInfo(DGVE);
 1693        NewGV->addDebugInfo(GV);
 1718           StoreVal = new LoadInst(NewGV->getValueType(), NewGV,
 1718           StoreVal = new LoadInst(NewGV->getValueType(), NewGV,
 1729           new StoreInst(StoreVal, NewGV, false, None, SI->getOrdering(),
 1735       LoadInst *NLI = new LoadInst(NewGV->getValueType(), NewGV,
 1735       LoadInst *NLI = new LoadInst(NewGV->getValueType(), NewGV,
 1755   NewGV->takeName(GV);