Searched refs:DSEState (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 728 struct DSEState { struct 785 DSEState(const DSEState &) = delete; 786 DSEState &operator=(const DSEState &) = delete; 788 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT, in DSEState() argument 1960 DSEState State(F, AA, MSSA, DT, PDT, AC, TLI, LI); in eliminateDeadStores()
|