Home
last modified time | relevance | path

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

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