Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14735 SmallVector<StoreSDNode *, 8> ChainedStores; in findBetterNeighborChains() local
14736 ChainedStores.push_back(St); in findBetterNeighborChains()
14769 ChainedStores.push_back(STn); in findBetterNeighborChains()
14785 for (StoreSDNode *ChainedStore : ChainedStores) { in findBetterNeighborChains()