Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CallerFn

4004 hasSameArgumentList(const Function *CallerFn, ImmutableCallSite *CS) {
4005 if (CS->arg_size() != CallerFn->getArgumentList().size())
4010 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin();