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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1490 struct DSEState { struct in namespace:__anon4618
1518 DSEState(Function &F, AliasAnalysis &AA, MemorySSA &MSSA, DominatorTree &DT, function in struct:__anon4618::DSEState
1522 static DSEState get(Function &F, AliasAnalysis &AA, MemorySSA &MSSA,
1525 DSEState State(F, AA, MSSA, DT, PDT, TLI);
2105 DSEState State = DSEState::get(F, AA, MSSA, DT, PDT, TLI);

Completed in 99 milliseconds