Searched refs:AddLiveExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 212 static void AddLiveExpr(llvm::ImmutableSet<const Expr *> &Set, in AddLiveExpr() function 226 AddLiveExpr(Set, F, Cond); in AddAllConditionalTerms() 258 AddLiveExpr(val.liveExprs, LV.ESetFact, ImplicitObj); in Visit() 275 AddLiveExpr(val.liveExprs, LV.ESetFact, VA->getSizeExpr()); in Visit() 309 AddLiveExpr(val.liveExprs, LV.ESetFact, cast<IfStmt>(S)->getCond()); in Visit() 316 AddLiveExpr(val.liveExprs, LV.ESetFact, cast<WhileStmt>(S)->getCond()); in Visit() 323 AddLiveExpr(val.liveExprs, LV.ESetFact, cast<DoStmt>(S)->getCond()); in Visit() 330 AddLiveExpr(val.liveExprs, LV.ESetFact, cast<ForStmt>(S)->getCond()); in Visit() 350 AddLiveExpr(val.liveExprs, LV.ESetFact, CO->getTrueExpr()); in Visit() 351 AddLiveExpr(val.liveExprs, LV.ESetFact, CO->getFalseExpr()); in Visit() [all …]
|