Searched refs:BlkSize (Results 1 – 2 of 2) sorted by relevance
242 # Output: <reg> <<< RC_BlkSize_roundNum_mixNum, BlkSize=256/512/1024
393 unsigned BlkSize = MBB->size(); in needMigrateBlock() local394 return ((BlkSize > BlockSizeThreshold) && in needMigrateBlock()395 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold)); in needMigrateBlock()