Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp33 static bool isUsedAsMemCpySource(const Value *V, bool &OtherUse) { in isUsedAsMemCpySource() function
38 UsedAsMemCpySource |= isUsedAsMemCpySource(User, OtherUse); in isUsedAsMemCpySource()
60 if (isUsedAsMemCpySource(&Arg, OtherUse) && !OtherUse) in adjustInliningThreshold()