Searched defs:ifStmt (Results 1 – 11 of 11) sorted by relevance
120 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()
433 auto *ifStmt = NewNode<IfStmtNode>(); in CreateStmtIf() local
128 es2panda_AstNode *ifStmt = impl->CreateIfStatement(context, boolLit, blockStmt, nullptr); in CreateIfStatement() local
42 inline bool IfStmtNoFallThrough(const IfStmtNode &ifStmt) in IfStmtNoFallThrough()
550 const ifStmt = new ArkIfStmt(conditionExpr); constant669 const ifStmt = new ArkIfStmt(conditionExpr as ArkConditionExpr); constant844 const ifStmt = new ArkIfStmt(conditionExpr); constant
199 const ifStmt = new ArkIfStmt(condition); constant
235 const ifStmt = new ArkIfStmt(conditionValue as ArkConditionExpr); constant
193 IfStmtNode *ifStmt = nullptr; in BuildCodeForSwitchItems() local
352 void AliveAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
779 void AssignAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
870 auto *const ifStmt = in CreateEnumGetValueOfMethod() local913 auto *const ifStmt = in CreateEnumFromValueMethod() local