Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8139 std::vector<std::vector<ContextTotalSize>> AllContextSizes; in parseEntireSummary() local
8170 AllContextSizes.push_back(std::move(ContextSizes)); in parseEntireSummary()
8175 if (!AllContextSizes.empty()) { in parseEntireSummary()
8176 assert(PendingAllocs.back().MIBs.size() == AllContextSizes.size()); in parseEntireSummary()
8177 PendingAllocs.back().ContextSizeInfos = std::move(AllContextSizes); in parseEntireSummary()