Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1385 static bool deriveAttrsInPostOrder(SCCNodeSet &SCCNodes, in deriveAttrsInPostOrder() function
1451 if (deriveAttrsInPostOrder(SCCNodes, AARGetter, HasUnknownCall)) in run()
1513 return deriveAttrsInPostOrder(SCCNodes, AARGetter, ExternalNode); in runImpl()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1422 static bool deriveAttrsInPostOrder(ArrayRef<Function *> Functions, in deriveAttrsInPostOrder() function
1466 if (deriveAttrsInPostOrder(Functions, AARGetter)) in run()
1514 return deriveAttrsInPostOrder(Functions, AARGetter); in runImpl()