Searched refs:CallCount (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | Profile.cpp | 104 D.CallCount = Extractor.getU64(&Offset); in readData() 217 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread() 250 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack() 363 ++TPD.CallCount; in profileFromTrace()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 143 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph() local 144 TotalCallCount += CallCount.getValue(); in isFunctionHotInCallGraph() 172 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph() local 173 TotalCallCount += CallCount.getValue(); in isFunctionColdInCallGraph()
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_function_call_trie.h | 115 uint64_t CallCount; member 455 TopNode->CallCount++; in exitFunction() 499 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto() 521 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime, in deepCopyInto() 577 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
|
| H A D | xray_profile_collector.cc | 220 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) + in serializeRecords() 221 sizeof(Record.Node->CallCount); in serializeRecords()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | CGSCCPassManager.h | 729 struct CallCount { 740 SmallVector<CallCount, 4> CallCounts; 743 CallCount &Count = CallCounts.back();
|
| /freebsd-12.1/contrib/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 59 uint64_t CallCount; member
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1451 uint64_t CallCount = in updateCallProfile() local 1458 CI->updateProfWeight(CallCount, CalleeEntryCount.getCount()); in updateCallProfile() 1464 CI->updateProfWeight(CalleeEntryCount.getCount() - CallCount, in updateCallProfile() 1482 auto CallCount = PSI->getProfileCount(CallInst, CallerBFI); in updateCalleeCount() local 1483 if (!CallCount.hasValue()) in updateCalleeCount() 1487 if (CallCount.getValue() > CalleeCount.getCount()) in updateCalleeCount() 1490 CalleeCount.setCount(CalleeCount.getCount() - CallCount.getValue()); in updateCalleeCount()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 150529 struct CallCount { 150546 struct CallCount *p; 150553 struct CallCount *p; 150665 struct CallCount *p; 150677 struct CallCount *p; 150696 struct CallCount *p; 150709 struct CallCount *p; 150716 struct CallCount *p; 150741 struct CallCount *p; 150754 struct CallCount *p; [all …]
|