Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1599 struct DSEState { struct
1600 Function &F;
1601 AliasAnalysis &AA;
1610 BatchAAResults BatchAA;
1612 MemorySSA &MSSA;
1613 DominatorTree &DT;
1614 PostDominatorTree &PDT;
1615 const TargetLibraryInfo &TLI;
1616 const DataLayout &DL;
1619 SmallVector<MemoryDef *, 64> MemDefs;
[all …]