Searched defs:blk (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 139 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 …]
|
| D | mir_parser.cpp | 232 void MIRParser::ParseStmtBlockForSeenComment(BlockNodePtr blk, uint32 mplNum) in ParseStmtBlockForSeenComment()
|
| D | mir_nodes.cpp | 195 void BlockNode::AppendStatementsFromBlock(BlockNode &blk) in AppendStatementsFromBlock() 217 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | move_constants.cpp | 136 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/ |
| D | move_constants.cpp | 150 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/ |
| D | lower.cpp | 699 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/ |
| D | cg_phasemanager.cpp | 203 const BlockNode *blk = static_cast<const BlockNode *>(baseNode); in RecursiveMarkUsedStaticSymbol() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 2543 BlockNode *blk = static_cast<BlockNode*>(returnValue); in SimplifyBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 2845 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTree() local 2860 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTreeWithSrcPosition() local
|