Searched refs:existingOp (Results 1 – 3 of 3) sorted by relevance
272 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant() local274 referencedDialects[existingOp].push_back(dialect); in tryGetOrCreateConstant()275 return constInst = existingOp; in tryGetOrCreateConstant()
503 void Operation::moveBefore(Operation *existingOp) { in moveBefore() argument504 moveBefore(existingOp->getBlock(), existingOp->getIterator()); in moveBefore()517 void Operation::moveAfter(Operation *existingOp) { in moveAfter() argument518 moveAfter(existingOp->getBlock(), existingOp->getIterator()); in moveAfter()
185 void moveBefore(Operation *existingOp);194 void moveAfter(Operation *existingOp);