Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp98 bool storesAreAdjacent(const MachineInstr *S1, const MachineInstr *S2);
286 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent() function in HexagonStoreWidening
361 if (!storesAreAdjacent(S1, S2)) in selectStores()