Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp409 auto &CalleeSummary = std::get<1>(IT.first->second); in computeImportForFunction() local
418 if (CalleeSummary) { in computeImportForFunction()
432 ResolvedCalleeSummary = cast<FunctionSummary>(CalleeSummary); in computeImportForFunction()
449 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
451 if (!CalleeSummary) { in computeImportForFunction()
477 CalleeSummary = CalleeSummary->getBaseObject(); in computeImportForFunction()
478 ResolvedCalleeSummary = cast<FunctionSummary>(CalleeSummary); in computeImportForFunction()
587 auto &CalleeSummary = std::get<1>(I.second); in ComputeImportForModule() local
589 if (CalleeSummary) in ComputeImportForModule()