Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h28 class MeStmt; // circular dependency exists, no other choice variable
Dme_ir.h24 class MeStmt; // circular dependency exists, no other choice variable
164 virtual void SetDefByStmt(MeStmt &) {} in SetDefByStmt() argument
1364 explicit MeStmt(const StmtNode *sst) in MeStmt() function
1376 explicit MeStmt(Opcode op1) : op(op1) {} in MeStmt() function