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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp246 DenseSet<GlobalValue::GUID> &CantBePromoted,
479 CantBePromoted.insert(F.getGUID());
572 DenseSet<GlobalValue::GUID> &CantBePromoted,
606 CantBePromoted.insert(V.getGUID());
616 DenseSet<GlobalValue::GUID> &CantBePromoted) {
629 CantBePromoted.insert(A.getGUID());
662 DenseSet<GlobalValue::GUID> CantBePromoted; local
666 CantBePromoted.insert(V->getGUID());
697 CantBePromoted.insert(GV->getGUID());
753 CantBePromoted, IsThinLT
242 computeFunctionSummary(ModuleSummaryIndex &Index, const Module &M, const Function &F, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, DominatorTree &DT, bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted, bool IsThinLTO) argument
570 computeVariableSummary(ModuleSummaryIndex &Index, const GlobalVariable &V, DenseSet<GlobalValue::GUID> &CantBePromoted, const Module &M, SmallVectorImpl<MDNode *> &Types) argument
615 computeAliasSummary(ModuleSummaryIndex &Index, const GlobalAlias &A, DenseSet<GlobalValue::GUID> &CantBePromoted) argument
[all...]

Completed in 127 milliseconds