|
MLIR
22.0.0git
|
#include "mlir/Analysis/Liveness.h"#include "mlir/IR/Block.h"#include "mlir/IR/Operation.h"#include "mlir/IR/Region.h"#include "mlir/IR/Value.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetOperations.h"#include "llvm/ADT/SetVector.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static void | buildBlockMapping (Operation *operation, DenseMap< Block *, BlockInfoBuilder > &builders) |
| Builds the internal liveness block mapping. More... | |
|
static |
Builds the internal liveness block mapping.
Definition at line 126 of file Liveness.cpp.
References mlir::Block::pred_begin(), mlir::Block::pred_end(), mlir::PreOrder, and mlir::Operation::walk().