Searched refs:infoBasicBlock (Results 1 – 2 of 2) sorted by relevance
545 method_bbs_sorted[k]->infoBasicBlock[jj].gType = GLOBALTYPE_GL; in preprocessingTrace()716 ALOGI("sort virtual reg %d type %d -------", bb->infoBasicBlock[kk].regNum, in collectInfoOfBasicBlock()717 bb->infoBasicBlock[kk].physicalType); in collectInfoOfBasicBlock()719 sortAllocConstraint(bb->infoBasicBlock[kk].allocConstraints, in collectInfoOfBasicBlock()720 bb->infoBasicBlock[kk].allocConstraintsSorted, true); in collectInfoOfBasicBlock()972 int regA = bb->infoBasicBlock[jj].regNum;973 LowOpndRegType typeA = bb->infoBasicBlock[jj].physicalType;978 …bb->infoBasicBlock[jj].accessType = mergeAccess2(bb->infoBasicBlock[jj].accessType, currentInfo.ac…980 bb->infoBasicBlock[jj].refCount += currentInfo.refCount;982 currentInfo.num_reaching_defs = bb->infoBasicBlock[jj].num_reaching_defs;[all …]
286 VirtualRegInfo infoBasicBlock[MAX_REG_PER_BASICBLOCK]; member