Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h780 using StrideEntry = std::pair<Instruction *, StrideDescriptor>; variable
834 bool canReorderMemAccessesForInterleavedGroups(StrideEntry *A, in canReorderMemAccessesForInterleavedGroups()
835 StrideEntry *B) const { in canReorderMemAccessesForInterleavedGroups()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1524 StrideEntry *A) -> Instruction * { in analyzeInterleaving()