Searched refs:NodeUI (Results 1 – 1 of 1) sorted by relevance
10946 auto *NodeUI = DT->getNode(TEInsertBlock); in isGatherShuffledSingleRegisterEntry() local10947 assert(NodeUI && "Should only process reachable instructions"); in isGatherShuffledSingleRegisterEntry()10966 assert((NodeUI == NodeEUI) == in isGatherShuffledSingleRegisterEntry()10967 (NodeUI->getDFSNumIn() == NodeEUI->getDFSNumIn()) && in isGatherShuffledSingleRegisterEntry()10971 (DT->dominates(NodeUI, NodeEUI) || !DT->dominates(NodeEUI, NodeUI))) in isGatherShuffledSingleRegisterEntry()