Searched refs:LoadRoot (Results 1 – 1 of 1) sorted by relevance
12946 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local12947 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()12950 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()12954 for (SDNode::use_iterator UI = LoadRoot->use_begin(), in findConsecutiveLoad()12955 UE = LoadRoot->use_end(); UI != UE; ++UI) in findConsecutiveLoad()12957 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()