Home
last modified time | relevance | path

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

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