Searched refs:DSetFact (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 86 llvm::ImmutableSet<const VarDecl *>::Factory DSetFact; member in __anonec76e8010211::LiveVariablesImpl 106 DSetFact(false), // This is a *major* performance win. in LiveVariablesImpl() 152 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge() 153 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge() 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() [all …]
|