Searched refs:selectCallee (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 165 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/ |
D | FunctionImport.cpp | 164 selectCallee(const ModuleSummaryIndex &Index, in selectCallee() function 350 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
|
/external/llvm/test/ThinLTO/X86/ |
D | alias_import.ll | 92 ; import (see selectCallee() in FunctionImport.cpp).
|