Searched refs:LoadRoot (Results 1 – 1 of 1) sorted by relevance
11265 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local11266 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()11269 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()11273 for (SDNode::use_iterator UI = LoadRoot->use_begin(), in findConsecutiveLoad()11274 UE = LoadRoot->use_end(); UI != UE; ++UI) in findConsecutiveLoad()11276 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()