Lines Matching defs:CantBePromoted
300 bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted,
681 CantBePromoted.insert(F.getGUID());
805 DenseSet<GlobalValue::GUID> &CantBePromoted,
846 CantBePromoted.insert(V.getGUID());
855 DenseSet<GlobalValue::GUID> &CantBePromoted) {
873 CantBePromoted.insert(A.getGUID());
911 DenseSet<GlobalValue::GUID> CantBePromoted;
915 CantBePromoted.insert(V->getGUID());
947 CantBePromoted.insert(GV->getGUID());
1012 CantBePromoted, IsThinLTO, GetSSICallback);
1021 computeVariableSummary(Index, G, CantBePromoted, M, Types);
1027 computeAliasSummary(Index, A, CantBePromoted);
1066 return !CantBePromoted.count(VI.getGUID());
1076 return !CantBePromoted.count(Edge.first.getGUID());