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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp253 static void AddLiveStmt(llvm::ImmutableSet<const Stmt *> &Set, function
283 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj);
300 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
334 AddLiveStmt(val.liveStmts, LV.SSetFact, cast<IfStmt>(S)->getCond());
341 AddLiveStmt(val.liveStmts, LV.SSetFact, cast<WhileStmt>(S)->getCond());
348 AddLiveStmt(val.liveStmts, LV.SSetFact, cast<DoStmt>(S)->getCond());
355 AddLiveStmt(val.liveStmts, LV.SSetFact, cast<ForStmt>(S)->getCond());
363 AddLiveStmt(val.liveStmts, LV.SSetFact, Child);

Completed in 103 milliseconds