Searched refs:LastSt (Results 1 – 1 of 1) sorted by relevance
169 const Stmt *LastSt = nullptr; in removeDeadOnEndOfFunction() local171 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()172 if (!Blk || !LastSt) { in removeDeadOnEndOfFunction()184 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction()267 const Stmt *LastSt = nullptr; in processCallExit() local269 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()297 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) { in processCallExit()354 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()356 PostStmt Loc(LastSt, calleeCtx, &retValBind); in processCallExit()