Home
last modified time | relevance | path

Searched defs:FuncSummary (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-cov/
Dgcov.cpp105 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), in gcovMain() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp105 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), in gcovMain() local
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp99 std::unique_ptr<FunctionSummary> FuncSummary = in computeFunctionSummary() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp367 auto FuncSummary = llvm::make_unique<FunctionSummary>( in computeFunctionSummary() local
575 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) { in buildModuleSummaryIndex() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp143 if (auto *FuncSummary = dyn_cast<FunctionSummary>(&Summary)) { in eligibleForImport() local
350 auto *FuncSummary = dyn_cast<FunctionSummary>(Summary); in ComputeImportForModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp336 if (auto *FuncSummary = dyn_cast<FunctionSummary>(Summary.get())) { in printIndexStats() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp442 auto *FuncSummary = in ComputeImportForModule() local