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.cc84 bool IsIndirectFunctionCall(const FunctionDef& func, const NodeDef& func_node) { in IsIndirectFunctionCall() function
99 } else if (IsIndirectFunctionCall(func, func_node)) { in FunctionInstantiationAttributes()
589 } else if (IsIndirectFunctionCall(func, func_node)) { in UpdateSpecializedFunctionCallSite()
609 bool is_indirect_call = IsIndirectFunctionCall(func, func_node); in UpdateSpecializedFunctionNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp177 const bool IsIndirectFunctionCall = in getABIRegCopyCC() local
184 !IsInlineAsm && !IsIndirectFunctionCall && in getABIRegCopyCC()