Searched refs:refOperation (Results 1 – 2 of 2) sorted by relevance
737 PyInsertionPoint(PyBlock block, llvm::Optional<PyOperationRef> refOperation) in PyInsertionPoint() argument738 : refOperation(std::move(refOperation)), block(std::move(block)) {} in PyInsertionPoint()740 llvm::Optional<PyOperationRef> refOperation; variable
1576 : refOperation(beforeOperationBase.getOperation().getRef()), in PyInsertionPoint()1577 block((*refOperation)->getBlock()) {} in PyInsertionPoint()1586 if (refOperation) { in insert()1588 (*refOperation)->checkValid(); in insert()1589 beforeOp = (*refOperation)->get(); in insert()