Lines Matching defs:CantBePromoted
305 bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted,
711 CantBePromoted.insert(F.getGUID());
835 DenseSet<GlobalValue::GUID> &CantBePromoted,
876 CantBePromoted.insert(V.getGUID());
885 DenseSet<GlobalValue::GUID> &CantBePromoted) {
903 CantBePromoted.insert(A.getGUID());
941 DenseSet<GlobalValue::GUID> CantBePromoted;
945 CantBePromoted.insert(V->getGUID());
977 CantBePromoted.insert(GV->getGUID());
1042 CantBePromoted, IsThinLTO, GetSSICallback);
1051 computeVariableSummary(Index, G, CantBePromoted, M, Types);
1057 computeAliasSummary(Index, A, CantBePromoted);
1096 return !CantBePromoted.count(VI.getGUID());
1106 return !CantBePromoted.count(Edge.first.getGUID());