Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DArgument.h82 bool hasPassPointeeByValueCopyAttr() const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h150 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DMangler.cpp103 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix()
DFunction.cpp140 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr() function in Argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMCallLowering.cpp378 if (Arg.hasPassPointeeByValueCopyAttr()) in lowerFormalArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp293 !Arg.hasPassPointeeByValueCopyAttr()) { in RemoveDeadArgumentsFromCallers()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp925 if (AI.hasPassPointeeByValueCopyAttr()) { in get()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1285 if (Align && !Arg.hasPassPointeeByValueCopyAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp2359 if (((A->hasPassPointeeByValueCopyAttr() && in isKnownNonZero()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9950 if (!Arg || Arg->hasPassPointeeByValueCopyAttr() || in findArgumentCopyElisionCandidates()