Lines Matching defs:LiveState
106 LiveVariables::ValTy LiveState;
111 LiveVariables::ValTy& getVal() { return LiveState; }
143 AD.Observer->ObserveStmt(S, currentBlock, AD, LiveState);
146 LiveState(S, AD) = Dead;
153 AD.Observer->ObserveStmt(S, currentBlock, AD, LiveState);
160 LiveState(S, AD) = Alive;
177 LiveState(E, AD) = Alive;
182 LiveState(V, AD) = Alive;
191 LiveState.getBit(i) = Alive;
204 LiveState(S, AD) = Dead;
227 LiveState(VD, AD) = Dead;
248 LiveState(VD, AD) = Alive;
271 LiveState.getDeclBit(bit) = Dead | AD.AlwaysLive.getDeclBit(bit);
295 LiveState.getDeclBit(bit) = Dead | AD.AlwaysLive.getDeclBit(bit);