Searched defs:whileStmt (Results 1 – 7 of 7) sorted by relevance
316 void AliveAnalyzer::AnalyzeWhileLoop(const ir::WhileStatement *whileStmt) in AnalyzeWhileLoop()
347 BlockNode *MIRLower::LowerWhileStmt(WhileStmtNode &whileStmt) in LowerWhileStmt()
460 auto *whileStmt = mod.CurFuncCodeMemPool()->New<WhileStmtNode>(OP_while); in ParseStmtWhile() local487 auto *whileStmt = mod.CurFuncCodeMemPool()->New<WhileStmtNode>(OP_dowhile); in ParseStmtDowhile() local
187 void ScopesInitPhase::VisitWhileStatement(ir::WhileStatement *whileStmt) in VisitWhileStatement()
799 WhileStmtNode *whileStmt = static_cast<WhileStmtNode *>(stmt); in HandleBody() local
1796 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl()
1888 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl()