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.h92 bool hasPassPointeeByValueCopyAttr() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h153 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.cpp171 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.cpp312 return !Arg->hasPassPointeeByValueCopyAttr(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp302 !Arg.hasPassPointeeByValueCopyAttr()) { in removeDeadArgumentsFromCallers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp894 if (AI.hasPassPointeeByValueCopyAttr()) in DSEState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1601 if (!Arg.getType()->isPointerTy() || Arg.hasPassPointeeByValueCopyAttr() || in AddAlignmentAssumptions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3285 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11344 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()