Home
last modified time | relevance | path

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

/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()