Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1106 auto ImportGUIDs = getImportGUIDs(); in setEntryCount()
1144 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h340 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp677 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()