Searched refs:DSEState (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 784 struct DSEState { struct 841 DSEState(const DSEState &) = delete; 842 DSEState &operator=(const DSEState &) = delete; 844 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT, in DSEState() function 2043 DSEState State(F, AA, MSSA, DT, PDT, AC, TLI, LI); in eliminateDeadStores()
|