Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp856 DenseMap<void *, Instruction *> EarliestUser; in realignLoadGroup() local
886 EarliestUser[S.Seg.Val] = std::min( in realignLoadGroup()
887 EarliestUser[S.Seg.Val], earliestUser(B.Seg.Val->uses()), isEarlier); in realignLoadGroup()
922 DoAlign && Index > 0 ? EarliestUser[&ASpan[Index - 1]] : nullptr; in realignLoadGroup()
924 Index < NumSectors ? EarliestUser[&ASpan[Index]] : nullptr; in realignLoadGroup()
940 if (auto *Where = EarliestUser[&ASpan[Index]]) { in realignLoadGroup()