Home
last modified time | relevance | path

Searched refs:lastStmt (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbbt.h41 lastStmt(e) in BBT()
49 CHECK_FATAL(lastStmt != nullptr, "nullptr check"); in Extend()
50 …CHECK_FATAL(sNode != nullptr ? lastStmt->GetNext() == sNode : lastStmt->GetNext() == eNode, "Exten… in Extend()
51 lastStmt = eNode; in Extend()
126 return lastStmt; in GetLastStmt()
131 lastStmt = &stmt; in SetLastStmt()
151 StmtNode *lastStmt; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbbt.cpp39 if (lastStmt != nullptr) { in Dump()
40 lastStmt->Dump(0); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp574 StmtNode *lastStmt = stmt->GetPrev(); in CreateBasicBlocks() local
576 curBB->GetStmtNodes().rbegin().base().d() == lastStmt, in CreateBasicBlocks()
578 curBB->SetLast(lastStmt); in CreateBasicBlocks()
607 StmtNode *lastStmt = stmt->GetPrev(); in CreateBasicBlocks() local
609 curBB->GetStmtNodes().rbegin().base().d() == lastStmt, in CreateBasicBlocks()
611 curBB->SetLast(lastStmt); in CreateBasicBlocks()
638 StmtNode *lastStmt = stmt->GetPrev(); in CreateBasicBlocks() local
640 curBB->GetStmtNodes().rbegin().base().d() == lastStmt, in CreateBasicBlocks()
642 curBB->SetLast(lastStmt); in CreateBasicBlocks()
684 StmtNode *lastStmt = stmt->GetPrev(); in CreateBasicBlocks() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h349 return lastStmt; in GetLastStmt()
353 return lastStmt; in GetLastStmt()
357 lastStmt = &arg; in SetLastStmt()
932 StmtNode *lastStmt = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h82 …MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id, StmtNode *firstStmt, StmtNode *lastStmt) in BB() argument
90 stmtNodeList(firstStmt, lastStmt), in BB()