Searched refs:CantBePromoted (Results 1 – 1 of 1) sorted by relevance
226 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeFunctionSummary() argument374 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()380 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeVariableSummary() argument390 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()398 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeAliasSummary() argument408 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()437 DenseSet<GlobalValue::GUID> CantBePromoted; in buildModuleSummaryIndex() local441 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()471 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()517 CantBePromoted); in buildModuleSummaryIndex()[all …]