Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp360 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant() local
362 referencedDialects[existingOp].push_back(dialect); in tryGetOrCreateConstant()
363 return constOp = existingOp; in tryGetOrCreateConstant()
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp430 void Operation::moveBefore(Operation *existingOp) { in moveBefore() argument
431 moveBefore(existingOp->getBlock(), existingOp->getIterator()); in moveBefore()
444 void Operation::moveAfter(Operation *existingOp) { in moveAfter() argument
445 moveAfter(existingOp->getBlock(), existingOp->getIterator()); in moveAfter()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h221 void moveBefore(Operation *existingOp);
230 void moveAfter(Operation *existingOp);