Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h295 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp539 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp2066 auto ImportGUIDs = getImportGUIDs(); in setEntryCount()
2103 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function