Home
last modified time | relevance | path

Searched defs:stmtId (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h87 CallerSummary(PUIdx id, uint32 stmtId) : id(id), stmtId(stmtId) {} in CallerSummary() argument
99 uint32 stmtId; member in maple::CallerSummary
105 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr() argument
116 uint32 stmtId; member in maple::ImpExpr
[all...]
H A Dmir_function.h882 int32 GetFreqFromLastStmt(uint32 stmtId) in GetFreqFromLastStmt() argument
893 int32 GetFreqFromFirstStmt(uint32 stmtId) in GetFreqFromFirstStmt() argument

Completed in 5 milliseconds