Searched defs:ifStmt (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 139 LabelIdx MIRLower::CreateCondGotoStmt(Opcode op, BlockNode &blk, const IfStmtNode &ifStmt) in CreateCondGotoStmt() 161 void MIRLower::CreateBrFalseStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseStmt() 176 void MIRLower::CreateBrTrueStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrTrueStmt() 191 void MIRLower::CreateBrFalseAndGotoStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseAndGotoStmt() 227 BlockNode *MIRLower::LowerIfStmt(IfStmtNode &ifStmt, bool recursive) in LowerIfStmt()
|
| D | mir_builder.cpp | 1199 auto *ifStmt = NewNode<IfStmtNode>(); in CreateStmtIf() local 1208 auto *ifStmt = NewNode<IfStmtNode>(); in CreateStmtIfThenElse() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_lower.h | 44 inline bool IfStmtNoFallThrough(const IfStmtNode &ifStmt) in IfStmtNoFallThrough()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | switch_lowerer.cpp | 193 IfStmtNode *ifStmt = nullptr; in BuildCodeForSwitchItems() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.cpp | 336 void AliveAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
|
| D | assignAnalyzer.cpp | 789 void AssignAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumLowering.cpp | 819 auto *const ifStmt = CreateIf(this, enumDecl, namesArrayIdent, forLoopIIdent, inputNameIdent); in CreateEnumGetValueOfMethod() local
|