| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComparisonCategories.h | 127 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 D | ModuleSummaryIndex.cpp | 181 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 D | AsmWriter.cpp | 3233 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 677 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 D | MemProfContextDisambiguation.cpp | 2213 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 D | WholeProgramDevirt.cpp | 1359 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 D | LowerTypeTests.cpp | 2161 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 220 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 D | FunctionImportUtils.cpp | 258 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1679 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 D | ModuleSummaryAnalysis.cpp | 916 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary() 929 Index.getValueInfo(GlobalValue::getGUIDAssumingExternalLinkage(Name))) in setLiveRoot()
|
| H A D | StackSafetyAnalysis.cpp | 820 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 463 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 D | BitcodeWriter.cpp | 4587 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 D | Interp.h | 1270 CmpInfo->getValueInfo(CmpInfo->makeWeakResult(CmpResult)); in CMP3()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 14722 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 8567 .getValueInfo(ComparisonCategoryResult::Equal) in build()
|