Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h274 for (auto &TidIter : V)
275 io.mapRequired(TidIter.second.first.c_str(), TidIter.second.second);
H A DModuleSummaryIndex.h1765 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1766 for (auto It = TidIter.first; It != TidIter.second; ++It)
1777 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1778 for (auto It = TidIter.first; It != TidIter.second; ++It)
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3383 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local
3384 if (TidIter.first == TidIter.second) { in printTypeIdInfo()
3390 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()
3421 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local
3422 if (TidIter.first == TidIter.second) { in printVFuncId()
3431 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp320 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local
321 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4622 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local
4623 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()