Searched refs:OpTE (Results 1 – 1 of 1) sorted by relevance
7218 for (const TreeEntry *OpTE : OrderedEntries) { in reorderTopToBottom() local7221 if (!OpTE->ReuseShuffleIndices.empty() && !GathersToOrders.count(OpTE) && in reorderTopToBottom()7222 OpTE->State != TreeEntry::SplitVectorize) in reorderTopToBottom()7225 const auto &Order = [OpTE, &GathersToOrders, &AltShufflesToOrders, in reorderTopToBottom()7227 if (OpTE->isGather() || !OpTE->ReuseShuffleIndices.empty()) { in reorderTopToBottom()7228 auto It = GathersToOrders.find(OpTE); in reorderTopToBottom()7232 if (OpTE->hasState() && OpTE->isAltShuffle()) { in reorderTopToBottom()7233 auto It = AltShufflesToOrders.find(OpTE); in reorderTopToBottom()7237 if (OpTE->State == TreeEntry::Vectorize && in reorderTopToBottom()7238 OpTE->getOpcode() == Instruction::PHI) { in reorderTopToBottom()[all …]