Lines Matching defs:FuncEntryCount
1651 uint64_t FuncEntryCount = *getBBInfo(&*F.begin()).Count;
1652 uint64_t FuncMaxCount = FuncEntryCount;
1661 if (FuncMaxCount > 0 && FuncEntryCount == 0)
1662 FuncEntryCount = 1;
1663 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real));
1664 markFunctionAttributes(FuncEntryCount, FuncMaxCount);
2046 uint64_t FuncEntryCount = *Func.getBBInfo(&*F.begin()).Count;
2047 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale;
2050 if (NewEntryCount != FuncEntryCount) {
2053 << ", entry_count " << FuncEntryCount << " --> "