Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp850 struct DSEState { struct
895 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT, in DSEState() function
901 static DSEState get(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, in get() argument
904 DSEState State(F, AA, MSSA, DT, PDT, TLI, LI); in get()
1886 DSEState State = DSEState::get(F, AA, MSSA, DT, PDT, TLI, LI); in eliminateDeadStores()