Home
last modified time | relevance | path

Searched refs:BlockExitStates (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp681 llvm::DenseMap<const CFGBlock *, LifetimeLattice> BlockExitStates; member in clang::__anon2e25c8880111::LifetimeDataflow
696 BlockExitStates[B] = ExitState; in run()
730 return BlockExitStates.lookup(B); in getExitState()