Searched refs:LoadRoot (Results 1 – 1 of 1) sorted by relevance
7975 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local7976 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()7979 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()7983 for (SDNode::use_iterator UI = LoadRoot->use_begin(), in findConsecutiveLoad()7984 UE = LoadRoot->use_end(); UI != UE; ++UI) in findConsecutiveLoad()7986 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()