Home
last modified time | relevance | path

Searched refs:CantBePromoted (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp226 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeFunctionSummary() argument
374 CantBePromoted.insert(F.getGUID()); in computeFunctionSummary()
380 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeVariableSummary() argument
390 CantBePromoted.insert(V.getGUID()); in computeVariableSummary()
398 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeAliasSummary() argument
408 CantBePromoted.insert(A.getGUID()); in computeAliasSummary()
437 DenseSet<GlobalValue::GUID> CantBePromoted; in buildModuleSummaryIndex() local
441 CantBePromoted.insert(V->getGUID()); in buildModuleSummaryIndex()
471 CantBePromoted.insert(GV->getGUID()); in buildModuleSummaryIndex()
517 CantBePromoted); in buildModuleSummaryIndex()
[all …]