Home
last modified time | relevance | path

Searched refs:AllInsns (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp211 InstrGroup AllInsns; in createStoreGroups() local
217 AllInsns.push_back(&I); in createStoreGroups()
222 for (auto I = AllInsns.begin(), E = AllInsns.end(); I != E; ++I) { in createStoreGroups()