Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp950 StmtNode *CGLowerer::LowerDassignBitfield(DassignNode &dassign, BlockNode &newBlk) in LowerDassignBitfield()
968 StmtNode *CGLowerer::LowerIassignBitfield(IassignNode &iassign, BlockNode &newBlk) in LowerIassignBitfield()
1002 void CGLowerer::LowerIassign(IassignNode &iassign, BlockNode &newBlk) in LowerIassign()
1022 void CGLowerer::LowerAsmStmt(AsmNode *asmNode, BlockNode *newBlk) in LowerAsmStmt()
1100 void CGLowerer::LowerCallStmt(StmtNode &stmt, StmtNode *&nextStmt, BlockNode &newBlk, MIRType *rett… in LowerCallStmt()
1457 bool CGLowerer::LowerStructReturn(BlockNode &newBlk, StmtNode *stmt, StmtNode *&nextStmt, bool &lva… in LowerStructReturn()
1704 void CGLowerer::LowerStmt(StmtNode &stmt, BlockNode &newBlk) in LowerStmt()
1711 void CGLowerer::LowerSwitchOpnd(StmtNode &stmt, BlockNode &newBlk) in LowerSwitchOpnd()
1794 void CGLowerer::LowerAssertBoundary(StmtNode &stmt, BlockNode &block, BlockNode &newBlk, in LowerAssertBoundary()
1837 BlockNode *newBlk = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerBlock() local
[all …]