Searched refs:DSetFact (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DLiveVariables.cpp102 llvm::ImmutableSet<const VarDecl *>::Factory DSetFact; member in class:__anon15157::LiveVariablesImpl
122 DSetFact(false), // This is a *major* performance win.
168 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()),
169 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory());
301 val.liveDecls = LV.DSetFact.add(val.liveDecls,
365 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD);
382 val.liveDecls = LV.DSetFact.add(val.liveDecls, VD);
389 val.liveDecls = LV.DSetFact.add(val.liveDecls, D);
397 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD);
415 val.liveDecls = LV.DSetFact
[all...]

Completed in 57 milliseconds