Searched refs:getValueInfo (Results 1 – 15 of 15) sorted by relevance
127 const ValueInfo *getValueInfo(ComparisonCategoryResult ValueKind) const { in getValueInfo() function160 return getValueInfo(makeWeakResult(ComparisonCategoryResult::Equal)); in getEqualOrEquiv()163 return getValueInfo(ComparisonCategoryResult::Less); in getLess()166 return getValueInfo(ComparisonCategoryResult::Greater); in getGreater()170 return getValueInfo(ComparisonCategoryResult::Unordered); in getUnordered()
167 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary()176 auto VI = getValueInfo(GUID); in isGUIDLive()611 auto VI = getValueInfo(SummaryIt.first); in exportToDot()646 defineExternalNode(OS, " ", getValueInfo(E.Dst), E.Dst); in exportToDot()
2934 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
279 return Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()574 auto VI = Index.getValueInfo(GVSummary.first); in ComputeImportForModule()641 if (const auto &VI = Index.getValueInfo(G)) in isGlobalVarSummary()856 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbols()865 auto VI = Index.getValueInfo(Entry); in computeDeadSymbols()
1941 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
1184 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
277 const ValueInfo &getValueInfo(Value *) const;633 const auto &ValueInfo = getValueInfo(Op); in renameUses()762 PredicateInfoBuilder::getValueInfo(Value *Operand) const { in getValueInfo() function in llvm::PredicateInfoBuilder
199 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
1256 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {1261 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {1358 auto CalleeInfo = getValueInfo(ValueGUID);
626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
711 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
415 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex()464 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
3858 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()4012 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
12868 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
8066 .getValueInfo(ComparisonCategoryResult::Equal) in build()