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.cpp937 struct DSEState { struct
994 DSEState(const DSEState &) = delete;
995 DSEState &operator=(const DSEState &) = delete;
997 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT, in DSEState() function
2354 DSEState::getInitializesArgMemLoc(const Instruction *I) { in getInitializesArgMemLoc()
2435 DSEState::eliminateDeadDefs(const MemoryLocationWrapper &KillingLocWrapper) { in eliminateDeadDefs()
2571 bool DSEState::eliminateDeadDefs(const MemoryDefWrapper &KillingDefWrapper) { in eliminateDeadDefs()
2615 DSEState State(F, AA, MSSA, DT, PDT, TLI, LI); in eliminateDeadStores()