Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp485 bool Interchanged = processLoop(LoopList[i], LoopList[i - 1], i, i - 1, in processLoopList() local
487 if (!Interchanged) in processLoopList()
497 ChangedPerIter |= Interchanged; in processLoopList()
498 Changed |= Interchanged; in processLoopList()