Searched refs:OverlappingLoads (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp238 auto OverlappingLoads = computeOverlappingLoadSequence( local
240 if (!OverlappingLoads.empty() &&
242 OverlappingLoads.size() < LoadSequence.size())) {
243 LoadSequence = OverlappingLoads;

Completed in 58 milliseconds