Searched refs:LastSt (Results 1 – 1 of 1) sorted by relevance
168 const Stmt *LastSt = nullptr; in removeDeadOnEndOfFunction() local170 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()171 if (!Blk || !LastSt) { in removeDeadOnEndOfFunction()183 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction()219 const Stmt *LastSt = nullptr; in processCallExit() local221 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()232 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) { in processCallExit()282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()284 PostStmt Loc(LastSt, calleeCtx, &retValBind); in processCallExit()