Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComparisonCategories.h126 const ValueInfo *getValueInfo(ComparisonCategoryResult ValueKind) const { in getValueInfo() function
159 return getValueInfo(makeWeakResult(ComparisonCategoryResult::Equal)); in getEqualOrEquiv()
162 return getValueInfo(ComparisonCategoryResult::Less); in getLess()
165 return getValueInfo(ComparisonCategoryResult::Greater); in getGreater()
169 return getValueInfo(ComparisonCategoryResult::Unordered); in getUnordered()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A 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()
H A DAsmWriter.cpp2946 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A 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()
H A DWholeProgramDevirt.cpp1175 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
H A DLowerTypeTests.cpp1927 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp275 const ValueInfo &getValueInfo(Value *) const;
620 const auto &ValueInfo = getValueInfo(Op); in renameUses()
749 PredicateInfoBuilder::getValueInfo(Value *Operand) const { in getValueInfo() function in llvm::PredicateInfoBuilder
H A DFunctionImportUtils.cpp199 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1254 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
1259 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
1356 auto CalleeInfo = getValueInfo(ValueGUID);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary()
638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
H A DStackSafetyAnalysis.cpp709 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp415 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex()
464 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3854 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences()
4008 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp8059 .getValueInfo(ComparisonCategoryResult::Equal) in build()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12827 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()