Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp310 static bool hasSupportedLoopDepth(ArrayRef<Loop *> LoopList, in hasSupportedLoopDepth() function
548 assert(hasSupportedLoopDepth(LoopList, *ORE) && in processLoopList()
1946 if (!hasSupportedLoopDepth(LoopList, ORE)) in run()