Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp331 bool CanImportDecl; in canImportGlobalVar() local
332 return canImportGlobalVar(S, AnalyzeRefs, CanImportDecl); in canImportGlobalVar()
337 bool &CanImportDecl) const { in canImportGlobalVar()
364 CanImportDecl = (nonInterposable && eligibleToImport); in canImportGlobalVar()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp442 bool CanImportDecl = false; in onImportingSummaryImpl() local
447 CanImportDecl)) { in onImportingSummaryImpl()
448 if (ImportDeclaration && CanImportDecl) in onImportingSummaryImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1971 bool AnalyzeRefs, bool &CanImportDecl) const;