Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A Dgcov.cpp106 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), in gcovMain() local
108 cl::alias FuncSummaryA("function-summaries", cl::aliasopt(FuncSummary)); in gcovMain()
171 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp564 auto FuncSummary = std::make_unique<FunctionSummary>( in computeFunctionSummary() local
573 Index.addGlobalValueSummary(F, std::move(FuncSummary)); in computeFunctionSummary()
921 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) { in buildModuleSummaryIndex() local
923 FuncSummary->calls(), [&](const FunctionSummary::EdgeTy &Edge) { in buildModuleSummaryIndex()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp542 auto *FuncSummary = in ComputeImportForModule() local
544 if (!FuncSummary) in ComputeImportForModule()
548 computeImportForFunction(*FuncSummary, Index, ImportInstrLimit, in ComputeImportForModule()
/openbsd/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp385 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) { in printIndexStats() local
387 Calls += FuncSummary->calls().size(); in printIndexStats()