Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 6 of 6) 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()
220 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerIfStmt() local
275 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local
285 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local
370 BaseNode *MIRLower::LowerEmbeddedCandCior(BaseNode *x, StmtNode *curstmt, BlockNode *blk) in LowerEmbeddedCandCior()
Dmir_nodes.cpp53 void BlockNode::AppendStatementsFromBlock(BlockNode &blk) in AppendStatementsFromBlock()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp136 for (auto blk = first_dominator; blk != nullptr; blk = blk->GetDominator()) { in GetDominators() local
158 auto blk = (*blocks)[blocks->size() - i - 1]; in FindCommonDominator() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmove_constants.cpp162 for (auto blk = firstDominator; blk != nullptr; blk = blk->GetDominator()) { in GetDominators() local
184 auto blk = (*blocks)[blocks->size() - i - 1]; in FindCommonDominator() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp34 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturnStructUsingFakeParm() local
71 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturn() local
233 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in GenBlockNode() local
428 BlockNode *blk = switchLowerer.LowerSwitch(); in LowerBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1796 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTree() local
1811 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTreeWithSrcPosition() local