Searched refs:existingOp (Results 1 – 3 of 3) sorted by relevance
360 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant() local362 referencedDialects[existingOp].push_back(dialect); in tryGetOrCreateConstant()363 return constOp = existingOp; in tryGetOrCreateConstant()
430 void Operation::moveBefore(Operation *existingOp) { in moveBefore() argument431 moveBefore(existingOp->getBlock(), existingOp->getIterator()); in moveBefore()444 void Operation::moveAfter(Operation *existingOp) { in moveAfter() argument445 moveAfter(existingOp->getBlock(), existingOp->getIterator()); in moveAfter()
221 void moveBefore(Operation *existingOp);230 void moveAfter(Operation *existingOp);