Searched refs:ChainNext (Results 1 – 1 of 1) sorted by relevance
9074 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local9075 if (!Visited.insert(ChainNext).second) in findConsecutiveLoad()9078 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) { in findConsecutiveLoad()9084 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()9085 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()9089 LoadRoots.insert(ChainNext); in findConsecutiveLoad()