Home
last modified time | relevance | path

Searched defs:whileStmt (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp316 void AliveAnalyzer::AnalyzeWhileLoop(const ir::WhileStatement *whileStmt) in AnalyzeWhileLoop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp347 BlockNode *MIRLower::LowerWhileStmt(WhileStmtNode &whileStmt) in LowerWhileStmt()
Dmir_parser.cpp460 auto *whileStmt = mod.CurFuncCodeMemPool()->New<WhileStmtNode>(OP_while); in ParseStmtWhile() local
487 auto *whileStmt = mod.CurFuncCodeMemPool()->New<WhileStmtNode>(OP_dowhile); in ParseStmtDowhile() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp187 void ScopesInitPhase::VisitWhileStatement(ir::WhileStatement *whileStmt) in VisitWhileStatement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp799 WhileStmtNode *whileStmt = static_cast<WhileStmtNode *>(stmt); in HandleBody() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1796 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl()
DJSCompiler.cpp1888 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl()