Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
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-12-stable/contrib/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp167 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()
DAsmWriter.cpp2934 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp279 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()
DLowerTypeTests.cpp1941 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
DWholeProgramDevirt.cpp1184 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp277 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
DFunctionImportUtils.cpp199 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1256 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
1261 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
1358 auto CalleeInfo = getValueInfo(ValueGUID);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
DStackSafetyAnalysis.cpp711 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTO.cpp415 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex()
464 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3858 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()
4012 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp12868 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8066 .getValueInfo(ComparisonCategoryResult::Equal) in build()