Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h56 SparseDataInfo *NewLiveIn(uint32 maxRegCount) const in NewLiveIn()
61 SparseDataInfo *NewLiveOut(uint32 maxRegCount) const in NewLiveOut()
66 SparseDataInfo *NewDef(uint32 maxRegCount) const in NewDef()
76 SparseDataInfo *NewUse(uint32 maxRegCount) const in NewUse()
Dreg_info.h61 static uint32 maxRegCount; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp23 uint32 VregInfo::maxRegCount = 0; member in maplebe::VregInfo
Dlive.cpp462 const uint32 maxRegCount = in InitBB() local