#include "circt/Dialect/RTG/IR/RTGISAAssemblyOpInterfaces.h"
#include "circt/Dialect/RTG/IR/RTGOps.h"
#include "circt/Dialect/RTG/Transforms/RTGPasses.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/RTG/Transforms/RTGPasses.h.inc"
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::rtg |
|
|
static void | expireOldInterval (SmallVector< RegisterLiveRange * > &active, RegisterLiveRange *reg) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "rtg-linear-scan-register-allocation" |
◆ GEN_PASS_DEF_LINEARSCANREGISTERALLOCATIONPASS
#define GEN_PASS_DEF_LINEARSCANREGISTERALLOCATIONPASS |
◆ expireOldInterval()
static void expireOldInterval |
( |
SmallVector< RegisterLiveRange * > & |
active, |
|
|
RegisterLiveRange * |
reg |
|
) |
| |
|
static |