|
LLVM 24.0.0git
|
The frequency with which a recipe executes, relative to the entry of the loop region. More...
#include "Transforms/Vectorize/VPlan.h"
Public Member Functions | |
| VPExecutionFrequency (BlockFrequency Freq, bool IsEstimated) | |
Public Attributes | |
| const BlockFrequency | Freq |
| const bool | IsEstimated |
The frequency with which a recipe executes, relative to the entry of the loop region.
IsEstimated is set if any branch weight it was composed from was estimated from static heuristics.
|
inline |
Definition at line 1187 of file VPlan.h.
References Freq, and IsEstimated.
| const BlockFrequency llvm::VPExecutionFrequency::Freq |
Definition at line 1184 of file VPlan.h.
Referenced by VPExecutionFrequency().
Definition at line 1185 of file VPlan.h.
Referenced by VPExecutionFrequency().