Analogous to setExplicitlyUnknownBranchWeights, but for functions and their entry counts.
Declared in <llvm/IR/ProfDataUtils.h>
void
setExplicitlyUnknownFunctionEntryCount(
Function& F,
StringRef PassName);
| Name | Description |
|---|---|
| F | The function whose entry count is marked unknown. |
| PassName | The pass name (typically DEBUG_TYPE) recorded for debugging. |