Home
last modified time | relevance | path

Searched refs:pushInsertionPoint (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h134 static pybind11::object pushInsertionPoint(PyInsertionPoint &insertionPoint);
H A DIRCore.cpp679 PyThreadContextEntry::pushInsertionPoint(PyInsertionPoint &insertionPoint) { in pushInsertionPoint() function in PyThreadContextEntry
1628 return PyThreadContextEntry::pushInsertionPoint(*this); in contextEnter()