Lines Matching defs:FuncEntryCount
1587 uint64_t FuncEntryCount = *getBBInfo(&*F.begin()).Count;
1588 uint64_t FuncMaxCount = FuncEntryCount;
1597 if (FuncMaxCount > 0 && FuncEntryCount == 0)
1598 FuncEntryCount = 1;
1599 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real));
1600 markFunctionAttributes(FuncEntryCount, FuncMaxCount);
1963 uint64_t FuncEntryCount = *Func.getBBInfo(&*F.begin()).Count;
1964 uint64_t NewEntryCount = 0.5 + FuncEntryCount * Scale;
1967 if (NewEntryCount != FuncEntryCount) {
1970 << ", entry_count " << FuncEntryCount << " --> "