Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp967 bool isDestSufficientlyAligned = srcAlign <= cpyDestAlign; in performCallSlotOptzn() local
970 if (!isDestSufficientlyAligned && !isa<AllocaInst>(cpyDest)) { in performCallSlotOptzn()
1099 if (!isDestSufficientlyAligned) { in performCallSlotOptzn()