Searched refs:DispSizeStack (Results 1 – 1 of 1) sorted by relevance
644 SmallVector<std::pair<int64_t, unsigned>, 0> DispSizeStack; in removeRedundantBlockingStores() local648 while (DispSizeStack.size()) { in removeRedundantBlockingStores()649 int64_t PrevDisp = DispSizeStack.back().first; in removeRedundantBlockingStores()650 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores()653 DispSizeStack.pop_back(); in removeRedundantBlockingStores()655 DispSizeStack.push_back(DispSizePair); in removeRedundantBlockingStores()658 for (auto Disp : DispSizeStack) in removeRedundantBlockingStores()