Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp422 const Function *ReturnFn = nullptr; in getLutUsedFunction() local
432 if (!ReturnFn) in getLutUsedFunction()
433 ReturnFn = UserFn; in getLutUsedFunction()
434 else if (ReturnFn != UserFn) in getLutUsedFunction()
437 return ReturnFn; in getLutUsedFunction()