Set up the per-function input.
Declared in <llvm/Analysis/LazyBlockFrequencyInfo.h>
void
setAnalysis(
FunctionT const* F,
BranchProbabilityInfoPassT* BPIPass,
CycleInfoT const* CI);
| Name | Description |
|---|---|
| F | Function whose block frequencies will be computed on demand. |
| BPIPass | Pass that provides branch probability info for F. |
| CI | Cycle information identifying loops and irreducible SCCs. |