Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp248 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
510 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
943 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() function in LoopInterchangeLegality