Lines Matching refs:liveDecls
124 return liveDecls.contains(D); in isLive()
152 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge()
153 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge()
166 return liveStmts == V.liveStmts && liveDecls == V.liveDecls; in equals()
285 val.liveDecls = LV.DSetFact.add(val.liveDecls, in Visit()
348 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitBinaryOperator()
362 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD); in VisitBlockExpr()
369 val.liveDecls = LV.DSetFact.add(val.liveDecls, D); in VisitDeclRefExpr()
376 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitDeclStmt()
394 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitObjCForCollectionStmt()
458 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
590 vals.liveDecls.begin(), in dumpBlockLiveness()
591 se = vals.liveDecls.end(); si != se; ++si) { in dumpBlockLiveness()