Home
last modified time | relevance | path

Searched defs:GVS (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp322 if (GVS in propagateAttributes() local
226 if (auto *GVS = dyn_cast<GlobalVarSummary>(Ref->getBaseObject())) { propagateAttributesToRefs() local
296 if (auto *GVS = dyn_cast<GlobalVarSummary>(S->getBaseObject())) propagateAttributes() local
334 __anon373f1fb90402(const GlobalVarSummary *GVS) canImportGlobalVar() argument
352 auto *GVS = cast<GlobalVarSummary>(S->getBaseObject()); canImportGlobalVar() local
483 getSummaryAttributes(GlobalValueSummary * GVS) getSummaryAttributes() argument
500 getNodeLabel(const ValueInfo & VI,GlobalValueSummary * GVS) getNodeLabel() argument
531 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) hasReadOnlyFlag() local
537 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) hasWriteOnlyFlag() local
543 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) hasConstantFlag() local
667 auto *GVS = SummaryIt.second; exportToDot() local
[all...]
/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp
H A DLTOBackend.cpp536 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) dropDeadSymbols() local
H A DLTO.cpp254 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { computeLTOCacheKey() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp267 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( processGlobalForThinLTO() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp329 const auto &GVS = DefinedGVSummaries.find(VI.getGUID()); shouldImportGlobal() local
375 const auto *GVS = dyn_cast<GlobalVarSummary>(RefSummary.get()); onImportingSummaryImpl() local
509 const GlobalValueSummary *GVS = nullptr; computeImportForModule() local
1047 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( checkVariableImport() local
1107 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) { ComputeCrossModuleImport() local
[all...]
H A DLowerTypeTests.cpp2082 for (auto &GVS : I.second.SummaryList) lower() local
2110 for (const auto &GVS : VI.getSummaryList()) lower() local
H A DFunctionAttrs.cpp353 for (const auto &GVS : VI.getSummaryList()) { calculatePrevailingSummary() local
H A DMemProfContextDisambiguation.cpp3546 for (auto &GVS : TheFnVI.getSummaryList()) { applyImport() local
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp729 for (const auto& GVS : SummaryList) { in findCalleeFunctionSummary() local
1144 for (auto &GVS : Index) generateParamAccessSummary() local
1155 for (auto &GVS : Index) { generateParamAccessSummary() local
[all...]
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp463 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles() argument
/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp1201 __anoncfe1fdf00402(llvm::Module &M, const llvm::StringSet<> &GVS) linkBuiltinBCLibs() argument
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp250 __anon182c30c40402(llvm::Module &M, const llvm::StringSet<> &GVS) LinkInModules() argument