Home
last modified time | relevance | path

Searched defs:getCurrentDepth (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenEnv.h111 unsigned getCurrentDepth() const { return loopEmitter.getCurrentDepth(); } getCurrentDepth() function
H A DLoopEmitter.h168 LoopId getCurrentDepth() const { return llvm::range_size(getLoopIVsRange()); } getCurrentDepth() function