Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp551 std::vector<ContextTotalSize> ContextSizes; in computeFunctionSummary() local
561 ContextSizes.push_back({FullStackId, TS}); in computeFunctionSummary()
566 ContextSizeInfos.push_back(std::move(ContextSizes)); in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8153 std::vector<ContextTotalSize> ContextSizes; in parseEntireSummary() local
8154 ContextSizes.reserve(NumContextSizeInfoEntries); in parseEntireSummary()
8167 ContextSizes.push_back( in parseEntireSummary()
8170 AllContextSizes.push_back(std::move(ContextSizes)); in parseEntireSummary()