Searched refs:DSetFact (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 33 llvm::ImmutableSet<const VarDecl *>::Factory DSetFact; member in __anon9166e1760111::LiveVariablesImpl 55 DSetFact(false), // This is a *major* performance win. in LiveVariablesImpl() 112 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge() 113 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge() 266 val.liveDecls = LV.DSetFact.add(val.liveDecls, in Visit() 391 val.liveDecls = LV.DSetFact.remove(val.liveDecls, HV); in VisitBinaryOperator() 398 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD); in VisitBinaryOperator() 413 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD); in VisitBlockExpr() 423 val.liveDecls = LV.DSetFact.add(val.liveDecls, HV); in VisitDeclRefExpr() 429 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD); in VisitDeclRefExpr() [all …]
|