HomeSort by: relevance | last modified time | path
    Searched refs:getValueInfo (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h 126 const ValueInfo *getValueInfo(ComparisonCategoryResult ValueKind) const {
159 return getValueInfo(makeWeakResult(ComparisonCategoryResult::Equal));
162 return getValueInfo(ComparisonCategoryResult::Less);
165 return getValueInfo(ComparisonCategoryResult::Greater);
169 return getValueInfo(ComparisonCategoryResult::Unordered);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 167 auto VI = getValueInfo(ValueGUID);
176 auto VI = getValueInfo(GUID);
611 auto VI = getValueInfo(SummaryIt.first);
646 defineExternalNode(OS, " ", getValueInfo(E.Dst), E.Dst);
AsmWriter.cpp 2946 auto VI = TheIndex->getValueInfo(GlobalList);
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp 139 ValueInfo VI = Index.getValueInfo(G);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 199 VI = ImportIndex.getValueInfo(GV.getGUID());
PredicateInfo.cpp 275 const ValueInfo &getValueInfo(Value *) const;
620 const auto &ValueInfo = getValueInfo(Op);
749 PredicateInfoBuilder::getValueInfo(Value *Operand) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 279 return Index.getValueInfo(GUID);
574 auto VI = Index.getValueInfo(GVSummary.first);
641 if (const auto &VI = Index.getValueInfo(G))
856 ValueInfo VI = Index.getValueInfo(GUID);
865 auto VI = Index.getValueInfo(Entry);
LowerTypeTests.cpp 1927 if (auto VI = ExportSummary->getValueInfo(GUID))
WholeProgramDevirt.cpp 1175 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID()))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1254 ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
1259 ValueInfo getValueInfo(GlobalValue::GUID GUID) const {
1356 auto CalleeInfo = getValueInfo(ValueGUID);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID());
638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name)))
StackSafetyAnalysis.cpp 709 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()),
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 415 thinLTOResolvePrevailingGUID(C, Index.getValueInfo(I),
464 thinLTOInternalizeAndPromoteGUID(Index.getValueInfo(I), isExported,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 3854 auto VI = Index->getValueInfo(V.getGUID());
4008 ValueInfo VI = Index->getValueInfo(F.getGUID());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 12827 const VarDecl *VD = CmpInfo.getValueInfo(CmpInfo.makeWeakResult(CCR))->VD;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 8059 .getValueInfo(ComparisonCategoryResult::Equal)

Completed in 86 milliseconds