Searched refs:CallerArg (Results 1 – 2 of 2) sorted by relevance
135 Value *CallerArg = CB->getArgOperand(OpIdx); in adjustInliningThreshold() local137 if (isa<AllocaInst>(CallerArg)) in adjustInliningThreshold()
5027 const Value* CallerArg = &(*CallerArgIter); in hasSameArgumentList() local5028 if (CalleeArg == CallerArg) in hasSameArgumentList()5035 if (CalleeArg->getType() == CallerArg->getType() && in hasSameArgumentList()