Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGValue.h592 Overlap_t mayOverlap,
598 mayOverlap, isChecked);
604 Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed,
607 isAliased, mayOverlap, isZeroed, isChecked);
658 Overlap_t mayOverlap() const {
683 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).Width
HDCGClass.cpp2154 EmitAggregateCopyCtor(Dest, Src, ThisAVS.mayOverlap()); in EmitCXXConstructorCall()
2167 ThisAVS.mayOverlap(), E->getExprLoc(), in EmitCXXConstructorCall()
HDCGExprAgg.cpp407 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(), in EmitCopy()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h265 bool mayOverlap(const RangeTy &Range) const { in mayOverlap() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp889 if (!Range.mayOverlap(ItRange)) in forallInterferingAccesses()