Searched refs:LastSt (Results 1 – 1 of 1) sorted by relevance
166 const Stmt *LastSt = nullptr; in removeDeadOnEndOfFunction() local168 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()169 if (!Blk || !LastSt) { in removeDeadOnEndOfFunction()181 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction()235 const Stmt *LastSt = nullptr; in processCallExit() local237 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()248 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) { in processCallExit()287 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()289 PostStmt Loc(LastSt, calleeCtx, &retValBind); in processCallExit()