Lines Matching full:live
11 // stores to variables that are no longer live.
153 const LiveVariables::LivenessValues &Live) {
162 if (!Live.isLive(VD) &&
172 const LiveVariables::LivenessValues& Live) {
174 CheckVarDecl(VD, DR, Val, dsk, Live);
201 const LiveVariables::LivenessValues &Live) {
238 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
252 CheckDeclRef(DR, U, DeadIncrement, Live);
256 // expressions that are not live (never used).
288 if (!Live.isLive(V) && V->getAttr<UnusedAttr>() == 0) {