Searched defs:CanOverlap (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 27 bool DstIsVolatile, bool CanOverlap, const TargetTransformInfo &TTI, in createMemCpyLoopKnownSize() argument 182 createMemCpyLoopUnknownSize(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,bool CanOverlap,const TargetTransformInfo & TTI,std::optional<uint32_t> AtomicElementSize) createMemCpyLoopUnknownSize() argument 512 bool CanOverlap = canOverlap(Memcpy, SE); expandMemCpyAsLoop() local [all...] |