Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp414 void MeCFG::SetTryBlockInfo(const StmtNode *nextStmt, StmtNode *tryStmt, BB *lastTryBB, BB *curBB, … in SetTryBlockInfo()
446 BB *lastTryBB = nullptr; // bb containing try_stmt in CreateBasicBlocks() local