Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp37 static bool isUsedAsMemCpySource(const Value *V, bool &OtherUse) { in isUsedAsMemCpySource() function
42 UsedAsMemCpySource |= isUsedAsMemCpySource(User, OtherUse); in isUsedAsMemCpySource()
64 if (isUsedAsMemCpySource(&Arg, OtherUse) && !OtherUse) in adjustInliningThreshold()