Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1942 static bool deduceFunctionAttributeInRPO(Module &M, CallGraph &CG) { in deduceFunctionAttributeInRPO() function
1974 return deduceFunctionAttributeInRPO(M, CG); in runOnModule()
1981 if (!deduceFunctionAttributeInRPO(M, CG)) in run()