Searched refs:liveBindings (Results 1 – 2 of 2) sorted by relevance
35 llvm::ImmutableSet<const BindingDecl *> liveBindings; variable40 : liveExprs(nullptr), liveDecls(nullptr), liveBindings(nullptr) {} in LivenessValues()46 liveBindings(LiveBindings) {} in LivenessValues()
75 alive |= liveBindings.contains(BD); in isLive()115 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge()116 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()); in merge()356 val.liveBindings = LV.BSetFact.remove(val.liveBindings, BD); in VisitBinaryOperator()388 val.liveBindings = LV.BSetFact.add(val.liveBindings, BD); in VisitDeclRefExpr()403 val.liveBindings = LV.BSetFact.remove(val.liveBindings, BD); in VisitDeclStmt()