/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 126 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 D | ModuleSummaryIndex.cpp | 167 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 D | AsmWriter.cpp | 2946 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 279 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 D | WholeProgramDevirt.cpp | 1175 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID())) in trySingleImplDevirt()
|
H A D | LowerTypeTests.cpp | 1927 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 275 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 D | FunctionImportUtils.cpp | 199 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1254 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 D | ModuleSummaryAnalysis.cpp | 626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary() 638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
|
H A D | StackSafetyAnalysis.cpp | 709 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 415 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 D | BitcodeWriter.cpp | 3854 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 D | SemaDeclCXX.cpp | 8059 .getValueInfo(ComparisonCategoryResult::Equal) in build()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12827 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
|