Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1389 BasicBlock *InnerLoopLatchSuccessor; in adjustLoopBranches() local
1433 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(1); in adjustLoopBranches()
1435 InnerLoopLatchSuccessor = InnerLoopLatchBI->getSuccessor(0); in adjustLoopBranches()
1438 InnerLoopLatchSuccessor, DTUpdates); in adjustLoopBranches()
1446 updateSuccessor(InnerLoopLatchBI, InnerLoopLatchSuccessor, in adjustLoopBranches()
1455 moveLCSSAPhis(InnerLoopLatchSuccessor, InnerLoopLatch, OuterLoopLatch); in adjustLoopBranches()