Home
last modified time | relevance | path

Searched refs:identifyDefaultAbstractAttributes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h789 void identifyDefaultAbstractAttributes(Function &F);
805 identifyDefaultAbstractAttributes(const_cast<Function &>(F));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp6484 void Attributor::identifyDefaultAbstractAttributes(Function &F) { in identifyDefaultAbstractAttributes() function in Attributor
6776 A.identifyDefaultAbstractAttributes(F); in runAttributorOnModule()