Lines Matching defs:VI
46 const GlobalValue *SGV, ValueInfo VI) {
78 VI, SGV->getParent()->getModuleIdentifier());
222 ValueInfo VI;
224 VI = ImportIndex.getValueInfo(GV.getGUID());
228 assert(VI || GV.isDeclaration() ||
240 if (!GV.isDeclaration() && VI && ImportIndex.withAttributePropagation()) {
249 // We might have a non-null VI and get here even in that case if the name
252 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier()));
269 if (GV.hasLocalLinkage() && shouldPromoteLocalToGlobal(&GV, VI)) {
293 } else if (VI && VI.isDSOLocal(ImportIndex.withDSOLocalPropagation())) {