Searched refs:DSEState (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 807 struct DSEState { struct 864 DSEState(const DSEState &) = delete; 865 DSEState &operator=(const DSEState &) = delete; 867 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT, in DSEState() argument 2087 DSEState State(F, AA, MSSA, DT, PDT, TLI, LI); in eliminateDeadStores()
|