Searched refs:LoadRoot (Results 1 – 1 of 1) sorted by relevance
13974 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local13975 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()13978 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()13982 for (SDNode *U : LoadRoot->uses()) in findConsecutiveLoad()13984 cast<MemSDNode>(U)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()