Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp933 static bool areLoopExitPHIsSupported(Loop *OuterLoop, Loop *InnerLoop) { in areLoopExitPHIsSupported() function
1018 if (!areLoopExitPHIsSupported(OuterLoop, InnerLoop)) { in canInterchangeLoops()