Lines Matching refs:liveDecls
80 alive |= liveDecls.contains(DD); in isLive()
83 return liveDecls.contains(D); in isLive()
111 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge()
112 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge()
130 return liveExprs == V.liveExprs && liveDecls == V.liveDecls; in equals()
249 val.liveDecls = LV.DSetFact.add(val.liveDecls, in Visit()
354 val.liveDecls = LV.DSetFact.remove(val.liveDecls, HV); in VisitBinaryOperator()
361 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitBinaryOperator()
376 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD); in VisitBlockExpr()
386 val.liveDecls = LV.DSetFact.add(val.liveDecls, HV); in VisitDeclRefExpr()
392 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD); in VisitDeclRefExpr()
401 val.liveDecls = LV.DSetFact.remove(val.liveDecls, HV); in VisitDeclStmt()
408 val.liveDecls = LV.DSetFact.remove(val.liveDecls, DD); in VisitDeclStmt()
411 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitDeclStmt()
430 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitObjCForCollectionStmt()
496 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
604 vals.liveDecls.begin(), in dumpBlockLiveness()
605 se = vals.liveDecls.end(); si != se; ++si) { in dumpBlockLiveness()