Searched defs:blk (Results 1 – 6 of 6) 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()220 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerIfStmt() local275 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local285 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local370 BaseNode *MIRLower::LowerEmbeddedCandCior(BaseNode *x, StmtNode *curstmt, BlockNode *blk) in LowerEmbeddedCandCior()
53 void BlockNode::AppendStatementsFromBlock(BlockNode &blk) in AppendStatementsFromBlock()
136 for (auto blk = first_dominator; blk != nullptr; blk = blk->GetDominator()) { in GetDominators() local158 auto blk = (*blocks)[blocks->size() - i - 1]; in FindCommonDominator() local
162 for (auto blk = firstDominator; blk != nullptr; blk = blk->GetDominator()) { in GetDominators() local184 auto blk = (*blocks)[blocks->size() - i - 1]; in FindCommonDominator() local
34 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturnStructUsingFakeParm() local71 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturn() local233 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in GenBlockNode() local428 BlockNode *blk = switchLowerer.LowerSwitch(); in LowerBlock() local
1796 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTree() local1811 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTreeWithSrcPosition() local