Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dtransform_loop_ext.py20 def getParentLoop(): function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h113 LoopT *getParentLoop() const { return ParentLoop; } in getParentLoop() function