Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1571 void identifyDefaultAbstractAttributes(Function &F);
1590 identifyDefaultAbstractAttributes(const_cast<Function &>(F));
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2878 void Attributor::identifyDefaultAbstractAttributes(Function &F) { in identifyDefaultAbstractAttributes() function in Attributor
3343 A.identifyDefaultAbstractAttributes(*F); in runAttributorOnFunctions()