Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp165 selectCallee(const ModuleSummaryIndex &Index, in selectCallee() function
204 static const GlobalValueSummary *selectCallee(GlobalValue::GUID GUID, in selectCallee() function
210 return selectCallee(Index, CalleeSummaryList->second, Threshold); in selectCallee()
280 auto *CalleeSummary = selectCallee(GUID, Threshold, Index); in computeImportForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp164 selectCallee(const ModuleSummaryIndex &Index, in selectCallee() function
350 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
/external/llvm/test/ThinLTO/X86/
Dalias_import.ll92 ; import (see selectCallee() in FunctionImport.cpp).