Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp650 SmallVector<std::pair<int64_t, unsigned>, 0> DispSizeStack; in removeRedundantBlockingStores() local
654 while (DispSizeStack.size()) { in removeRedundantBlockingStores()
655 int64_t PrevDisp = DispSizeStack.back().first; in removeRedundantBlockingStores()
656 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores()
659 DispSizeStack.pop_back(); in removeRedundantBlockingStores()
661 DispSizeStack.push_back(DispSizePair); in removeRedundantBlockingStores()
664 for (auto Disp : DispSizeStack) in removeRedundantBlockingStores()