HomeSort by relevance Sort by last modified time
    Searched refs:liveStmts (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 35 llvm::ImmutableSet<const Stmt *> liveStmts;
41 : liveStmts(nullptr), liveDecls(nullptr) {}
43 LivenessValues(llvm::ImmutableSet<const Stmt *> LiveStmts,
45 : liveStmts(LiveStmts), liveDecls(LiveDecls) {}
  /external/clang/lib/Analysis/
LiveVariables.cpp 121 return liveStmts.contains(S);
148 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
149 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
167 return liveStmts == V.liveStmts && liveDecls == V.liveDecls;
261 val.liveStmts = LV.SSetFact.remove(val.liveStmts, S);
278 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj);
295 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
308 val.liveStmts = LV.SSetFact.add(val.liveStmts, child)
    [all...]

Completed in 217 milliseconds