Lines Matching defs:SFI
1616 auto SFI = ProfiledFunctions.begin();
1618 for (unsigned I = 0u; I < opts::TopCalledLimit && SFI != SFIend;
1619 ++SFI, ++I)
1620 BC.outs() << " " << **SFI << " : " << (*SFI)->getExecutionCount()
1682 auto SFI = Functions.begin();
1683 for (unsigned I = 0; I < 100 && SFI != Functions.end(); ++SFI, ++I) {
1684 const DynoStats Stats = getDynoStats(**SFI);
1685 BC.outs() << " " << **SFI;