Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp138 LabelIdx MIRLower::CreateCondGotoStmt(Opcode op, BlockNode &blk, const IfStmtNode &ifStmt) in CreateCondGotoStmt()
159 void MIRLower::CreateBrFalseStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseStmt()
174 void MIRLower::CreateBrTrueStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrTrueStmt()
189 void MIRLower::CreateBrFalseAndGotoStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseAndGotoStmt()
224 BlockNode *MIRLower::LowerIfStmt(IfStmtNode &ifStmt, bool recursive) in LowerIfStmt()
Dmir_builder.cpp1186 auto *ifStmt = GetCurrentFuncCodeMp()->New<IfStmtNode>(); in CreateStmtIf() local
1195 auto *ifStmt = GetCurrentFuncCodeMp()->New<IfStmtNode>(); in CreateStmtIfThenElse() local
Dmir_parser.cpp420 auto *ifStmt = mod.CurFuncCodeMemPool()->New<IfStmtNode>(); in ParseStmtIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h44 inline bool IfStmtNoFallThrough(const IfStmtNode &ifStmt) in IfStmtNoFallThrough()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp193 IfStmtNode *ifStmt = nullptr; in BuildCodeForSwitchItems() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp369 void AliveAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
Denum.cpp523 auto *const ifStmt = [this, namesArrayIdent, forLoopIIdent, inputNameIdent]() { in CreateEnumValueOfMethod() local