Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h296 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp481 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1980 auto ImportGUIDs = getImportGUIDs(); in setEntryCount()
2017 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function