Home
last modified time | relevance | path

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

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