Searched refs:LoadRoot (Results 1 – 1 of 1) sorted by relevance
12891 SDNode *LoadRoot = Queue.pop_back_val(); in findConsecutiveLoad() local12892 if (!Visited.insert(LoadRoot).second) in findConsecutiveLoad()12895 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot)) in findConsecutiveLoad()12899 for (SDNode::use_iterator UI = LoadRoot->use_begin(), in findConsecutiveLoad()12900 UE = LoadRoot->use_end(); UI != UE; ++UI) in findConsecutiveLoad()12902 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) || in findConsecutiveLoad()