Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp1098 tryIsolateBands(const TileLoops & tileLoops) tryIsolateBands() argument
1255 TileLoops tileLoops = std::make_pair(forOps, intraTile); extractFixedOuterLoops() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4769 OpenMPIRBuilder::tileLoops(DebugLoc DL, ArrayRef<CanonicalLoopInfo *> Loops, tileLoops() function in OpenMPIRBuilder