Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h273 for (auto TidIter = V.begin(); TidIter != V.end(); TidIter++)
274 io.mapRequired(TidIter->second.first.c_str(), TidIter->second.second);
H A DModuleSummaryIndex.h1513 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1514 for (auto It = TidIter.first; It != TidIter.second; ++It)
1525 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1526 for (auto It = TidIter.first; It != TidIter.second; ++It)
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp3221 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local
3222 if (TidIter.first == TidIter.second) { in printTypeIdInfo()
3228 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()
3259 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local
3260 if (TidIter.first == TidIter.second) { in printVFuncId()
3269 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp293 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local
294 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4394 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local
4395 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()