Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DArgument.h81 bool hasPassPointeeByValueCopyAttr() const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h153 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMangler.cpp108 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix()
H A DFunction.cpp139 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr() function in Argument
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp387 if (Arg.hasPassPointeeByValueCopyAttr()) in lowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp295 !Arg.hasPassPointeeByValueCopyAttr()) { in removeDeadArgumentsFromCallers()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp813 if (AI.hasPassPointeeByValueCopyAttr()) in DSEState()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1311 if (Align && !Arg.hasPassPointeeByValueCopyAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp2513 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10175 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()