Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1585 static bool deduceFunctionAttributeInRPO(Module &M, CallGraph &CG) { in deduceFunctionAttributeInRPO() function
1617 return deduceFunctionAttributeInRPO(M, CG); in runOnModule()
1624 if (!deduceFunctionAttributeInRPO(M, CG)) in run()