Searched refs:ReplaceableStores (Results 1 – 1 of 1) sorted by relevance
288 SmallVector<std::pair<ReturnInst *, StoreInst *>, 4> ReplaceableStores; in runOnFunction() local314 ReplaceableStores.emplace_back(RI, SI); in runOnFunction()324 for (std::pair<ReturnInst *, StoreInst *> Store : ReplaceableStores) { in runOnFunction()