Searched refs:PyOperationBase (Results 1 – 2 of 2) sorted by relevance
501 class PyOperationBase {503 virtual ~PyOperationBase() = default;516 void moveAfter(PyOperationBase &other);517 void moveBefore(PyOperationBase &other);634 friend class PyOperationBase; variable643 class PyOpView : public PyOperationBase {724 void insert(PyOperationBase &operationBase);1012 explicit PySymbolTable(PyOperationBase &operation);1022 void erase(PyOperationBase &symbol);1030 PyAttribute insert(PyOperationBase &symbol);[all …]
1047 void PyOperationBase::moveAfter(PyOperationBase &other) { in moveAfter()1056 void PyOperationBase::moveBefore(PyOperationBase &other) { in moveBefore()2552 [](PyOperationBase &self, PyOperationBase &other) { in populateIRCore()2558 [](PyOperationBase &self) { in populateIRCore()2578 [](PyOperationBase &self) { in populateIRCore()2584 [](PyOperationBase &self) { in populateIRCore()2604 [](PyOperationBase &self) { in populateIRCore()2613 [](PyOperationBase &self) { in populateIRCore()2643 [](PyOperationBase &self) { in populateIRCore()2656 [](PyOperationBase &self) { in populateIRCore()[all …]