Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp322 auto &CalleeSummary = IT.first->second.second; in computeImportForFunction() local
325 if (CalleeSummary) { in computeImportForFunction()
339 ResolvedCalleeSummary = cast<FunctionSummary>(CalleeSummary); in computeImportForFunction()
350 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
352 if (!CalleeSummary) { in computeImportForFunction()
363 CalleeSummary = CalleeSummary->getBaseObject(); in computeImportForFunction()
364 ResolvedCalleeSummary = cast<FunctionSummary>(CalleeSummary); in computeImportForFunction()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp280 auto *CalleeSummary = selectCallee(GUID, Threshold, Index); in computeImportForFunction() local
281 if (!CalleeSummary) { in computeImportForFunction()
287 if (isa<AliasSummary>(CalleeSummary)) { in computeImportForFunction()
289 &cast<AliasSummary>(CalleeSummary)->getAliasee()); in computeImportForFunction()
294 ResolvedCalleeSummary = cast<FunctionSummary>(CalleeSummary); in computeImportForFunction()