/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 128 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 D | ModuleSummaryIndex.cpp | 172 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 D | AsmWriter.cpp | 2921 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 536 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 D | WholeProgramDevirt.cpp | 1245 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 D | LowerTypeTests.cpp | 1962 if (auto VI = ExportSummary->getValueInfo(GUID)) in lower()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 269 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 D | FunctionImportUtils.cpp | 224 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1468 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 D | ModuleSummaryAnalysis.cpp | 720 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID()); in computeAliasSummary() 732 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot()
|
H A D | StackSafetyAnalysis.cpp | 789 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()), in resolveAllCalls()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 419 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I), in thinLTOResolvePrevailingInIndex() 468 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported, in thinLTOInternalizeAndPromoteInIndex()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4040 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 D | ExprConstant.cpp | 13205 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD; in VisitBinCmp()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8253 .getValueInfo(ComparisonCategoryResult::Equal) in build()
|