Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp139 LabelIdx MIRLower::CreateCondGotoStmt(Opcode op, BlockNode &blk, const IfStmtNode &ifStmt) in CreateCondGotoStmt()
161 void MIRLower::CreateBrFalseStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseStmt()
176 void MIRLower::CreateBrTrueStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrTrueStmt()
191 void MIRLower::CreateBrFalseAndGotoStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseAndGotoStmt()
239 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerIfStmt() local
294 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local
304 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local
354 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerWhileStmt() local
425 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerDoloopStmt() local
522 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerDowhileStmt() local
[all …]
Dmir_parser.cpp232 void MIRParser::ParseStmtBlockForSeenComment(BlockNodePtr blk, uint32 mplNum) in ParseStmtBlockForSeenComment()
Dmir_nodes.cpp195 void BlockNode::AppendStatementsFromBlock(BlockNode &blk) in AppendStatementsFromBlock()
217 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
/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.cpp150 for (auto blk = firstDominator; blk != nullptr; blk = blk->GetDominator()) { in GetDominators() local
172 auto blk = (*blocks)[blocks->size() - i - 1]; in FindCommonDominator() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp699 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturnStructUsingFakeParm() local
738 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturn() local
894 BaseNode *CGLowerer::LowerRem(BaseNode &expr, BlockNode &blk) in LowerRem()
1041 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in GenBlockNode() local
1134 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerMemop() local
1585 BlockNode *blk = switchLowerer.LowerSwitch(); in LowerBlock() local
2743 …erer::LowerIntrinsicopwithtype(const BaseNode &parent, IntrinsicopNode &intrinNode, BlockNode &blk) in LowerIntrinsicopwithtype()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp203 const BlockNode *blk = static_cast<const BlockNode *>(baseNode); in RecursiveMarkUsedStaticSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2543 BlockNode *blk = static_cast<BlockNode*>(returnValue); in SimplifyBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2845 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTree() local
2860 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTreeWithSrcPosition() local