Home
last modified time | relevance | path

Searched refs:liveBindings (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h35 llvm::ImmutableSet<const BindingDecl *> liveBindings; variable
40 : liveExprs(nullptr), liveDecls(nullptr), liveBindings(nullptr) {} in LivenessValues()
46 liveBindings(LiveBindings) {} in LivenessValues()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp75 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()