/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 | 184 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 D | AsmWriter.cpp | 3070 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 601 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 D | MemProfContextDisambiguation.cpp | 1735 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 D | WholeProgramDevirt.cpp | 1320 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 D | LowerTypeTests.cpp | 2111 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 262 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 D | FunctionImportUtils.cpp | 224 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1614 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 D | ModuleSummaryAnalysis.cpp | 867 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary() 879 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
|
H A D | StackSafetyAnalysis.cpp | 821 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 455 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 D | BitcodeWriter.cpp | 4276 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 D | Interp.h | 1088 CmpInfo->getValueInfo(CmpInfo->makeWeakResult(CmpResult)); in CMP3()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13895 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8390 .getValueInfo(ComparisonCategoryResult::Equal) in build()
|