Home
last modified time | relevance | path

Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h267 for (auto TidIter = V.begin(); TidIter != V.end(); TidIter++)
268 io.mapRequired(TidIter->second.first.c_str(), TidIter->second.second);
H A DModuleSummaryIndex.h1147 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1148 for (auto It = TidIter.first; It != TidIter.second; ++It)
1159 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1160 for (auto It = TidIter.first; It != TidIter.second; ++It)
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1037 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() local
1038 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex()
1039 CreateTypeIdSlot(TidIter->second.first); in processIndex()
2691 for (auto TidIter = TheIndex->typeIds().begin(); in printModuleSummaryIndex() local
2692 TidIter != TheIndex->typeIds().end(); TidIter++) { in printModuleSummaryIndex()
2695 printTypeIdSummary(TidIter->second.second); in printModuleSummaryIndex()
2696 Out << ") ; guid = " << TidIter->first << "\n"; in printModuleSummaryIndex()
2931 if (TidIter.first == TidIter.second) { in printTypeIdInfo()
2937 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()
2969 if (TidIter.first == TidIter.second) { in printVFuncId()
[all …]
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp267 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local
268 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3990 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local
3991 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()