Searched refs:TotalInstructionCount (Results 1 – 3 of 3) sorted by relevance
89 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()108 if (TotalInstructionCount > BigBasicBlockInstructionThreshold) in updateForBB()110 else if (TotalInstructionCount > MediumBasicBlockInstructionThreshold) in updateForBB()278 TotalInstructionCount != FPI.TotalInstructionCount || in operator ==()338 PRINT_PROPERTY(TotalInstructionCount) in print()
40 return getCachedFPI(F).TotalInstructionCount; in getIRSize()
88 int64_t TotalInstructionCount = 0; variable