Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc111 bool IsIndirectFunctionCall(const FunctionDef& func, const NodeDef& func_node) { in IsIndirectFunctionCall() function
122 } else if (IsIndirectFunctionCall(func, func_node)) { in FunctionInstantiationAttributes()
679 } else if (IsIndirectFunctionCall(func, func_node)) { in UpdateSpecializedFunctionCallSite()
699 bool is_indirect_call = IsIndirectFunctionCall(func, func_node); in UpdateSpecializedFunctionNode()
1382 if (!IsIndirectFunctionCall(func, func_node)) { in IsInlinableIndirectFunctionCall()
2094 const bool is_indirect_func = IsIndirectFunctionCall(*func, *node); in RunFunctionOptimizerPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp169 const bool IsIndirectFunctionCall = in getABIRegCopyCC() local
176 !IsInlineAsm && !IsIndirectFunctionCall && in getABIRegCopyCC()