Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp127 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local
128 TotalCallCount += CallCount.getValue(); in isFunctionHotInCallGraph()
156 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local
157 TotalCallCount += CallCount.getValue(); in isFunctionColdInCallGraph()
190 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local
191 TotalCallCount += CallCount.getValue(); in isFunctionHotOrColdInCallGraphNthPercentile()
H A DCGSCCPassManager.cpp382 struct CallCount { in run() struct
393 SmallDenseMap<Function *, CallCount> CallCounts; in run()
394 CallCount CountLocal = {0, 0}; in run()
396 CallCount &Count = in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp103 D.CallCount = Extractor.getU64(&Offset); in readData()
216 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()
249 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()
363 ++TPD.CallCount; in profileFromTrace()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
454 TopNode->CallCount++; in exitFunction()
498 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto()
520 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime, in deepCopyInto()
576 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
H A Dxray_profile_collector.cpp219 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) + in serializeRecords()
220 sizeof(Record.Node->CallCount); in serializeRecords()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1614 int64_t CallCount = in updateCallProfile() local
1616 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c156523 struct CallCount {
156540 struct CallCount *p;
156547 struct CallCount *p;
156659 struct CallCount *p;
156671 struct CallCount *p;
156690 struct CallCount *p;
156703 struct CallCount *p;
156710 struct CallCount *p;
156735 struct CallCount *p;
156748 struct CallCount *p;
[all …]