Searched refs:SetFirstStmt (Results 1 – 10 of 10) sorted by relevance
112 etsg->SetFirstStmt(block); in CompileSourceBlock()125 etsg->SetFirstStmt(statements.front()); in CompileSourceBlock()
36 pg->SetFirstStmt(block); in CompileSourceBlock()41 pg->SetFirstStmt(statements.front()); in CompileSourceBlock()
143 void SetFirstStmt(const ir::Statement *stmt) noexcept;
291 void CodeGen::SetFirstStmt(const ir::Statement *stmt) noexcept in SetFirstStmt() function in panda::es2panda::compiler::CodeGen
119 void SetFirstStmt(StmtNode &stmt) in SetFirstStmt() function
52 pg->SetFirstStmt(statements.empty() ? block : statements.front()); in CompileSourceBlock()
514 void SetFirstStmt(const ir::Statement *stmt) in SetFirstStmt() function
471 threadHead->SetFirstStmt(*jtCopy); in WrapCatchWithTryEndTryBlock()718 jtBB->SetFirstStmt(*labelStmt); in PalceCatchSeenSofar()
343 void SetFirstStmt(StmtNode &arg) in SetFirstStmt() function
1307 newBB->SetFirstStmt(*stmt.GetNext()); in StartNewBBImpl()1309 newBB->SetFirstStmt(stmt); in StartNewBBImpl()