Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1646 auto InvalidateGroupIfMemberMayWrap = [&](InterleaveGroup<Instruction> *Group, in analyzeInterleaving() local
1689 if (InvalidateGroupIfMemberMayWrap(Group, 0, "first")) in analyzeInterleaving()
1692 InvalidateGroupIfMemberMayWrap(Group, Group->getFactor() - 1, "last"); in analyzeInterleaving()
1736 if (InvalidateGroupIfMemberMayWrap(Group, 0, "first")) in analyzeInterleaving()
1740 InvalidateGroupIfMemberMayWrap(Group, Index, "last"); in analyzeInterleaving()