Searched defs:ifStmt (Results 1 – 7 of 7) sorted by relevance
138 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()
1186 auto *ifStmt = GetCurrentFuncCodeMp()->New<IfStmtNode>(); in CreateStmtIf() local1195 auto *ifStmt = GetCurrentFuncCodeMp()->New<IfStmtNode>(); in CreateStmtIfThenElse() local
420 auto *ifStmt = mod.CurFuncCodeMemPool()->New<IfStmtNode>(); in ParseStmtIf() local
44 inline bool IfStmtNoFallThrough(const IfStmtNode &ifStmt) in IfStmtNoFallThrough()
193 IfStmtNode *ifStmt = nullptr; in BuildCodeForSwitchItems() local
369 void AliveAnalyzer::AnalyzeIf(const ir::IfStatement *ifStmt) in AnalyzeIf()
523 auto *const ifStmt = [this, namesArrayIdent, forLoopIIdent, inputNameIdent]() { in CreateEnumValueOfMethod() local