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