Home
last modified time | relevance | path

Searched refs:CallCount (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp104 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 DProfileSummaryInfo.cpp143 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 Dxray_function_call_trie.h115 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 Dxray_profile_collector.cc220 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 DCGSCCPassManager.h729 struct CallCount {
740 SmallVector<CallCount, 4> CallCounts;
743 CallCount &Count = CallCounts.back();
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DProfile.h59 uint64_t CallCount; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1451 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 Dsqlite3.c150529 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 …]