Searched refs:LastSt (Results 1 – 1 of 1) sorted by relevance
165 const Stmt *LastSt = nullptr; in removeDeadOnEndOfFunction() local167 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()168 if (!Blk || !LastSt) { in removeDeadOnEndOfFunction()180 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction()262 const Stmt *LastSt = nullptr; in processCallExit() local264 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()292 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) { in processCallExit()349 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()351 auto Loc = isa<ReturnStmt>(LastSt) in processCallExit()352 ? ProgramPoint{PostStmt(LastSt, calleeCtx, &retValBind)} in processCallExit()[all …]