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 | 138 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 …]
|
| D | mir_nodes.cpp | 199 void BlockNode::AppendStatementsFromBlock(BlockNode &blk) in AppendStatementsFromBlock() 221 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
|
| D | mir_parser.cpp | 1935 bool MIRParser::ParseStmtBlock(BlockNodePtr &blk) in ParseStmtBlock() 1987 void MIRParser::ParseStmtBlockForSeenComment(BlockNodePtr blk, uint32 mplNum) in ParseStmtBlockForSeenComment()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | move_constants.cpp | 137 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/ |
| 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/cg/ |
| D | cg_phasemanager.cpp | 192 const BlockNode *blk = static_cast<const BlockNode *>(baseNode); in RecursiveMarkUsedStaticSymbol() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 887 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/ |
| D | constantfold.cpp | 2450 BlockNode *blk = static_cast<BlockNode *>(returnValue); in SimplifyBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 2826 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTree() local 2841 auto *blk = allocator.GetMemPool()->New<BlockNode>(); in CloneTreeWithSrcPosition() local
|