Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h58 SparseDataInfo *NewLiveIn(uint32 maxRegCount) in NewLiveIn()
63 SparseDataInfo *NewLiveOut(uint32 maxRegCount) in NewLiveOut()
68 SparseDataInfo *NewDef(uint32 maxRegCount) in NewDef()
78 SparseDataInfo *NewUse(uint32 maxRegCount) in NewUse()
Dcgfunc.h1485 uint32 maxRegCount; /* for the current virtual register number limit */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp98 const uint32 maxRegCount = in GenerateLiveInByDefUse() local
438 const uint32 maxRegCount = in InitBB() local