|
Jlm
|
#include <LoopUnswitching.hpp>

Public Member Functions | |
| virtual | ~LoopUnswitchingHeuristic () noexcept |
| virtual bool | shouldUnswitchLoop (ThetaGammaPredicateCorrelation &correlation) const noexcept=0 |
Determines for a given theta and gamma node, encapsulated in the ThetaGammaPredicateCorrelation, whether loop unswitching should be performed.
Definition at line 29 of file LoopUnswitching.hpp.
|
virtualdefaultnoexcept |
|
pure virtualnoexcept |
Implemented in jlm::llvm::LoopUnswitchingDefaultHeuristic.