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.cpp138 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()
236 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerIfStmt() local
291 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local
301 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerSwitchStmt() local
351 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerWhileStmt() local
421 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerDoloopStmt() local
517 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerDowhileStmt() local
[all …]
Dmir_nodes.cpp199 void BlockNode::AppendStatementsFromBlock(BlockNode &blk) in AppendStatementsFromBlock()
221 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
Dmir_parser.cpp1935 bool MIRParser::ParseStmtBlock(BlockNodePtr &blk) in ParseStmtBlock()
1987 void MIRParser::ParseStmtBlockForSeenComment(BlockNodePtr blk, uint32 mplNum) in ParseStmtBlockForSeenComment()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp137 for (auto blk = first_dominator; blk != nullptr; blk = blk->GetDominator()) { in GetDominators() local
159 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/cg/
Dcg_phasemanager.cpp192 const BlockNode *blk = static_cast<const BlockNode *>(baseNode); in RecursiveMarkUsedStaticSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp887 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturnStructUsingFakeParm() local
930 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerReturn() local
1074 BaseNode *CGLowerer::LowerRem(BaseNode &expr, BlockNode &blk) in LowerRem()
1210 BlockNode *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in GenBlockNode() local
1301 auto *blk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerMemop() local
1857 BlockNode *blk = switchLowerer.LowerSwitch(); in LowerBlock() local
3512 …erer::LowerIntrinsicopwithtype(const BaseNode &parent, IntrinsicopNode &intrinNode, BlockNode &blk) in LowerIntrinsicopwithtype()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2450 BlockNode *blk = static_cast<BlockNode *>(returnValue); in SimplifyBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2826 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTree() local
2841 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTreeWithSrcPosition() local