Searched refs:Metrics (Results 1 – 6 of 6) sorted by relevance
132 CodeMetrics Metrics; in runOnLoop() local145 Metrics.analyzeBasicBlock(*I, *TTI, EphValues); in runOnLoop()147 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
364 CodeMetrics Metrics; in rotateLoop() local365 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues); in rotateLoop()366 if (Metrics.notDuplicatable) { in rotateLoop()371 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
552 CodeMetrics Metrics; in ApproximateLoopSize() local555 Metrics.analyzeBasicBlock(*I, TTI, EphValues); in ApproximateLoopSize()556 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()557 NotDuplicatable = Metrics.notDuplicatable; in ApproximateLoopSize()559 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
264 CodeMetrics Metrics; in countLoop() local267 Metrics.analyzeBasicBlock(*I, TTI, EphValues); in countLoop()269 Props.SizeEstimation = Metrics.NumInsts; in countLoop()274 if (Metrics.notDuplicatable) { in countLoop()
239 # ignored if the AP does not advertise WAN Metrics information or if the
14876 13c4 Phase Metrics