Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h314 DenseSet<GlobalValue::GUID> getImportGUIDs() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1556 auto ImportGUIDs = getImportGUIDs(); in setEntryCount()
1593 DenseSet<GlobalValue::GUID> Function::getImportGUIDs() const { in getImportGUIDs() function in Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp452 for (auto &I : F.getImportGUIDs()) in computeFunctionSummary()