Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp128 if (auto *GVS = dyn_cast<GlobalVarSummary>(Ref->getBaseObject())) { in propagateAttributesToRefs() local
182 if (auto *GVS = dyn_cast<GlobalVarSummary>(S->getBaseObject())) in propagateAttributes() local
197 if (auto *GVS = dyn_cast<GlobalVarSummary>( in propagateAttributes() local
209 auto HasRefsPreventingImport = [this](const GlobalVarSummary *GVS) { in canImportGlobalVar()
226 auto *GVS = cast<GlobalVarSummary>(S->getBaseObject()); in canImportGlobalVar() local
349 static std::string getSummaryAttributes(GlobalValueSummary* GVS) { in getSummaryAttributes()
366 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel()
397 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasReadOnlyFlag() local
403 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasWriteOnlyFlag() local
506 auto *GVS = SummaryIt.second; in exportToDot() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp37 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local
66 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
DLTOBackend.cpp485 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
DLTO.cpp199 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() local
380 static bool isWeakObjectWithRWAccess(GlobalValueSummary *GVS) { in isWeakObjectWithRWAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp249 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1846 for (auto &GVS : I.second.SummaryList) in lower() local
1874 for (auto &GVS : VI.getSummaryList()) in lower() local
DFunctionImport.cpp650 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local