Searched refs:NumInsts (Results 1 – 6 of 6) sorted by relevance
60 unsigned NumInsts; member87 usesDynamicAlloca(false), NumInsts(0), NumBlocks(0), NumCalls(0), in CodeMetrics()
115 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock()166 NumInsts += TTI.getUserCost(&*II); in analyzeBasicBlock()186 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
147 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
371 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
594 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
249 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5); in countLoop()