Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Metrics

536   CodeMetrics Metrics;
538 Metrics.analyzeBasicBlock(BB, TTI, EphValues);
539 NumCalls = Metrics.NumInlineCandidates;
540 NotDuplicatable = Metrics.notDuplicatable;
541 Convergent = Metrics.convergent;
543 unsigned LoopSize = Metrics.NumInsts;