Searched refs:ChainNext (Results 1 – 1 of 1) sorted by relevance
14777 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local14778 if (!Visited.insert(ChainNext).second) in findConsecutiveLoad()14781 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) { in findConsecutiveLoad()14787 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()14788 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()14792 LoadRoots.insert(ChainNext); in findConsecutiveLoad()