Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp576 bool AllCallsCanBeExternallyReferenced = llvm::all_of( in buildModuleSummaryIndex() local
580 if (!AllCallsCanBeExternallyReferenced) in buildModuleSummaryIndex()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp144 bool AllCallsCanBeExternallyReferenced = llvm::all_of( in eligibleForImport() local
148 if (!AllCallsCanBeExternallyReferenced) in eligibleForImport()