Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp384 BranchInst *LatchBI = dyn_cast<BranchInst>(LatchBlock->getTerminator()); in UnrollLoop() local
389 if (!LatchBI || (LatchBI->isConditional() && !LatchIsExiting)) { in UnrollLoop()