Searched refs:LoadRoot (Results 1 – 1 of 1) sorted by relevance
9348 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local9349 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()9352 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()9356 for (SDNode::use_iterator UI = LoadRoot->use_begin(), in findConsecutiveLoad()9357 UE = LoadRoot->use_end(); UI != UE; ++UI) in findConsecutiveLoad()9359 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()