Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComparisonCategories.h128 const ValueInfo *getValueInfo(ComparisonCategoryResult ValueKind) const { in getValueInfo() function
161 return getValueInfo(makeWeakResult(ComparisonCategoryResult::Equal)); in getEqualOrEquiv()
164 return getValueInfo(ComparisonCategoryResult::Less); in getLess()
167 return getValueInfo(ComparisonCategoryResult::Greater); in getGreater()
171 return getValueInfo(ComparisonCategoryResult::Unordered); in getUnordered()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp172 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary()
181 auto VI = getValueInfo(GUID); in isGUIDLive()
624 auto VI = getValueInfo(SummaryIt.first); in exportToDot()
659 defineExternalNode(OS, " ", getValueInfo(E.Dst), E.Dst); in exportToDot()
H A DAsmWriter.cpp2921 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp536 auto VI = Index.getValueInfo(GVSummary.first); in ComputeImportForModule()
603 if (const auto &VI = Index.getValueInfo(G)) in isGlobalVarSummary()
817 auto VI = Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
863 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbolsAndUpdateIndirectCalls()
872 auto VI = Index.getValueInfo(Entry); in computeDeadSymbolsAndUpdateIndirectCalls()
H A DWholeProgramDevirt.cpp1245 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
2091 ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFnGUID); in lookUpFunctionValueInfo()
2101 TheFnVI = ExportSummary->getValueInfo(TheFnGUIDWithExportedName); in lookUpFunctionValueInfo()
H A DLowerTypeTests.cpp1962 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp269 const ValueInfo &getValueInfo(Value *) const;
625 const auto &ValueInfo = getValueInfo(Op); in renameUses()
754 PredicateInfoBuilder::getValueInfo(Value *Operand) const { in getValueInfo() function in llvm::PredicateInfoBuilder
H A DFunctionImportUtils.cpp224 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1468 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
1473 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
1570 auto CalleeInfo = getValueInfo(ValueGUID);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp720 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
732 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
H A DStackSafetyAnalysis.cpp789 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp419 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex()
468 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4040 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()
4219 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp13205 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp8253 .getValueInfo(ComparisonCategoryResult::Equal) in build()