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.cpp184 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary()
193 auto VI = getValueInfo(GUID); in isGUIDLive()
654 auto VI = getValueInfo(SummaryIt.first); in exportToDot()
689 defineExternalNode(OS, " ", getValueInfo(E.Dst), E.Dst); in exportToDot()
H A DAsmWriter.cpp3070 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp601 ValueInfo VI = Index.getValueInfo(I); in WorkloadImportsManager()
929 auto VI = Index.getValueInfo(GVSummary.first); in computeImportForModule()
993 if (const auto &VI = Index.getValueInfo(G)) in isGlobalVarSummary()
1261 auto VI = Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
1307 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbolsAndUpdateIndirectCalls()
1316 auto VI = Index.getValueInfo(Entry); in computeDeadSymbolsAndUpdateIndirectCalls()
H A DMemProfContextDisambiguation.cpp1735 auto VI = Index.getValueInfo(I); in IndexCallsiteContextGraph()
3464 ValueInfo TheFnVI = ImportSummary->getValueInfo(F.getGUID()); in findValueInfoForFunc()
3469 TheFnVI = ImportSummary->getValueInfo(GlobalValue::getGUID(F.getName())); in findValueInfoForFunc()
3477 TheFnVI = ImportSummary->getValueInfo(GlobalValue::getGUID(OrigId)); in findValueInfoForFunc()
3488 TheFnVI = ImportSummary->getValueInfo(OrigGUID); in findValueInfoForFunc()
H A DWholeProgramDevirt.cpp1320 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
2209 ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFnGUID); in lookUpFunctionValueInfo()
2219 TheFnVI = ExportSummary->getValueInfo(TheFnGUIDWithExportedName); in lookUpFunctionValueInfo()
H A DLowerTypeTests.cpp2111 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp262 const ValueInfo &getValueInfo(Value *) const;
616 const auto &ValueInfo = getValueInfo(Op); in renameUses()
745 PredicateInfoBuilder::getValueInfo(Value *Operand) const { in getValueInfo() function in llvm::PredicateInfoBuilder
H A DFunctionImportUtils.cpp224 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1614 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
1619 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
1716 auto CalleeInfo = getValueInfo(ValueGUID);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp867 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
879 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
H A DStackSafetyAnalysis.cpp821 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp455 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex()
545 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4276 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()
4457 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h1088 CmpInfo->getValueInfo(CmpInfo->makeWeakResult(CmpResult)); in CMP3()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13895 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8390 .getValueInfo(ComparisonCategoryResult::Equal) in build()