Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1845 static LogicalResult tryIsolateBands(const TileLoops &tileLoops) { in tryIsolateBands() argument
1847 const Loops &interTile = tileLoops.first; in tryIsolateBands()
1848 const Loops &intraTile = tileLoops.second; in tryIsolateBands()
1894 TileLoops tileLoops = std::make_pair(forOps, intraTile); in extractFixedOuterLoops() local
1899 tryIsolateBands(tileLoops); in extractFixedOuterLoops()
1901 return tileLoops; in extractFixedOuterLoops()