Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1316 static void moveLCSSAPhis(BasicBlock *InnerExit, BasicBlock *InnerLatch, in moveLCSSAPhis() argument
1323 for (PHINode &P : InnerLatch->phis()) in moveLCSSAPhis()
1342 U.set(P->getIncomingValueForBlock(InnerLatch)); in moveLCSSAPhis()
1345 P->moveBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis()
1358 updateIncomingBlock(InnerLatch, InnerLatch, OuterLatch); in moveLCSSAPhis()