Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h96 LLVM_ABI bool hasPassPointeeByValueCopyAttr() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h161 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp110 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix()
H A DFunction.cpp164 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr() function in Argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp396 if (Arg.hasPassPointeeByValueCopyAttr()) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp318 return !Arg->hasPassPointeeByValueCopyAttr(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp297 !Arg.hasPassPointeeByValueCopyAttr()) { in removeDeadArgumentsFromCallers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1023 if (AI.hasPassPointeeByValueCopyAttr() || AI.hasDeadOnReturnAttr()) in DSEState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1687 if (!Arg.getType()->isPointerTy() || Arg.hasPassPointeeByValueCopyAttr() || in AddAlignmentAssumptions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3512 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11498 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()