Searched refs:LoadRoots (Results 1 – 1 of 1) sorted by relevance
9066 SmallSet<SDNode *, 16> LoadRoots; in findConsecutiveLoad() local9089 LoadRoots.insert(ChainNext); in findConsecutiveLoad()9100 for (SmallSet<SDNode *, 16>::iterator I = LoadRoots.begin(), in findConsecutiveLoad()9101 IE = LoadRoots.end(); I != IE; ++I) { in findConsecutiveLoad()