Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp104 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), in gcovMain()
106 cl::alias FuncSummaryA("function-summaries", cl::aliasopt(FuncSummary)); in gcovMain() local
169 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp673 auto FuncSummary = std::make_unique<FunctionSummary>( in computeFunctionSummary() local
682 Index.addGlobalValueSummary(F, std::move(FuncSummary)); in computeFunctionSummary()
1073 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) { in buildModuleSummaryIndex() local
1075 FuncSummary->calls(), [&](const FunctionSummary::EdgeTy &Edge) { in buildModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp393 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) { in printIndexStats() local
395 Calls += FuncSummary->calls().size(); in printIndexStats()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp935 auto *FuncSummary = in computeImportForModule() local
937 if (!FuncSummary) in computeImportForModule()
941 computeImportForFunction(*FuncSummary, Index, ImportInstrLimit, in computeImportForModule()