Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h277 for (auto &TidIter : V)
278 io.mapRequired(TidIter.second.first.c_str(), TidIter.second.second);
H A DModuleSummaryIndex.h1810 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1811 for (auto It = TidIter.first; It != TidIter.second; ++It)
1822 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1823 for (auto It = TidIter.first; It != TidIter.second; ++It)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3483 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local
3484 if (TidIter.first == TidIter.second) { in printTypeIdInfo()
3490 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()
3521 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local
3522 if (TidIter.first == TidIter.second) { in printVFuncId()
3531 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp332 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local
333 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4806 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local
4807 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()