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 entry count for this function.

Created with MrDocs