Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp94 static bool canBeExternallyReferenced(const GlobalValueSummary &Summary) { in canBeExternallyReferenced() function
108 static bool canBeExternallyReferenced(const ModuleSummaryIndex &Index, in canBeExternallyReferenced() function
121 return canBeExternallyReferenced(**Summaries->second.begin()); in canBeExternallyReferenced()
128 if (!canBeExternallyReferenced(Summary)) in eligibleForImport()
138 return canBeExternallyReferenced(Index, VI.getGUID()); in eligibleForImport()
146 return canBeExternallyReferenced(Index, Edge.first.getGUID()); in eligibleForImport()