Home
last modified time | relevance | path

Searched refs:IROperandBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h37 class IROperandBase {
49 IROperandBase(IROperandBase &&other) : owner(other.owner) { in IROperandBase() function
52 IROperandBase &operator=(IROperandBase &&other) {
61 IROperandBase(const IROperandBase &use) = delete;
62 IROperandBase &operator=(const IROperandBase &use) = delete;
64 ~IROperandBase() { removeFromCurrent(); } in ~IROperandBase()
93 IROperandBase *nextUse = nullptr;
96 IROperandBase **back = nullptr;
153 detail::IROperandBase::drop(); in drop()
240 friend detail::IROperandBase;
[all …]