Searched defs:maxRegCount (Results 1 – 4 of 4) sorted by relevance
53 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()
61 static uint32 maxRegCount; variable
22 uint32 VregInfo::maxRegCount = 0; member in maplebe::VregInfo
396 const uint32 maxRegCount = cgFunc->GetMaxVReg(); in InitBB() local