Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp360 /* Live = */ false, F.isDSOLocal()); in computeFunctionSummary()
386 /* Live = */ false, V.isDSOLocal()); in computeVariableSummary()
401 /* Live = */ false, A.isDSOLocal()); in computeAliasSummary()
470 /* Local */ GV->isDSOLocal()); in buildModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp24 bool ValueInfo::isDSOLocal() const { in isDSOLocal() function in ValueInfo
29 return Summary->isDSOLocal(); in isDSOLocal()
DGlobals.cpp70 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
DVerifier.cpp572 Assert(!GV.isDSOLocal(), in visitGlobalValue()
581 Assert(GV.isDSOLocal(), in visitGlobalValue()
586 Assert(GV.isDSOLocal(), in visitGlobalValue()
DAsmWriter.cpp3082 if (GV.isDSOLocal() && !Implicit) in PrintDSOLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp209 if (VI && VI.isDSOLocal()) { in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp115 if (GV && GV->isDSOLocal()) in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalValue.h279 bool isDSOLocal() const { in isDSOLocal() function
DModuleSummaryIndex.h181 bool isDSOLocal() const;
347 bool isDSOLocal() const { return Flags.DSOLocal; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp189 AddUnsigned(VI.isDSOLocal()); in computeCacheKey()
204 AddUnsigned(ET.first.isDSOLocal()); in computeCacheKey()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1242 GV.isDSOLocal()) { in writeModuleInfo()
1253 Vals.push_back(GV.isDSOLocal()); in writeModuleInfo()
1289 Vals.push_back(F.isDSOLocal()); in writeModuleInfo()
1310 Vals.push_back(A.isDSOLocal()); in writeModuleInfo()
1328 Vals.push_back(I.isDSOLocal()); in writeModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp989 if (F->isDSOLocal()) { in importFunction()
1653 if (isDirectCall(U) && (Old->isDSOLocal() || !IsDefinition)) in replaceCfiUses()
DGlobalOpt.cpp2756 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()