Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp809 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()