Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3934 SmallVector<ValueDFS, 8> PossibleDeadStores; in eliminateInstructions() local
4153 convertClassToLoadsAndStores(*CC, PossibleDeadStores); in eliminateInstructions()
4154 llvm::sort(PossibleDeadStores.begin(), PossibleDeadStores.end()); in eliminateInstructions()
4156 for (auto &VD : PossibleDeadStores) { in eliminateInstructions()