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.h53 SparseDataInfo *NewLiveIn(uint32 maxRegCount) const in NewLiveIn()
58 SparseDataInfo *NewLiveOut(uint32 maxRegCount) const in NewLiveOut()
63 SparseDataInfo *NewDef(uint32 maxRegCount) const in NewDef()
73 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.cpp22 uint32 VregInfo::maxRegCount = 0; member in maplebe::VregInfo
Dlive.cpp396 const uint32 maxRegCount = cgFunc->GetMaxVReg(); in InitBB() local