Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp591 unsigned FallThruPath = BI->getSuccessor(0) == Latch ? 0 : 1; in simplifyLoopLatch() local
596 BI->setSuccessor(FallThruPath, Header); in simplifyLoopLatch()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp580 unsigned FallThruPath = BI->getSuccessor(0) == Latch ? 0 : 1; in simplifyLoopLatch() local
585 BI->setSuccessor(FallThruPath, Header); in simplifyLoopLatch()