Home
last modified time | relevance | path

Searched refs:CallerArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp135 Value *CallerArg = CB->getArgOperand(OpIdx); in adjustInliningThreshold() local
137 if (isa<AllocaInst>(CallerArg)) in adjustInliningThreshold()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5027 const Value* CallerArg = &(*CallerArgIter); in hasSameArgumentList() local
5028 if (CalleeArg == CallerArg) in hasSameArgumentList()
5035 if (CalleeArg->getType() == CallerArg->getType() && in hasSameArgumentList()