Searched refs:TotalInstructionCount (Results 1 – 3 of 3) sorted by relevance
88 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()107 if (TotalInstructionCount > BigBasicBlockInstructionThreshold) in updateForBB()109 else if (TotalInstructionCount > MediumBasicBlockInstructionThreshold) in updateForBB()248 PRINT_PROPERTY(TotalInstructionCount) in print()
41 return getCachedFPI(F).TotalInstructionCount; in getIRSize()
82 int64_t TotalInstructionCount = 0; variable