LLVM: llvm::BlockFrequency Class Reference (original) (raw)
#include "[llvm/Support/BlockFrequency.h](BlockFrequency%5F8h%5Fsource.html)"
| Static Public Member Functions | |
|---|---|
| static BlockFrequency | max () |
| Returns the maximum possible frequency, the saturation value. |
Definition at line 27 of file BlockFrequency.h.
| llvm::BlockFrequency::BlockFrequency ( ) | inline |
|---|
Definition at line 31 of file BlockFrequency.h.
Referenced by max(), mul(), operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and operator>>=().
◆ BlockFrequency() [2/2]
| llvm::BlockFrequency::BlockFrequency ( uint64_t Freq) | inlineexplicit |
|---|
◆ getFrequency()
| uint64_t llvm::BlockFrequency::getFrequency ( ) const | inline |
|---|
◆ max()
◆ mul()
◆ operator!=()
◆ operator*()
◆ operator*=()
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator/()
◆ operator/=()
◆ operator<()
◆ operator<=()
◆ operator==()
◆ operator>()
◆ operator>=()
◆ operator>>=()
The documentation for this class was generated from the following files:
- include/llvm/Support/BlockFrequency.h
- lib/Support/BlockFrequency.cpp