Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1182 static bool deduceFunctionAttributeInRPO(Module &M, CallGraph &CG) { in deduceFunctionAttributeInRPO() function
1214 return deduceFunctionAttributeInRPO(M, CG); in runOnModule()
1221 bool Changed = deduceFunctionAttributeInRPO(M, CG); in run()
/external/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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1590 static bool deduceFunctionAttributeInRPO(Module &M, CallGraph &CG) { in deduceFunctionAttributeInRPO() function
1622 return deduceFunctionAttributeInRPO(M, CG); in runOnModule()
1629 if (!deduceFunctionAttributeInRPO(M, CG)) in run()