Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp390 BranchInst *GuardBI = dyn_cast<BranchInst>(GuardBB->getTerminator()); in getLoopGuardBranch() local
391 if (!GuardBI || GuardBI->isUnconditional()) in getLoopGuardBranch()
394 BasicBlock *GuardOtherSucc = (GuardBI->getSuccessor(0) == Preheader) in getLoopGuardBranch()
395 ? GuardBI->getSuccessor(1) in getLoopGuardBranch()
396 : GuardBI->getSuccessor(0); in getLoopGuardBranch()
405 return GuardBI; in getLoopGuardBranch()