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