Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h127 const ValueInfo *getValueInfo(ComparisonCategoryResult ValueKind) const { in getValueInfo() function
160 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp181 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary()
190 auto VI = getValueInfo(GUID); in isGUIDLive()
665 auto VI = getValueInfo(SummaryIt.first); in exportToDot()
700 defineExternalNode(OS, " ", getValueInfo(E.Dst), E.Dst); in exportToDot()
H A DAsmWriter.cpp3233 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp677 ValueInfo VI = Index.getValueInfo(I); in loadFromJson()
766 auto RootVI = Index.getValueInfo(RootGuid); in loadFromCtxProf()
794 if (auto VI = Index.getValueInfo(Guid)) in loadFromCtxProf()
1077 auto VI = Index.getValueInfo(GVSummary.first); in computeImportForModule()
1139 if (const auto &VI = Index.getValueInfo(G)) in isGlobalVarSummary()
1402 auto VI = Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
1448 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbolsAndUpdateIndirectCalls()
1457 auto VI = Index.getValueInfo(Entry); in computeDeadSymbolsAndUpdateIndirectCalls()
H A DMemProfContextDisambiguation.cpp2213 auto VI = Index.getValueInfo(I); in IndexCallsiteContextGraph()
4990 ValueInfo TheFnVI = ImportSummary->getValueInfo(F.getGUID()); in findValueInfoForFunc()
4995 TheFnVI = ImportSummary->getValueInfo( in findValueInfoForFunc()
5027 TheFnVI = ImportSummary->getValueInfo( in findValueInfoForFunc()
5039 TheFnVI = ImportSummary->getValueInfo( in findValueInfoForFunc()
5489 ImportSummary->getValueInfo(Candidate.Value); in recordICPInfo()
H A DWholeProgramDevirt.cpp1359 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
2292 ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFnGUID); in lookUpFunctionValueInfo()
2302 TheFnVI = ExportSummary->getValueInfo(TheFnGUIDWithExportedName); in lookUpFunctionValueInfo()
H A DLowerTypeTests.cpp2161 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp220 const ValueInfo &getValueInfo(Value *) const;
580 const auto &ValueInfo = getValueInfo(Op); in renameUses()
699 PredicateInfoBuilder::getValueInfo(Value *Operand) const { in getValueInfo() function in llvm::PredicateInfoBuilder
H A DFunctionImportUtils.cpp258 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1679 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
1684 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
1782 auto CalleeInfo = getValueInfo(ValueGUID);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp916 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
929 Index.getValueInfo(GlobalValue::getGUIDAssumingExternalLinkage(Name))) in setLiveRoot()
H A DStackSafetyAnalysis.cpp820 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp463 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex()
553 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4587 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()
4815 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
4847 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h1270 CmpInfo->getValueInfo(CmpInfo->makeWeakResult(CmpResult)); in CMP3()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14722 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8567 .getValueInfo(ComparisonCategoryResult::Equal) in build()