Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp838 struct DSEState { struct
839 Function &F;
840 AliasAnalysis &AA;
849 BatchAAResults BatchAA;
851 MemorySSA &MSSA;
852 DominatorTree &DT;
853 PostDominatorTree &PDT;
854 const TargetLibraryInfo &TLI;
855 const DataLayout &DL;
858 SmallVector<MemoryDef *, 64> MemDefs;
[all …]