Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp120 LabelIdx MIRLower::CreateCondGotoStmt(Opcode op, BlockNode &blk, const IfStmtNode &ifStmt) in CreateCondGotoStmt()
142 void MIRLower::CreateBrFalseStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseStmt()
157 void MIRLower::CreateBrTrueStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrTrueStmt()
172 void MIRLower::CreateBrFalseAndGotoStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseAndGotoStmt()
208 BlockNode *MIRLower::LowerIfStmt(IfStmtNode &ifStmt, bool recursive) in LowerIfStmt()
Dmir_builder.cpp433 auto *ifStmt = NewNode<IfStmtNode>(); in CreateStmtIf() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_this_into_method.cpp128 es2panda_AstNode *ifStmt = impl->CreateIfStatement(context, boolLit, blockStmt, nullptr); in CreateIfStatement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h42 inline bool IfStmtNoFallThrough(const IfStmtNode &ifStmt) in IfStmtNoFallThrough()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts550 const ifStmt = new ArkIfStmt(conditionExpr); constant
669 const ifStmt = new ArkIfStmt(conditionExpr as ArkConditionExpr); constant
844 const ifStmt = new ArkIfStmt(conditionExpr); constant
DDummyMainCreater.ts199 const ifStmt = new ArkIfStmt(condition); constant
DArkValueTransformer.ts235 const ifStmt = new ArkIfStmt(conditionValue as ArkConditionExpr); constant
/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.cpp352 void AliveAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
DassignAnalyzer.cpp779 void AssignAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp870 auto *const ifStmt = in CreateEnumGetValueOfMethod() local
913 auto *const ifStmt = in CreateEnumFromValueMethod() local