Searched refs:NodeUI (Results 1 – 1 of 1) sorted by relevance
15284 auto *NodeUI = DT->getNode(TEInsertBlock); in isGatherShuffledSingleRegisterEntry() local15285 assert(NodeUI && "Should only process reachable instructions"); in isGatherShuffledSingleRegisterEntry()15304 assert((NodeUI == NodeEUI) == in isGatherShuffledSingleRegisterEntry()15305 (NodeUI->getDFSNumIn() == NodeEUI->getDFSNumIn()) && in isGatherShuffledSingleRegisterEntry()15309 (DT->dominates(NodeUI, NodeEUI) || !DT->dominates(NodeEUI, NodeUI))) in isGatherShuffledSingleRegisterEntry()