Home
last modified time | relevance | path

Searched refs:pushLocation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h136 static pybind11::object pushLocation(PyLocation &location);
H A DIRCore.cpp703 py::object PyThreadContextEntry::pushLocation(PyLocation &location) { in pushLocation() function in PyThreadContextEntry
838 return PyThreadContextEntry::pushLocation(*this); in contextEnter()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5943 void pushLocation(llvm::Value *V) { in pushLocation() function
5958 pushLocation(V); in pushValue()
6016 pushLocation(U->getValue()); in pushSCEV()
6097 pushLocation(OffsetValue); in createOffsetExpr()
6472 IterCountExpr.pushLocation(LSRInductionVar); in DbgRewriteSalvageableDVIs()