Searched refs:ChainNext (Results 1 – 1 of 1) sorted by relevance
13944 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local13945 if (!Visited.insert(ChainNext).second) in findConsecutiveLoad()13948 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) { in findConsecutiveLoad()13954 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()13955 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()13959 LoadRoots.insert(ChainNext); in findConsecutiveLoad()