Searched refs:CallerFn (Results 1 – 4 of 4) sorted by relevance
270 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument279 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
526 CCAssignFn CalleeFn, CCAssignFn CallerFn);
4725 static bool hasSameArgumentList(const Function *CallerFn, const CallBase &CB) { in hasSameArgumentList() argument4726 if (CB.arg_size() != CallerFn->arg_size()) in hasSameArgumentList()4731 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
4380 const Function &CallerFn = MF.getFunction(); in LowerCall() local4382 CallerFn.hasPersonalityFn() in LowerCall()4383 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()