Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp480 bool Interchanged = processLoop(LoopList[i], LoopList[i - 1], i, i - 1, in processLoopList() local
482 if (!Interchanged) in processLoopList()
492 ChangedPerIter |= Interchanged; in processLoopList()
493 Changed |= Interchanged; in processLoopList()