Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp625 unsigned FallThruPath = BI->getSuccessor(0) == Latch ? 0 : 1; in simplifyLoopLatch() local
630 BI->setSuccessor(FallThruPath, Header); in simplifyLoopLatch()