Searched refs:IsIndirectFunctionCall (Results 1 – 2 of 2) sorted by relevance
111 bool IsIndirectFunctionCall(const FunctionDef& func, const NodeDef& func_node) { in IsIndirectFunctionCall() function122 } 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()
169 const bool IsIndirectFunctionCall = in getABIRegCopyCC() local176 !IsInlineAsm && !IsIndirectFunctionCall && in getABIRegCopyCC()