Home
last modified time | relevance | path

Searched refs:getValueInfo (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp66 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary()
75 auto VI = getValueInfo(GUID); in isGUIDLive()
296 auto VI = getValueInfo(SummaryIt.first); in exportToDot()
333 defineExternalNode(OS, " ", getValueInfo(E.Dst)); in exportToDot()
DAsmWriter.cpp2641 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp243 return Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
436 auto VI = Index.getValueInfo(GVSummary.first); in ComputeImportForModule()
468 if (const auto &VI = Index.getValueInfo(G)) { in isGlobalVarSummary()
618 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbols()
627 auto VI = Index.getValueInfo(Entry); in computeDeadSymbols()
DLowerTypeTests.cpp1795 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp208 ValueInfo VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
DPredicateInfo.cpp580 const auto &ValueInfo = getValueInfo(Op); in renameUses()
708 PredicateInfo::getValueInfo(Value *Operand) const { in getValueInfo() function in llvm::PredicateInfo
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h890 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
895 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
976 auto CalleeInfo = getValueInfo(ValueGUID);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h246 const ValueInfo &getValueInfo(Value *) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp414 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3493 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()
3602 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()