Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h619 ~InterleavedAccessInfo() { invalidateGroups(); } in ~InterleavedAccessInfo()
632 bool invalidateGroups() { in invalidateGroups() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6873 if (CM.InterleaveInfo.invalidateGroups()) in plan()