Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1147 DenseMap<void *, Instruction *> EarliestUser; in realignLoadGroup() local
1177 EarliestUser[S.Seg.Val] = std::min( in realignLoadGroup()
1178 EarliestUser[S.Seg.Val], earliestUser(B.Seg.Val->uses()), isEarlier); in realignLoadGroup()
1185 for (auto &[Val, User] : EarliestUser) { in realignLoadGroup()
1226 DoAlign && Index > 0 ? EarliestUser[&ASpan[Index - 1]] : nullptr; in realignLoadGroup()
1228 Index < NumSectors ? EarliestUser[&ASpan[Index]] : nullptr; in realignLoadGroup()
1251 if (auto *Where = EarliestUser[&ASpan[Index]]) { in realignLoadGroup()