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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp158 if (auto CallCount = getProfileCount(&I, nullptr))
159 TotalCallCount += CallCount.getValue();
187 if (auto CallCount = getProfileCount(&I, nullptr))
188 TotalCallCount += CallCount.getValue();
212 if (auto CallCount = getProfileCount(&I, nullptr))
213 TotalCallCount += CallCount.getValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp99 // - A 64-bit CallCount
103 D.CallCount = Extractor.getU64(&Offset);
216 ExistingData.CallCount += Data.CallCount;
249 ExistingData.CallCount += Data.CallCount;
363 ++TPD.CallCount;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member in struct:__xray::FunctionCallTrie::Node
454 TopNode->CallCount++;
498 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount,
520 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime,
576 NT.TargetNode->CallCount += NT.OrigNode->CallCount;
H A Dxray_profile_collector.cpp219 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) +
220 sizeof(Record.Node->CallCount);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member in struct:llvm::xray::Profile::Data
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h576 struct CallCount { struct
587 SmallDenseMap<Function *, CallCount> CallCounts;
588 CallCount CountLocal = {0, 0};
590 CallCount &Count =
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1508 int64_t CallCount = local
1511 updateProfileCallee(Callee, -CallCount, &VMap);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c154103 struct CallCount { struct
[all...]

Completed in 580 milliseconds