Searched refs:CallerFn (Results 1 – 8 of 8) sorted by relevance
257 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument266 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
274 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument283 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
522 CCAssignFn CalleeFn, CCAssignFn CallerFn);
536 CCAssignFn CalleeFn, CCAssignFn CallerFn);
4004 hasSameArgumentList(const Function *CallerFn, ImmutableCallSite *CS) { in hasSameArgumentList() argument4005 if (CS->arg_size() != CallerFn->getArgumentList().size()) in hasSameArgumentList()4010 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
4501 hasSameArgumentList(const Function *CallerFn, ImmutableCallSite CS) { in hasSameArgumentList() argument4502 if (CS.arg_size() != CallerFn->arg_size()) in hasSameArgumentList()4507 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
3373 const Function *CallerFn = MF.getFunction(); in LowerCall() local3375 CallerFn->hasPersonalityFn() in LowerCall()3376 ? classifyEHPersonality(CallerFn->getPersonalityFn()) in LowerCall()
3896 const Function &CallerFn = MF.getFunction(); in LowerCall() local3898 CallerFn.hasPersonalityFn() in LowerCall()3899 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()