Home
last modified time | relevance | path

Searched defs:ifStmt (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp193 IfStmtNode *ifStmt = nullptr; in BuildCodeForSwitchItems() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_lower.h42 inline bool IfStmtNoFallThrough(const IfStmtNode &ifStmt) in IfStmtNoFallThrough() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp339 void AliveAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf() argument
H A DassignAnalyzer.cpp791 void AssignAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp122 LabelIdx MIRLower::CreateCondGotoStmt(Opcode op, BlockNode &blk, const IfStmtNode &ifStmt) in CreateCondGotoStmt() argument
144 void MIRLower::CreateBrFalseStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseStmt() argument
159 CreateBrTrueStmt(BlockNode &blk, const IfStmtNode &ifStmt) CreateBrTrueStmt() argument
174 CreateBrFalseAndGotoStmt(BlockNode &blk, const IfStmtNode &ifStmt) CreateBrFalseAndGotoStmt() argument
210 LowerIfStmt(IfStmtNode &ifStmt, bool recursive) LowerIfStmt() argument
[all...]
H A Dmir_builder.cpp425 auto *ifStmt = NewNode<IfStmtNode>(); in CreateStmtIf() local

Completed in 6 milliseconds