MLIR
17.0.0git
|
#include "mlir/Transforms/LoopInvariantCodeMotionUtils.h"
#include "mlir/IR/Operation.h"
#include "mlir/Interfaces/LoopLikeInterface.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "llvm/Support/Debug.h"
#include <queue>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "licm" |
Functions | |
static bool | canBeHoisted (Operation *op, function_ref< bool(Value)> definedOutside) |
Checks whether the given op can be hoisted by checking that. More... | |
#define DEBUG_TYPE "licm" |
Definition at line 20 of file LoopInvariantCodeMotionUtils.cpp.
|
static |
Checks whether the given op can be hoisted by checking that.
Definition at line 28 of file LoopInvariantCodeMotionUtils.cpp.