Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h346 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1810 auto ImportGUIDs = getImportGUIDs(); in setEntryCount()
1847 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp448 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()