Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1969 static bool deduceFunctionAttributeInRPO(Module &M, LazyCallGraph &CG) { in deduceFunctionAttributeInRPO() function
2000 if (!deduceFunctionAttributeInRPO(M, CG)) in run()