Searched refs:ChainNext (Results 1 – 1 of 1) sorted by relevance
7326 SDNode *ChainNext = Queue.pop_back_val(); in findConsecutiveLoad() local7327 if (!Visited.insert(ChainNext)) in findConsecutiveLoad()7330 if (LoadSDNode *ChainLD = dyn_cast<LoadSDNode>(ChainNext)) { in findConsecutiveLoad()7336 } else if (ChainNext->getOpcode() == ISD::TokenFactor) { in findConsecutiveLoad()7337 for (const SDUse &O : ChainNext->ops()) in findConsecutiveLoad()7341 LoadRoots.insert(ChainNext); in findConsecutiveLoad()