Get the entry count for this function.
Synopsis
Declared in <llvm/IR/Function.h>
std::optional<uint64_t>
getEntryCount() const;
Description
Entry count is the number of times the function was executed.
Return Value
The profiled entry count, or std::nullopt if unavailable.
Created with MrDocs