Lines Matching defs:DSEState
883 struct DSEState {
940 DSEState(const DSEState &) = delete;
941 DSEState &operator=(const DSEState &) = delete;
943 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT,
2274 DSEState::getInitializesArgMemLoc(const Instruction *I) {
2350 DSEState::eliminateDeadDefs(const MemoryLocationWrapper &KillingLocWrapper) {
2486 bool DSEState::eliminateDeadDefs(const MemoryDefWrapper &KillingDefWrapper) {
2530 DSEState State(F, AA, MSSA, DT, PDT, TLI, LI);