Home | History | Annotate | Download | only in Analysis

Lines Matching full:livestmts

136   return liveStmts.contains(S);
163 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
164 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
182 return liveStmts == V.liveStmts && liveDecls == V.liveDecls;
276 val.liveStmts = LV.SSetFact.remove(val.liveStmts, S);
293 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj);
310 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
323 val.liveStmts = LV.SSetFact.add(val.liveStmts, child);
345 AddLiveStmt(val.liveStmts, LV.SSetFact, child);
433 val.liveStmts = LV.SSetFact.add(val.liveStmts, subEx->IgnoreParens());